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



/* ++++++++++ LAYOUT ++++++++++ */
#container
 {
  position:relative;
		width:824px;
	 margin:5px auto;
	}
 

/* HEADER */
#header 
 {
  position:absolute;
		top:0px;
		left:0px;
		width:824px;
		height:430px;
		background:url(/bilder/background-header.png);  
 }
 
#logo 
 {
  position:absolute;
		top:60px;
		left:0px;
		width:824px;
		height:130px;
  text-align:center;
 } 
 
#fachanwalt_fuer_strafrecht 
 {
  position:absolute;
		top:128px;
		left:0px;
		width:824px;
		height:15px;
  text-align:center;
 } 
 
#navigation
 {
  position:absolute;
		top:150px;
		left:12px;
		width: 780px;
		padding-left: 20px;
	 background:#fff url(/bilder/background-navigation.png) repeat-x;
		text-align:center;
  border-top: 1px solid #dbe0e5;
	} 
 
#image 
 {
  position:absolute;
		top:176px;
		left:12px;
		width:800px;
		height:250px;
		z-index:0;
 }

#image img
 {
 	width:800px;
	 height:250px;
		margin:0;
		padding:0;
	}
/* HEADER */  
 

/* CONTENT */		
#content 
 {
  float: right;
		width:760px;
		margin:426px 0 0 0;	
		padding:50px 32px 30px 32px;
		overflow:hidden;
 	background:url(/bilder/background-container.png) repeat-y;
 }
 
#left 
 {
	 float:left;
  width: 475px;
 }
	
#right
 {
  float:right;
  width:250px;
		font-size: 12px;
  margin-top:-10px;
	}
 
#right .teaser
 {
  background:#f8f8f8 url(/bilder/background-teaser.png) bottom repeat-x;
  margin-bottom:30px;
  padding-bottom:20px;
 }
 
#right h1
 {
		font-family: Georgia, 'Times New Roman', serif;
  font-size: 14px;
  line-height:25px;
  font-weight:bold;
  text-transform:none;
  color:#fff;
		padding:0 0 0 10px;
  background:#445772;
	}
 
#right h2
 {
		font-family: Georgia, 'Times New Roman', serif;
  line-height:25px;
  font-weight:bold;
  text-transform:none;
		padding:0 0 0 10px;
	}  
 
#right p
 {
		font-family: Georgia, 'Times New Roman', serif;
  line-height: 18px;
  text-align:left;
		padding:0 0 0 10px;    
	}
/* CONTENT */


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


/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */	
h1
 {
		font-family: Georgia, 'Times New Roman', serif;
  font-size:24px;
		line-height:28px;
		font-weight:normal;
		text-align:left;
		margin: 0 0 18px 0;
  color:#445772;
	}
 
h1.newstitel 
 {
  margin-top:-38px;
 }
	
h2
 {
 font-size:14px;
		line-height:24px;
		margin-bottom:0px;
  font-weight:bold;
	}
	
h3
 {
	 font-size:14px;
		line-height:24px;
		margin-bottom:0px;
	}
	
h4
 {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 50px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 1px dotted #646567;
	}
	
h5
 {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 12px;
		line-height: 13px;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 1px dotted #646567;
		background: url(/bilder/button-down.png) no-repeat right;
	}	
	
p
 {
  font-size:14px;
		line-height:24px;
		margin-bottom:14px;
	}
 
b, strong
 {
  font-weight: bold;
 }
	
.klein
 {
 font-size:9px;
	line-height:10px;
	}
	
.date
 {
		margin-bottom:-20px;
	}
	
a
 {
		text-decoration:underline;
  color:#173a6b;
	}
	
a:visited
 {
		text-decoration:underline;
	}	
	
a:hover
 {
  text-decoration:none;
		color: #717171;
	}
	
a.no_underline
 {
		text-decoration: none;
	}
	
ul
 {
	 list-style-type: circle;
		margin-left:25px;
  font-size:14px;
		line-height:24px;
		margin-bottom:14px;
	}
 
ul li
 {
  margin-bottom:10px;
 }
	
ul ul
 {
	 list-style-type:disc;
		margin-left:15px;	
	}
	
table
 {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	
.center
 {
		text-align:center;
	}	
	
img.floatleft
 {
		float: left;
		margin: 5px 10px 10px 0;
 }
/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */


