/* allgemeine formatierung */
html[xmlns^="http"] {
	/* verhindert Mozilla-Zucken
	 * > Firefox 1.5
	*/
	overflow-y: scroll;
}
body {
	/*behavior: url(http://localhost/zimmermann/templates/css/hover.htc);*/
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height:16px;
}
ul {
	padding: 0 0 0 15px;
	margin: 0px;
}
td {
	height: 20px;
}

/* ***************** */

/* container */
#main {
	width: 850px;
	margin:30px auto;
}
#header {
	width: 850px;
	height: 20px;
	background: url(../../images/logo.png) 0 0 no-repeat;
	text-align: right;
	padding-top: 53px;
	font-size: 10px;
}
#headerNavi {
	width: 200px;
	margin-top: 30px;
	float: left;
	border-top: 1px solid #e5e5e5;
}
#headerImgHome {
	width: 650px;
	height:483px;
	margin-top: 30px;
	float: left;
}
#headerImg {
	width: 650px;
	height:189px;
	margin-top: 30px;
	float: left;
}
#subnavi {
	height: 16px;
	line-height: 16px;
	padding-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 200px;
}
#spacer {
	height: 16px;
	line-height: 16px;
	padding-top: 20px;
	border-bottom: 1px solid #ffffff;
	margin-left: 200px;
}
#content {
	width: 650px;
	margin-top: 30px;
	margin-left: 200px;
}
#contentLeft {
	width: 429px;
	float: left;
}
#contentRight {
	width: 200px;
	margin-left: 20px;
	float: left;
}

/* klassen */
.naviLinks {
	position: relative;
	width:180px;
	height: 46px;
	padding-left: 20px;
	line-height:46px;
	border-bottom: 1px solid #e5e5e5;
}
.error {
	color: #E3003B;
}
.ok {
	color: #006AB2;
}
.form {
	width: 290px;
	border: 1px solid #c7c1be;
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
.form_error {
	width: 290px;
	border: 1px solid #f8b621;
	color: #c7c1be;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
.button {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	border-width: 1px 5px 1px 5px;
	border-color: #c7c1be #006AB2 #c7c1be #006AB2;
	border-style: solid;
	color: #666666;
	background-color: #ffffff;
	width : 100px;
}
.lang_img {
	margin-left: 10px;
	border: 0px;
}
.imgGalLeft {
	width: 320px;
	margin-top: 20px;
	float: left;
}
.imgGal {
	width: 320px;
	margin-top: 20px;
	margin-left: 10px;
	float:left;
}

/* schriftformatierung */
h1 {
	margin: 0px;
	padding: 0px;
	color: #006AB2;
	font-size: 18px;
	font-weight:normal;
	line-height:22px;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #006AB2;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #E3003B;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
}

/* navi */
a:link, a:visited, a:active {
	color: #006AB2;
	text-decoration: none;
}
a:hover {
	color: #E3003B;
	text-decoration: none;
}
a.content:link, a.content:visited, a.content:active {
	color: #666666;
	text-decoration: none;
}
a.content:hover {
	color: #E3003B;
	text-decoration: none;
}
a.navi:link, a.navi:visited, a.navi:active {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
}
a.navi:hover {
	color: #E3003B;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
}
a.subnavi:link, a.subnavi:visited, a.subnavi:active {
	color: #666666;
	text-decoration: none;
	font-size:12px;
}
a.subnavi:hover {
	color: #E3003B;
	text-decoration: none;
	font-size:12px;
}
a.headernavi:link, a.headernavi:visited, a.headernavi:active {
	color: #999999;
	text-decoration: none;
	font-size:10px;
}
a.headernavi:hover {
	color: #E3003B;
	text-decoration: none;
	font-size:10px;
}