/* Seitendesign (Text und Farben)*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
.externlink {
	padding-left: 13px;
	background-image: url(../images/externlinkhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.externlink:hover {
	padding-left: 13px;
	background-image: url(../images/externlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.internlink {
	padding-left: 13px;
	background-image: url(../images/externlinkhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.internlink:hover {
	padding-left: 13px;
	background-image: url(../images/internlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*Header*/
#slogan h1 {
	font-size: 1.0em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	margin: 0;
	padding: 0;
}
#begriffe #transparent a {
	color:#FFFFFF;
	background: transparent;
	text-decoration: none;
	text-transform: uppercase;
}
#begriffe #transparent {
	width: 185px;
	text-align: right;
	display: inline-block;
	filter: Alpha(opacity=20, style=0); -moz-opacity: 0.2; opacity: 0.2;
}
#begriffe #transparent:hover {
	display: inline-block;
	filter: Alpha(opacity=99, style=0); -moz-opacity: 0.9; opacity: 0.9;
}

#begriffe #transparent a.h1:link, #begriffe #transparent a.h1:visited {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}
#begriffe #transparent a.h2:link, #begriffe #transparent a.h2:visited {
	padding:0;
	margin:0;
	font-size:1.0em;
}
#begriffe #transparent a.h3:link, #begriffe #transparent a.h3:visited {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
#begriffe #transparent a.h4:link, #begriffe #transparent a.h4:visited {
	padding:0;
	margin:0;
	font-size:0.8em;
}
#begriffe #transparent a:hover {
	color: #CC0000;
}
/*Ende Header*/

/*Content*/
#center #sitemap-path {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}
#center #sitemap-path strong {
	color:#333333;
}
#center #sitemap-path a:link, #center #sitemap-path a:visited {
	color:#999999;
	text-decoration:none;
}
#center #sitemap-path a:hover {
	color:#666666;
	text-decoration:underline;
}
#center {
	font-size: 0.9em;
	color: #666666;
	text-align: justify;
	margin-bottom: 5px;
}
#center a:link, #center a:visited {
	color: #666666;
	text-decoration:underline;
}
#center a:hover {
	color: #CC0000;
	text-decoration: none;
}
#center h1 {
	font-size: 1.7em;
	color: #CC0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#center h1 a:link, #center h1 a:visited {
	color: #CC0000;
	text-decoration:underline;
}
#center h1 a:hover {
	color: #333333;
	text-decoration:none;
}
#center h2 {
	font-size: 1.4em;
	color: #666666;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#center h3 {
	font-size: 1.2em;
	color: #999999;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#center p {
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#center .formfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
}
#center .formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-color: #EEEEEE;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#center ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8;
	margin-left: 0;
}
#center ul li {
	line-height:15px;
	margin-left:20px;
	list-style-position: outside;
	list-style-image: url(../images/list-icon-pfeil.gif);
	vertical-align:bottom;
	padding: 0px;
	margin-bottom: 3px;
}
/*Content -> Formular*/
#formular {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#formular p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#formular label {
	width:90px;
	float:left;
	text-align:right;
	padding-right:3px;
	white-space:nowrap;
	color:#999999;
}
#formular .formleft {
	width:250px;
	float:left;
}
#formular .formright {
	width:252px;
	float:right;
}
#formular .formcenter {
	width:100%;
}
#formular .clear {
	clear:both;
}
#formular .rot {
	border: 1px solid #CC0000;
	color: #CC0000;
}
#formular .textrot {
	color: #CC0000;
	padding-left:90px;
}
/*Ende Content -> Formular*/

#center #map {
	width: 520px;
	height: 400px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #DDDDDD;
}

/*Ende Content*/
#domains div.block {
	display:block;
}

#domains div.dbox {
	width:250px;
	float:left;
}

/*Linke Spalte*/
.leftbox h1 {
	font-size: 0.9em;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background: #CC0000;
}
.leftbox p {
	padding:5px;
	width:180px;
}
.leftbox form {
	padding:0;
	margin:0;
}
.leftbox .formbutton {
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	border: 1px solid;
	padding:0px;
	margin:0;
	font-weight: bold;
}
.leftboxcontent {
	font-size: 0.8em;
	margin:0;
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	color: #666666;
	background-color: #EEEEEE;
}
.leftboxcontentdropdownlinks {
	font-size: 0.8em;
	margin:0;
	background: #EEEEEE;
	padding: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	color: #666666;
}
.leftboxcontent h2 {
	font-size: 1.0em;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	margin:0;
	padding:0;
}
.leftboxcontent p {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.leftboxcontent ul {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.leftboxcontent ul li {
	line-height:14px;
	margin-left:18px;
	list-style-position: outside;
	list-style-image: url(../images/leftlist-icon.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#left .leftboxcontent a:link, #left .leftboxcontent a:visited {
	color:#333333;
}
#left .leftboxcontent a:hover {
	color:#CC0000;
	text-decoration:none;
}
#left .formfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #DDDDDD;
	background:#FFFFFF;
}
/*Ende Linke Spalte*/

/*Rechte Spalte*/
.rightbox h1 {
	font-size: 0.9em;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background: #666666;
}
.rightbox h1 a {
	color: #FFFFFF;
	text-decoration:none;
}
.rightboxcontent {
	font-size: 0.8em;
	margin:0;
	background: #EEEEEE;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
.rightboxcontentprojekt {
	font-size: 0.8em;
	margin:0;
	background: #FFFFFF;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
.rightboxcontentprojekt ul {
	padding: 0px;
	margin: 0px;
}
.rightboxcontentprojekt ul li {
	line-height:14px;
	list-style-type:none;
	vertical-align:bottom;
}
.rightboxcontentsublinks {
	font-size: 0.8em;
	margin:0;
	background: #EEEEEE;
	padding: 0;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	color: #666666;
}
.rightboxcontent h2, .rightboxcontentprojekt h2 {
	font-size: 1.0em;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	margin:0;
	padding:0;
}
.rightboxcontent p {
	margin:0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.rightboxcontent ul {
	margin:0;
	list-style:none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.rightboxcontent li {
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin:0;
}
#right .rightboxcontentprojekt a:link, #right .rightboxcontentprojekt a:visited {
	color:#CC0000;
}
#right .rightboxcontentprojekt a:hover {
	color:#666666;
}
/*Ende Rechte Spalte*/
#footer a:link, #footer a:visited {
	color:#999999;
}
#footer a:hover {
	color:#666666;
	text-decoration: none;
}
#bottom noscript  {
	color:#666666;
}