
/* ++++++++++ STYLESHEET DEFAULT / PYRAMEDIA 2011 / TIM R. GLOYSTEIN ++++++++++ */
@import url('../css/reset.css');
@import url('../css/navigation.css');

/* ++++++++++ ALLGEMEINES ++++++++++ */
html {
	overflow-y: scroll;
}

body {
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
  	background: url(../bilder/body.png);
}
/* ++++++++++ ENDE ALLGEMEINES ++++++++++ */



/* ++++++++++ LAYOUT ++++++++++ */
#header-container {
	position:relative;
    width:100%;
    height:260px;
    
	background:url(/bilder/header-container.png) repeat-x;
}
	
#header {
	position:relative;
	width:988px;
    height:260px;
	background:url(/bilder/header.png) bottom no-repeat;
	margin:0 auto;
	padding:0;
    
} 

#logo {
	position:absolute;
	margin:0;
    padding: 25px 0 0 15px;
}

#container {
	position:relative;
 	width:988px;
	margin:0px auto;
	padding:0px 0 0 0;
	background:url(/bilder/container.png) repeat-y;
}

#container-bottom {
	position:relative;
 	width:988px;
    height:21px;
	margin:0px auto;
	padding:0px;
	background:url(/bilder/container-bottom.png) no-repeat;
}

#image {
	position:absolute;
    top:114px;
    left:24px;
	width:940px;
	height:95px;
	padding: 0;
	margin: 0;	
	border-bottom:2px solid #707173;
}

#image img {
	margin:0;
	padding:0;
}

#navigation {
	position:absolute;
	bottom:10px;
	left:24px;
	width:940px;
	height:28px;
    line-height:0px;
	background:url(/bilder/navigation-0.jpg) repeat-x;
}

#metanavigation {
	position:absolute;
	top:78px;
	right: 24px;
 	width:500px;
	font-size:10px;
	line-height:12px;
	text-align: right;
	color: #999;
	z-index:200;
}

#metanavigation a {
	text-decoration:none;
	color:#999;
	font-size:10px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;    	
}
	
#metanavigation a:hover, #metanavigation .active {
	color:#1a3553;
}
	

#content {
	background:#FFF url(/bilder/content.png) right repeat-y;
	width:940px;
	margin:0px 0 0 24px;
	padding:0;
    
}	

#breadcrumb {
	font-size:10px;
	color:#a3a3a3;
	margin: 5px 0 20px 0;
}
 
#breadcrumb a {
	font-size:10px;
	color:#a3a3a3;
	text-decoration: none; 
	text-transform:uppercase;  
}
 
#breadcrumb a:hover {
	text-decoration:underline;
}
	
#left {
	position:relative;
	float:left;
    padding: 0 0 0 10px;
	width: 605px;
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}
	
#right {
	float:right;
	width:280px;
	margin: 50px 10px 0 0;

}


 
.teaser
 {
  margin-top:20px;
 }
  
.teaser h1
 {
  font-size:16px;
  line-height:20px;
  padding-left:10px;
  border-bottom: 1px solid #707173;
 }
 
.teaser h2
 {
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  padding-left:10px;
 }
 
.teaser p
 {
  font-size:14px;
  line-height:20px;
  padding-left:10px;
 } 
 
.text
 {
  margin-top:20px;
 } 
 
.text p
 {
  font-size:14px;
  line-height:20px;
  padding-left:10px;
 }   

.pfeil-rechts {
	display:none;
}

#footer
 {
		width:980px;
  height: 30px;
  margin:0 auto;
  padding: 0;
		background:url(../bilder/background-footer.png) no-repeat;  
	}
/* ++++++++++ ENDE LAYOUT ++++++++++ */


/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */	
h1 {
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	text-align:left;
	margin:0 0 15px 0;
	color:#c50008;
}
	
h2 {
	font-size:14px;
	line-height: 26px;
  	font-weight:bold;
	color:#666;
}
	
p {
	font-size: 12px;
	line-height:18px;
	padding:0;
    margin:0 0 10px 0;
    
}
    
a {
	text-decoration:underline;
	color:#1a3553;
}
	
a:visited {
	text-decoration:underline;
}	
	
a:hover {
	text-decoration:none;
	color: #00967f;
}
	
strong,b {
	font-weight:bold;
	color: #424242;
}
	
#content ul {
	margin: 0 0 14px 25px;
	font-size:16px;
	line-height:24px;
	list-style-image: url("/bilder/li.png")
}
	
#content ul ul {
	list-style-type:disc;
	margin-left:15px;	
}

#content #right ul {
	font-size:14px;
	line-height:20px;
}
 
table {
	font-size:16px;
	line-height:24px;
	margin: 0 0 16px 0px;
}
 
table td {
	vertical-align:top;
	padding:5px;
    font-size:12px;
}
	
.center {
	text-align:center;
}
	
.green {
	color:#424242;
}
/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */


