/* --------------------------------------------------------------   
   layout.css
   * base layout
   
   Falko Schuster <falko.schuster@fairnet-medien.de>     
-------------------------------------------------------------- */
body {
	background:#86B6FE;
}
#page {
	background:#FFFFFF;
	width: 1000px; 	 
	margin:auto;
}

/* Siteheader */
#header {		
	height:100px;	
	background:#0466FC url(../images/trinknahrung2.jpg) no-repeat;	
}
/* Siteheader - Picture */
#header-picture {
	height:65px;
}
/* Siteheader - Logo and Text */
#header-picture h1 {	
	padding:0.5em 0 0 0.5em;
	letter-spacing:0.2em;	
	font-size:2em;
	margin:0 0 0.2em 0;
	color:#0466FC;
}
#header-picture h1 a
{
	text-decoration:none;
}
#header-picture .important {
	color:red;
}

#header-picture div {
	margin:0;
	color:#0466FC;
	padding:0 0 0 1em;
	font-weight:bold;
}

/* main navigation */ 
#navigation {
	
}

#main {
	margin:0em;		
	clear:both; 
	width: auto;
}

/* content container - left */
#content-left {
	z-index: 3;
	position:relative;
	float: left;
	width: 300px;
	padding: 1em 1em 0 1em;
}
/* main content container */
#content-main {
	padding: 1em 0 0;	
	z-index: 5;
	position:relative;
	float:left;
			
}
.content-main-site {
	width:600px;
}
.content-main-admin {
	margin-left:1em;	
	width:800px;
}

/* site footer */
#footer {
	padding: 0 0 1em 0;	
	text-align:center;
	font-size:smaller;
	margin-left:1em;
	color:#000;
}
#footer a {
	color:#000;
}

/* boxes for the right and left content */
.box {
	background-color:#F1F3F5;
	margin-bottom:1em;
	padding:0.5em;
}
.box ul {
	list-style:bullet;
	
}
.box li {
	
}
.newsletter {
	background:#FBDBDB;
}
.contentbox {
	padding:0.5em;
	background-color:#EFF0F1;
	margin-bottom:0.5em;
}
.content {
	padding:0.5em;
}
/* box headlines */
.content h6 {
	color:#478766;	
	font-size: 1em;
	border-bottom:1px solid #478766;
	text-align:left;
}


/* article styles */
.article {	
	margin-bottom:0.5em;
}
.article p {
	margin: 0 0 1.5em 0;
}
.article h2 {
	font-size:1.25em;
	font-weight:bold;
	margin:0;
}
.article h3 {
	font-size:1em;
	margin:0 0 0.2em 0;
}
.article img {
	float:left;
	margin: 0 0.5em 0 0;
}
.article img.icon {
	float:none;
	margin: 0 0em 0 0;
}

.article .detail {
	clear:left;
	text-align:right;	
}

.seperator {
	clear:left;
	border-bottom:1px solid #989EAA;
	margin:1em 0 0.5em 0;
}

.seperator-last {
	border:0;
}


/* text list */
.text-list {
	margin-bottom:1em;
}
.text-list img {
	float:left;
	margin: 0 0.5em 0 0;
}

/* pager */
.pager-top, .pager-bottom {
	color:#1F411F;
}
.pager-top a, .pager-bottom a {
	
}
.pager-top {
	border-bottom:1px solid #86B6FE;
	margin-bottom:1em;
}
.pager-bottom {
	border-top:1px solid #86B6FE;
}
.pager-top p {
	margin:0;
}
.pager-bottom p {
	display:none;
}
.pager-top div strong, 
.pager-bottom div strong {
	color:#000;
}

/* content main styles */
#content-main a {
	color:#0466FC;
	font-weight:bold;
	text-decoration:none;
}
#content-main a:hover {
	text-decoration:underline;
}

/* float clearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { 
	display: block; 
	clear: both;
} 




