/* Page Formatting */

* {
	margin:0;
	padding:0;
    behavior: url(pngbehavior.htc);
}

body {
	background-color:#fcfcfc;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	font: 79% "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}
a {
	color:#6A95AD;
	text-decoration:none;
	}
a:hover {
	color:#E9BF1B;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
img {
   behavior: url("pngbehavior.htc");
}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

ul {
	list-style: none;
}

/* Page Structure */

#wrapper {
	width:770px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	}
#header {
	height:145px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
	
#wrapper .banner {
	position: absolute;
	width: 468px;
    margin: 5px 0 10px 290px;
	padding: 0;
}

#wrapper .banner p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: .9em;
	color: #fff;
}

#sidebar {
	float: left;
	text-align: left;
	width: 160px;
	padding: 0 10px;
	background-image: url(../images/bg-sidebar2.gif);
	border: 1px solid #87ACD4;
	color: #666666;
	}
#content {
	margin-left:200px;
	min-height:450px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.6em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:1.3em;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	line-height:145px;
	margin-left:10px;
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* Sidebar */

#sidebar p {
	margin: 3px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	}
#sidebar li {
	list-style-type: none;
	margin-left: 5px;
	}
	
#sidebar a {
	color: #fff;
}
#sidebar a:hover {
	text-decoration: underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}
	
/* ----------  Box Kommentare News, Gästebuch, usw ---------- */
.commentfield         {border:1px solid #ccc; color:#666; padding:10px; background-color:#fff; margin-bottom:3px}	

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
	
.logo {
	position: absolute;
	top: -100px;
	right: -570px;
	margin: 0;
	padding: 0;
}
	
a.navi_second, a.navi_second_active { margin-left: 12px; }
a.navi_third, a.navi_third_active { margin-left: 24px; }
	
a.navi_first:link, a.navi_first:visited,
a.navi_second:link, a.navi_second:visited, 
a.navi_third:link, a.navi_third:visited { color: #fff; }

a.navi_first:hover, a.navi_second:hover, a.navi_third:hover {
	color: #fff;
	font-weight: bold;
}

a.navi_first_active:link, a.navi_first_active:visited,
a.navi_second_active:link, a.navi_second_active:visited, 
a.navi_third_active:link, a.navi_third_active:visited { color: #fff; font-weight: bold; }

.breadcrumbs {
	border: 1px solid #97C1ED;
	margin-bottom: 15px;
	padding: 5px;
	background: #BFDEFF;
}

.breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----------  Normale Boxen Titel(Inhalte) ---------- */
.box_innerhead         {
	background: #E7E7E7 url(../images/box_innerhead.gif);
	color: #fff;
	padding:5px;
	border: 1px solid #ECC936;
	font-weight:bold;
	position:relative;
}

/* ----------  Links ---------- */
.box_innerhead a:link, .box_innerhead a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: ;
}
.box_innerhead a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: ;
}

/* ----------  Container Boxen (Beinhalten Normale Boxen) ---------- */
.box_outer { 
	background-color: #fff;
}
.box_outerhead {
	background-color: #fff;
	padding: 8px;
	position:relative;
}

/* ----------  Spalte in Archiven zwischen 2 Artikeln (News + Artikel) ---------- */
.newsticker_header {
	border: 1px solid #87ACD4;
	background-color: #BFDEFF;
	padding: 2px;
	text-align: right;
}

/* ----------  Datumformatierung (News + Artikel + PN) ---------- */
.time_ticker, .time {
	font-weight: bold;
	font-size: .9em;
}		

/* ----------  Kurzintro News, Einleitung Topnews, Untertitel Artikel  ---------- */
.text_ticker {
	line-height: 15px;
	font-weight: bold;
}

/* ----------  Hervorhebung von Suchergebnissen ---------- */ 
.highlight {
	font-weight: bold;
}

/* ----------  Tabellenrahmen Galeriebilder ---------- */ 
.gallery_box	        {padding:2px; margin:2px; border:1px solid #ddd; }
.gallery_nextthumb	    {float:left; width:10%; padding:2px; text-align:center}

/* ----------  Rahmen aktives & inaktives Bild / Galerie ---------- */ 
.active_image		    {border: 1px solid #000}
.inactive_image		    {border: 1px solid #ccc}

/* ----------  Text unter jedem Bild (Hits / Kommentare) ---------- */ 
.galimage_smalltext     {font-size:11px;color:#666}

/* ----------  Textformatierung F.A.Q ---------- */
.faqtext                {padding: 8px;}

.title_big            {font-size:18px; font-weight:bold; color:#777}
