/* ++++++++++ STYLESHEET IMPULSBREMEN.DE / PYRAMEDIA MEDIENGESTALTUNG 2008 / TIM R. GLOYSTEIN ++++++++++ */

html,body 
 {
  width:100%; 
		height:100%;
		font-family:Georgia, serif;
		font-size:12px;
	 line-height:16px;
  color:#030303;
 }
	
body
 {
  background:#FFFFFF;
	}
	
* 
 {
  margin:0;
  padding:0;
  border:0;
 }

	
/* ++++++++++ LAYOUT ++++++++++ */
#abstand 
 { 
		width:1px;
		height:50%;
		background:none;
		margin-bottom:-150px;
		float:left;
 }
	
#container
 {
		position:relative;
		clear:left;
		width:675px;
		height:300px;
		margin:auto;
		text-align:center;
	}
	
#logo
 {
	 width:675px;
		height:200px;
		margin-bottom:25px;
		text-align:center;
	}
	
#inhalt
 {
	 width:675px;
	}
/* ++++++++++ ENDE AYOUT ++++++++++ */


/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */	
h1
 {
		font-family:Georgia, serif;
		font-size:14px;
		color:#735028;
		margin-bottom:3px;
	}
	
h2
 {
	 font-family:Tahoma, sans-serif;
		font-size:10px;
		line-height:16px;
		margin-bottom:10px;
	}
	
h3
 {
	 font-size:12px;
		font-weight:normal;
	}
	
p
 {
  line-height:12px;
		margin-bottom:10px;
	}
	
.klein
 {
 font-size:11px;
	line-height:14px;
	}
	
a
 {
  color:#525252;
		text-decoration:none;
	}
	
a:hover
 {
	 color:#BF0419;
		text-decoration:none;
	}
	
a.aktiv
 {
  color:#735028;
	}
/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */