/* --------------------------------------------------------------   
   layout.css
   * base layout
   
   Falko Schuster <falko.schuster@fairnet-medien.de>     
-------------------------------------------------------------- */

#page {
	min-width: 1000px; 
	max-width: 100%; 
	margin:auto;
}

/* Siteheader */
#header {	
	height:139px;
	background:url(../images/layout/header-background.gif);
}
/* Siteheader - Picture */
#header-picture {
	width:950px;
	height:139px;
	margin-left:1em;
	background:url(../images/layout/header-picture.jpg) no-repeat;
	overflow:hidden;
	text-align:right;
}
/* Siteheader - Logo and Text */
#header-picture img {
	margin-left:446px;
	margin-bottom:0;
	margin-top:0;
	border:0;
}
#header-picture h1 {
	padding:0;
	margin-left:446px;
	margin-top:0em;
	margin-bottom:0.2em;	
	font-family: "Times New Roman", Times,serif;
	letter-spacing:0.2em;
	text-transform:uppercase;
	font-size:2em;
	color:#D8CD09;
}
#header-picture div {
	margin-left:400px;
	color:#fff;
}

/* main navigation */ 
#navigation {		
	background: #ECEFF1 url(../images/layout/navigation-top-background.gif) repeat-x;
	border-bottom:1px solid #E7ECEF;
	margin-bottom:1em;
}

#main {
	margin:0em;		
	clear:both; 
	width: auto;
}

/* content container - left */
#content-left {
	z-index: 3;
	position:relative;
	float: left;
	width: 18%;
	padding: 0 1em 0 1em;
}
/* main content container */
#content-main {
	z-index: 5;
	position:relative;
	float:left;
	width:55%;			
}
/* content container - right */
#content-right {
	z-index: 1;
	position:relative;
	float:right; 
	width: 18%; 
	padding: 0 1em 0 1em;
}

/* site footer */
#footer {
	text-align:center;
	font-size:smaller;
	margin-left:1em;
	color:#478766;
}
#footer a {
	color:#478766;
}

/* boxes for the right and left content */
.box {
	background-color:#F1F3F5;
	margin-bottom:1em;
}
.box-voting {
	background:#FAEC7B;
}
.content, .ads {
	padding:0.5em;
}
/* box headlines */
.content h6, .ads h6 {
	color:#478766;	
	font-size: 1em;
	border-bottom:1px solid #478766;
	text-align:left;
}
.ads {
	/* 
	text-align:center;
	*/
}
.ads img {
	margin:0.5em;
	border:1px solid #ABC5D4;
	display:block;
	text-align:center;
}

/* article styles */
.article {	
	margin-bottom:0.5em;
}
.article p {
	margin: 0 0 1.5em 0;
}
.article h2 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
}
.article h3 {
	font-size:1em;
	margin: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;
}

/* adverts in main content area */
.advertising {
	color:#758BA2;
	font-size:smaller;
	padding:0 0 1em 0;
}
.advertising img {
	display:block;
	margin:0 0 0.5em 0;
}

/* pager */
.pager-top, .pager-bottom {
	color:#1F411F;
}
.pager-top a, .pager-bottom a {
	
}
.pager-top {
	border-bottom:1px solid #478766;
	margin-bottom:1em;
}
.pager-bottom {
	border-top:1px solid #478766;
}
.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:#1F411F;
	font-weight:bold;
	text-decoration:none;
}
#content-main a:hover {
	text-decoration:underline;
}

/* event calendar */
#calendar {
	border-top:1px solid #478766;
	background:#F1F3F5;
	padding: 0.1em 0 0 0;
	margin: 0 0 1em 0;
	text-align:center;
}
#calendar div {
	padding:0;
	margin:0;
	border-bottom:1px solid #478766;	
}
#calendar a, #calendar span {
	padding: 0 0.1em 0 0;
	margin:0;
	text-align:center;
}
/*
#calendar a.date1, #calendar span.date1 {
	background:#fff;
}
*/
#calendar a.old, #calendar span.old {
	color:silver;	
}
#calendar a.active, #calendar span.active {
	background:#244A24;
	color:#fff;
}
#calendar a.today, #calendar span.today {
	background:#478766;
	color:#fff;
}

/* 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;
} 

/* advertisements preview */

#adv-preview-text,
.adv-preview-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;		
	width:175px;
	padding:2px;
	border:1px solid #8CB3A0;
}
#adv-preview-text img {
	margin:0;
	padding:1px;
}

#adv-price-table {
	margin-top:1em;
}
#adv-price-table th {
	font-style:italic;
	padding-right:0.2em;
}
#adv-price-table td {

}

#goto-bottom,
#goto-top {
	float:right;
}
#goto-bottom a,
#goto-top a {
	font-size:smaller;
}

/* Voting: Images */
.box-image-area {
	margin-bottom:1em;
}
.box-image-area .box-image img {	
	text-align:center;
	margin:0;
	padding:0;
}

.box-image-area .box-image div {
	/*
	width:135px;
	height:132px;
	*/
	overflow:hidden;
	margin:0 auto;	
}

.box-image-area .box-image {
/*
	width:140px;
	height:220px;
*/		
	width:200px;
	border:1px solid #478766;
	padding:0.5em;
	margin:0.5em;
	text-align:center;
	float:left;
	background:#F1F3F5;
}
.box-image-area .box-image input {
	clear:both;
}

.box-image-area h4 {
	font-size:1em;
}
#footer-links {
	margin:1em 0 1em 0;
}
#footer-links, 
#footer-links a {
	color:#BFBFBF;
	text-decoration:none;
}

/* Debug Styles*/
#content-main, 
#content-left, 
#content-right {
	/*border:1px solid #000;*/
}
#article {
	/*border:1px solid #000;*/
}


