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

/* ++++++++++ ALLGEMEINES ++++++++++ */
html
 {
	
	}

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



/* ++++++++++ LAYOUT ++++++++++ */
#header_container
 {
  width:100%;
  background:#fff;
 }
 
#header 
 {
	 position:relative;
  width:960px;
		height:165px;
  margin:0 auto;
 	padding:0 10px 0 10px;
 }
		
#container 
 {
	 position:relative;
 	width:960px;
		margin:0px auto;
 	padding:0 10px 0 10px;
		background:url(../bilder/background-container.png) repeat-y;
 }

#logo 
 {
	 position:absolute;
 	top:40px;
	 left:27px;
 }

#image 
 {
		width:960px;
	 height:220px;
		padding: 0;
		margin: 0;	
		border-bottom:2px solid #707173;
 }

#image img
 {
 	width:960px;
	 height:220px;
		margin:0;
		padding:0;
	}

#navigation
 {
		position:absolute;
		top:135px;
		left:0px;
		width:980px;
  height:30px;
  padding-left:10px;
		background:url(/bilder/background-navigation.png) no-repeat;
		z-index:1020;
	}

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

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

#content {
	 width:920px;
	 margin:40px 0 0 20px;
 	padding:0;
}	

#breadcrumb
 {
  font-size:10px;
  color:#a3a3a3;
  margin-bottom:20px;
 }
 
#breadcrumb a
 {
  font-size:10px;
  color:#a3a3a3;
  text-decoration: none; 
  text-transform:uppercase;  
 }
 
#breadcrumb a:hover
 {
  text-decoration:underline;
 }
	
#left {
	position:relative;
	float:left;
	width: 585px;
 min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}
	
#right
 {
		float:right;
		width:310px;
  margin-bottom:80px;
	}
 
.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:bold;
		text-align:left;
		margin:0 0 15px 0;
  color:#00967f;
	}
	
h2
 {
	 font-size:18px;
	line-height: 26px;
  		font-weight:bold;
   color:#00967f;
	}
	
p
 {
  font-size:16px;
		line-height:24px;
		margin-bottom:16px;
	}
	
p.Ausklapper {
  border-bottom: 1px solid #707173;
	text-transform: uppercase;
    cursor:pointer;
    background: url(/bilder/button-down.png) no-repeat right;
}	
    
a
 {
		text-decoration:underline;
		color:#424242;
	}
	
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 -5px;
 }
 
table td
 {
  vertical-align:top;
  padding:3px;
 }
	
.center
 {
		text-align:center;
	}
	
.green
 {
 	color:#424242;
	}
/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */



