
/* ++++++++++ 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: #aaa;
  	background: #272725;
}
/* ++++++++++ ENDE ALLGEMEINES ++++++++++ */



/* ++++++++++ LAYOUT ++++++++++ */
#container {
	position:relative;
 	width:860px;
	margin:0px auto;
	padding:0px 0 0 0;
}

#header {
	position:relative;


	padding:0;
    
} 

#logo {
	margin:0;
    padding:40px 0 21px 0;
}

#image {
	overflow:hidden;
	padding: 9px 0 9px 0;
	margin: 0;	
    border-bottom: 1px solid #626260;

}

#image img {
	margin:0 4px 0 0;
    float:left;
	padding:0;
}

#image img:last-child {
	margin:0;
 
}

#navigation {
	border-top: 1px solid #626260;
	border-bottom: 1px solid #626260;
    line-height:0px;
    height: 39px;
    padding: 2px 0 0 0;


}

#metanavigation {
	position:absolute;
	top:59px;
	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 {
	margin:0;
	padding:20px 0 20px 0;
    border-bottom: 1px solid #626260;
    
}	

#breadcrumb {
	font-size:10px;
	color:#a3a3a3;
	margin: 5px 0 20px 0;
}
 
#breadcrumb a {
	font-size:10px;
	color:#a3a3a3;
	text-decoration: none; 

}
 
#breadcrumb a:hover {
	text-decoration:underline;
}
	
#left {
	position:relative;
	float:left;
    padding: 0;
	width: 500px;
}
	
#right {
	float:right;
	width:300px;
	
    height:300px;
}


 
.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;
 }   



#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:#d48106;
}
	
h2 {
	font-size:18px;
	line-height: 26px;
  	font-weight:bold;
	color:#00967f;
}
	
p {
	font-size: 11px;
	line-height:18px;
	margin-bottom:16px;
}
    
a {
	text-decoration:underline;
	color:#aaa;
}
	
a:visited
 {
		text-decoration:underline;
	}	
	
a:hover
 {
  text-decoration:none;

	}
	
strong,b
 {
		font-weight:bold;
		color: #424242;
	}
	
#content ul {

	margin: 0 0 14px 12px;
	font-size:11px;
	line-height:18px;
 list-style-type: disc;
}
	
#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:5px;
 }
	
.center
 {
		text-align:center;
	}
	
.green
 {
 	color:#424242;
	}
/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */



