/* ---------- tags ---------- */
html {
/*\*/
	width: 100%;
/**/
}

body 	{
	margin: 0px;
	padding: 0px;
/*\*/
	width: 100%;
/**/
	text-align:center;
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
}

a {color:#000; text-decoration: underline}

p, li, td, th {
	font-size: 14px;
	color: #000;
}

h1 {
	font-size: 20px;
	font-weight:normal;
	color: #000;
}

h2 {
	font-size: 16px;
	font-weight:normal;
	color: #000;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

/* ------------- IDs ------------- */

#container {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#header {
	width: 900px;
	height: 116px;
}

#main {
	width:874px;
	margin-left: 26px;
	position: relative;
	
}

#nav1 {
	width: 874px;
	height: 29px;
	background-image: url(../images/strich_navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#center {
	width:874px;
	background-image: url(../images/strich_center.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#divright {
	float: right;
	width: 200px;
	display: block;
}

#content {
	width: 649px;
	padding: 30px 0px 35px 0px;
	display: block;
}

/* Fix IE6 WIN 3px bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html #content { 
	width: 646px;
} 
/* End hide from IE5/mac */


#footer {
	height: 50px;
	width: 874px;
	background-image: url(../images/strich_navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #5a5a5a;
	text-align: left;
	padding-top: 10px;
	clear: right;
}

#footer a {
	color: #5a5a5a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/*---- Nav 1 --- */

#nav1 ul {
	margin: 0px;
	padding: 6px 0 0 0;
}

#nav1 li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0px 50px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#nav1 li a {
	text-decoration: none;
}

a.nava {
	color: #000;
}

a.nava:hover {
	color: #1e2f86;
}

a.navb {
	color: #1e2f86;
}



/* typo */

.titel {
	font-size: 20px;
	font-weight:normal;
	color: #000;
}

.titelkl {
	font-size: 16px;
	font-weight:normal;
	color: #000;
}

.text {
	font-size: 14px;
	color: #000;
}

.textkl {
	font-size: 12px;
	color: #000;
}

.caption {
	font-size: 11px;
}


/* ---------- Newsbox ------- */

.newsbox {
	width: 170px;
	padding: 15px;
	background-color: #f0f0f0;
	color: #000;
	margin-bottom: 20px;
}

.newsbox h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

.newsbox p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}

.newsbox a { text-decoration:none; }
.newsbox a:hover { text-decoration:underline; }


/* ---------- Formular ---------- */


#kontaktform fieldset {
	border:none;
	margin: 0px;
	padding: 0px;
}

#kontaktform legend {
	margin: 0px !important;
	margin: 0px 0px 0px -8px; /* nur für den IE */
	padding: 0px;
	font-size: 18px;
	font-weight:normal;
	color: #5a5a5a;
}

#kontaktform label {
	font-size: 12px;
	color: #000000;
	width: 100px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
}

#kontaktform input {
	width: 250px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #000000;
	border:1px solid #000000;
	background:#FFFFFF;
}

#kontaktform textarea {
	width: 250px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #000000;
	border:1px solid #000000;
	background:#FFFFFF;
}

#kontaktform .submit {
	display: block;
	width: 255px;
	height: 20px;
	background: #464646;
	color: #fff;
	font-size: 12px;
	margin: 5px 0px 0px 106px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}

