/*
Design by Eugen Dietrich

*/

body {
	margin: 0;
	padding: 0;
	background: white url(images/headerRow.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #838B91;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3399CC;
}

h2 {
	padding-left: 5px;
	font-size: 26px;
}

h3 {
	padding-left: 5px;
	font-size: 21px;
}

h4 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: bold;
}

h5 {	
	font-size: 15px;
}

h6 {
	font-size: 21px;
}


p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/img11.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}

a {
	background: url(images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #3399CC;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Unterer Schatten */

#wrapper {
	/* unterer Schatten in Content */
  /*background: #FFFFFF url(images/img04.gif) repeat-x left bottom;*/
  min-width: 1135px;
  	overflow:auto;
}

#iwrapper {
	/* unterer Schatten in Content */
  /*background: #FFFFFF url(images/img04.gif) repeat-x left bottom;*/
  min-width: 1135px;
  	overflow:auto;
  	padding-bottom:140px;
}

#indexShadowBottom {
	/* unterer Schatten in Content */
  
  background: #FFFFFF url(images/img04.gif) repeat-x left bottom;
  min-width: 1135px;  
  height:100px;
  width:100%;

  margin-bottom:0px;
}



/* Menu */

#menu {
	width: 750px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {
	display: block;
	float: left;
	width: 148px;
	height: 60px;
	padding: 0 0 0 2px;
  background: url(images/img02.gif) no-repeat;
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	padding: 20px 20px 0 20px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom: 4px solid #CCFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: white;
	border-bottom: 0px solid #E1E9E2;
	text-decoration: none;
	color: #3399CC;
}

/* Header */

#header {
	width: 1000px;
	height: 260px;
	float: none;
	margin: auto;
	padding:  0 0 0 0;
	background: url(images/headerImg.png) no-repeat;
}



/* Content Menue & Main Div*/

#content {
  padding: 40px 0 0 15px;
	margin: 0 auto;

}


#posts {
  /*position: absolute;*/
  margin-left: 290px;
  margin-right: 0;
  min-width: 830px;
  /*padding: 0px 0px 0px 70px;*/
/*	float: left;*/
	/*width: 830px;*/ 
}

#posts .post {
	padding-bottom: 30px;

}

#posts .story {
  padding: 20px 20px 0 20px;
	/* oberer Schatten in Content */
  background: url(images/img10.gif) repeat-x
}

#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/img03.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
	list-style: url(images/img12.gif);
}

#posts ul li {
}

  /* Links */

/* Navigationsbereich links*/
#links {
  padding: 3px 0 0 0;
  font: normal 1.3em Arial, "Times New Roman", Times, serif; 	
  float: left;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Naviinhalt */
#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(images/img10.gif) repeat-x
}

/* Navigation Abstaende */
#links li li {
	padding: 12px 0;
	background: url(images/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}



/* Footer */
#iFooter {
  height: 145px;
  /*background: url(images/footerRow.gif) repeat-x;*/
	min-width: 1135px;
  position: fixed;
  bottom: 0px;
  width: 100%;
} 

#blueFooterRow {
  
  background: url(images/footerRow.gif) repeat-x;
	min-width: 1135px;
  position: absolute;
  margin-bottom: 5px;
  width: 100%;
} 



#footer p {  
  width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
} 

#footer a {
	background: none;
	font-weight: bold;
	color: white;
}

/* Copyright */
#legal {
  margin: 0 330px;
	text-align: left;
	font-size: 12px;
	float:none;
	color: #FFFFFF;
}

/* Name */
#brand {
	margin: -35px 0 0;
	padding: 10px 0 0 30px;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;
}