/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: center;
}
#all {
	width: 815px; /*genau 809px, verhindert aber Duplicate Character Bug*/
	margin: auto;
	text-align: left;
	overflow: hidden;
}

/*Texte, Links und Ueberschriften*/
a {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, h1, h2, h3, h4 {
	margin: 0 0 0.3em 0;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 105%;
}
.small {
	font-size: 80%;
}

/*Headerbereich*/
/*nav1*/
#nav1 {
	float: left;
	width: 268px;
	height: 249px;
	padding-top: 50px;
}
#nav1 li a.btn1 {
	display: block;
	text-indent: -999px;
	background-image: url(../images/btnRalphWillmann.gif);
	height: 91px;
	width: 268px;
}
#nav1 li a.btn2, #nav1 li a.btn2Cur {
	display: block;
	text-indent: -999px;
	background-image: url(../images/btnPersonal.gif);
	height: 79px;
	width: 268px;
}
#nav1 li a.btn2:hover, #nav1 li a.btn2Cur {
	background-image: url(../images/btnPersonalRoll.gif);
}
#nav1 li a.btn3, #nav1 li a.btn3Cur {
	display: block;
	text-indent: -999px;
	background-image: url(../images/btnBusiness.gif);
	height: 79px;
	width: 268px;
}
#nav1 li a.btn3:hover, #nav1 li a.btn3Cur {
	background-image: url(../images/btnBusinessRoll.gif);
}

/*nav2*/
#nav2 {
	height: 25px;
	width: 540px;
	float: left;
	padding-top: 115px;
}
#nav2 ul {
	list-style-type: none;
	margin: 0 0 0 20px;
}
#nav2 ul li {
	float: left;
	margin: 0 15px 0 0;
}
#nav2 ul li a {
	text-decoration: none;
	color: #000000;
}
#nav2 ul li a:hover, #nav2 ul li .cur a {
	text-decoration: underline;
	font-weight: bold;
}

/*trailer*/
#trailer {
	overflow: hidden;
	float: left;
	width: 540px;
	height: 157px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 0px;
	border-left-style: none;
}

/*linke Spalte*/
#left {
	clear: both;
	float: left;
	width: 264px;
	padding: 30px 0 0 0;
}

/*content*/
#normal {
	float: left;
	width: 500px;
}
#content {
	display: inline; /*verhindert double float bug im ie*/
	margin: 0 0 0 3px;
	padding: 20px;
	float: left;
	width: 500px;
	height: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
	border-top-style: none;
	background-color: #FFFFFF;
	overflow: auto;
}
#browseMenue {
	float: right;
	width: 200px;
}

/*footer*/
#footer {
	display: inline; /*verhindert double float bug im ie*/
	margin: 0;
	padding: 0 3px;
	float: left;
	width: 542px;
	height: 25px;
	background-image: url(../images/footerBgd.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 90%;
}
#footer ul {
	margin: 4px 0 0 20px;
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin: 0 15px 0 0;
}
#footer ul li a {
	text-decoration: none;
	color: #000000;
}
#footer ul li a:hover, #footer ul li .cur a {
	text-decoration: underline;
}

/*Specials für Typo3 Elemente*/
/*Bildunterschriften*/
.csc-caption {
	font-size: 0.8em;
}
