@charset "utf-8";
html, body {
	margin:0;
	height:100%;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
}
a:active, a:focus {
	width:0;
	height:0;
	outline:0;
}
a, a:visited {
	color: #7B8F0C;
}
a:hover {
	color: #A5BE0E;
}
/*  DIV IDs  */

#background {
	background-image: url(../pics/layout/head_back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#center_wrap {
	margin: 0 auto;
	width: 770px;
}
#head {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../pics/layout/head_logo.jpg);
	height: 124px;
	text-align: right;
}
#head a:link, #head a:visited {
	text-decoration: none;
	color: #ffffff;
}
#head a:hover, #head a:active {
	text-decoration: none;
	color: #999999;
}
#head a.aktuell {
	color: #a5be0e;
	text-decoration: none;
	cursor: default;
}
#head ul {
	list-style-type: none;
	padding-top: 50px;
	margin-top: 0px;
	font-size: 16px;
}
#head li {
	display: inline;
	margin-right: 15px;
	color: #FFFFFF;
}
#sidenavi {
	float: left;
	width: 160px;
	margin-top: 10px;
	font-size: 16px;
}
#sidenavi li {
	list-style-image: url(../pics/navi/pfeil.gif);
}
#sidenavi a {
	text-decoration: none;
	font-size: 16px;
}
#sidenavi li.aktuell {
	list-style-image: url(../pics/navi/pfeil_aktu.gif);
}
#sidenavi li.aktuell a {
	color: #990000;
	cursor: default;
}
#sidenavi li.titel {
	list-style-image: none;
	color: #990000;
	list-style-type: none;
}

#content {
	float: left;
	min-height: 530px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-bottom: 25px;
	width: 599px;
}
#content_ohne {
	float: left;
	min-height: 530px;
	margin-bottom: 25px;
	width: 599px;
}
#inhalt {
	margin: 0 auto;
	width: 540px;
	font-size: 16px;
}
#inhalt  h3.seitentitel{
	margin: 20px 0 15px 0;
}
#inhalt  p.cad  {
	text-align: justify;
	margin-right: 15px;
}
#inhalt  img.cad  {
	margin: 5px 0px 0px 20px;



	
}

#aboutMarco {
	background-image: url(../pics/about/marco.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 230px;
	padding: 10px 100px 0px 15px;
	margin: 0px;
}

#aboutRob {
	margin: 0px;
	padding: 10px 100px 0px 15px;
	background-image: url(../pics/about/rob.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 250px;
}
#aboutRob  h5,#aboutMarco  h5  {
	margin:0px;
}

#footer {
	margin: 0 auto;
	width: 760px;
	text-align: right;
	font-size: small;
}
#footer ul {
	list-style-type: none;
	margin-top: 2px;
}
#footer li {
	display: inline;
	margin-right: 15px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}
/*  Klassen  */


.theme {
	border: 1px solid #000000;
	width: 540px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.ueb_impress {
	margin: 5px 0 0 0;
	padding: 0;

}

