/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

1. Standards
2. Layout
3. Navi
4. Content
5. Link 

########################################################################################################
######################################################################################################*/

   
/* 1. Standards */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #5e5d5d;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

body {height: 100%;}
body {background: #fff;}

h1 {font-size: 24px; font-weight: normal; margin-bottom: 20px; color: #c00217;}
h1 span.SmallH1 {font-size: 14px; font-weight: normal; color: #535353;}
h1 span {font-size: 18px; font-weight: normal; color: #535353;}
h1 span.SmallH114px {font-size: 14px; font-weight: bold; color: #535353;}
h2 {font-size: 14px; font-weight: bold; margin-bottom: 20px; color: #c00217;}
h3 {font-size: 14px; font-weight: bold; margin-bottom: 10px; color: #c00217;}
h4 {font-size: 12px; font-weight: bold; margin-bottom: 5px; color: #c00217;}
h5 {font-size: 12px; font-weight: bold; color: #535353;}

hr {margin: 0 0 10px 0; color: #838383; height: 1px; border-top: dashed 1px #838383; border-bottom: transparent; clear: both;}

.FloatNone {clear: both;}

.BorderRight {padding: 1px; background: #FFFFFF; border: 4px solid #979696; margin: 0 0 15px 20px; float: right; clear: both;}
.BorderLeft {padding: 1px; background: #FFFFFF; border: 4px solid #979696; margin: 0 15px 15px 0; float: left;}
.BorderNone {padding: 1px; background: #FFFFFF; border: 4px solid #979696; margin: 0 0 15px 0;}

.right {margin: 0 0 10px 50px; float: right;}
.left {margin: 2px 0 0 150px; float: left;}

/*######################################################################################################
######################################################################################################*/


/* 2. Layout */

#Container {
	width: 955px;
	margin: 0 auto;
	position: relative;
}

#LeftSite {
	width: 336px;
	height: 449px;
	background: url(../images/BgLeftSite.jpg) no-repeat top left;
	position: relative;
	float: left;
}

#RightSite {
	width: 579px;
	height: 278px;
	background: url(../images/BgRightSite.jpg) no-repeat top left;
	position: relative;
	float: left;
}

#Content{
	width: 515px;
	background: #ededed;
	border-right: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	position: relative;
	padding: 31px;
	float: left;
	min-height: 150px;
	_height: 150px;
}

.ContentLeft {
	width: 240px;
	float: left;
	padding-right: 35px;
}

.ContentRight {
	width: 240px;
	float: left;
}


#Adressangabe {
	width: 296px;
	position: relative;
	float: left;
	padding: 474px 40px 0 0;
}

#Footer {
	width: 579px;
	height: 10px;
	position: relative;
	float: right;
}

#Bagger {
	width: 224px;
	height: 196px;
	position: absolute;
	background: url(../images/BgBaggerFooter.jpg);
	margin-top: -190px;
	left: 355px;
}

#ContainerGalerie {
	width: 300px;
	position: relative;
	float: right;
	padding-left: 25px;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navi */

ul#Navi {
	left: 57px;
	top: 30px;
	position: absolute;
	width: 520px;
	height: 29px;
}

ul#Navi li {
	position: relative;
	float: left;
}

ul#Navi li a {
	display: block;
	height: 21px;
	padding: 8px 8px 0 8px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #555555;
	text-align: center;
	text-decoration: none;
}
*html ul#Navi li a {width: 30px;}

ul#Navi li a:hover {color: #e2001a;}

/*######################################################################################################
######################################################################################################*/


/* 4. Content */

#Container #Content p {
	margin: 0 0 20px 0;
	line-height: 19px;
}

#Container #Content ul {margin: 0 0 20px 20px;}

#Container #Content ul li {
	padding: 0 0 0 25px;
	line-height: 19px;
	background: url(../images/BgUlLi.gif) no-repeat top left;
	position: relative;
}

#Adressangabe p {
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Link */

a:hover,
#Container #Content p a:hover,
#Container #Content p a.escape:hover,
#Container #Content p a.escape:hover span span {text-decoration: none; color: #c00217;}

a:link,
#Container #Content p a,
#Container #Content p a.escape,
#Container #Content p a.escape span span {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #5e5d5d;
	text-decoration: underline;
}

#Adressangabe p a,
#Adressangabe p a.escape,
#Adressangabe p a.escape span span{
	font-size: 10px;
	text-decoration: none;
}

#Adressangabe p a:hover,
#Adressangabe p a.escape:hover,
#Adressangabe p a.escape:hover span span{
	text-decoration: none;
	color: #c00217;
}

a.PdfDownload {background: url(../images/pdf.gif) no-repeat left; padding: 20px 0 18px 60px; height: 30px; width: 100px; text-decoration: none !important;}
a.PdfDownload:hover {text-decoration: underline !important;}

/*######################################################################################################
######################################################################################################*/