﻿/*
-----------------------------------------------
Palast Buendnis Screen Master
Author:   Formsport Design
Version:  28 Oct 2005
----------------------------------------------- */

/* Standard
----------------------------------------------- */

body {
	background: #AABBAA;
	background-image: url(../img/bgd.gif);
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
}

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #748379;
	text-decoration: none;
	border-bottom: 1px dotted #748379;
}

a:hover {
	text-decoration: none;
	border: 0 none;
}


h1 {
	font: bold 16px/20px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #F67500;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:9px;
}

h2 {
	font: italic bold 12px/18px "Georgia", Times, serif;
	color: #748379;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom:18px;
}

p {
	font: 11px/18px "Lucida Grande", Verdana, sans-serif;
	margin: 18px 0 18px 0; 
}

b {
	font-size: 11px;
	font-weight: bold;
	color: #748379;
}
/* ----------------------- Spezifische Divs ----------------------- */

#header {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 750px;
	height: 100px;
	background: #F67500 url(../img/logo.gif) 0 0 no-repeat;
}

#banner {
	position: absolute;
	z-index: 6;
	top: 9px;
	left: 480px;
	width: 400px;
	height: 150px;
}

#menu { position: absolute; left: 10px; top: 100px; width: 200px; height: 1000px; background-color: #E7E7CF;}
#menu ul { list-style: none;}
#menu li { border-bottom: 1px solid #FFFFFF;}
#menu a { display: block; height: 17px; font-size: 11px; text-align: left; color: #000; text-decoration: none; border: 0 none; padding: 4px 20px;}
#menu a:hover { font-size: 11px; background-color: #BBCCBB;}
#menu a.active { font-size: 11px; font-weight: bold; text-decoration: none; color: #F67500; background-color: #FFF;}
#menu li li { border-top: 1px solid #FFF; border-bottom: 0; background-color: #EEEEDD; }
#menu li li a { display: block; color: #536653; text-decoration: none; padding-left: 30px;}		

#meta {
	position: absolute;
	z-index: 10;
	top: 2px;
	left: 345px;
	height: 18px;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	white-space: pre;
	padding: 0;
	width: 401px;
}

#meta a { padding: 0 2px 2px 2px;}
#meta a:link { background: none; color: #ffffff; border: none;}
#meta a:visited { background: none; color: #ffffff; border: none;}
#meta a:hover { background: none; color: #ffffff; text-decoration: underline;}

#content {
	width: 550px;
	position: absolute; 
	top: 100px; 
	left: 210px;
}

#news {
	width: 200px;
	background-color: #EEEEDD;
	color: #fff;
	margin: 0px 0px 10px 10px;
	float: right; 
}

#footer {
	width: 550px;
	background-color: #FFF;
	border-top: 1px solid #E1E0E4;
}

/* --------------------------- Klassen --------------------------- */

.newsinner {
	font: 9px/12px "Lucida Grande", Verdana, sans-serif;
	padding: 10px;
	color: #748379;
}

.newsinner .title {
  	font: 140% "Lucida Grande", Verdana, sans-serif;
  	color: #748379;
  	padding-bottom: 20px;
 }
 
 .newsinner .date {
 	font:  bold italic "Georgia", Times, serif;
   	font-size: 100%;
   	color: #748379;
 }
 
 .newsimage {
	margin-left: 5px;
 }
 
.contentinner {
	background-color: #FFFFFF;
	padding: 20px;
}

.contenttrenner {
	border-bottom: 1px solid #E1E0E4;
	margin: 10px 0px 10px 0px; 
}

.contenthomeimage {
	width: 550px; height: 250px;
}

.pressimage {
	margin-left: 15px;
	padding: 5px;
	border: 1px dashed #FF6600;
}

.kursiv {
	font: italic 11px/18px "Georgia", Times, serif;
	color: #748379;
	margin: 0px 0px 0px 5px; 
}

.listener {
	font: bold italic 12px/18px "Georgia", Times, serif;
	color: #748379;
}

.footer_innen {
	padding: 5px 10px 5px 20px;
	font-size: 10px;
	line-height: 150%;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
}
			
.menuspacer60 {
	height: 95px;
	border-bottom: 1px solid #FFFFFF;
}

.menuspacer15 {
	height: 23px;
	border-bottom: 1px solid #FFFFFF;
}

/* --------------------------- LINKS --------------------------- */

.linkcontainer {
	background: url(../img/a_pfeil_hin.gif) no-repeat;
	padding: 0px 0px 0px 12px;
	text-align: left;
}

.linkcontainer_pdf {
	background: url(../img/a_pdf.gif) no-repeat;
	padding: 5px 0px 5px 36px;
	text-align: left;
}
.linkcontainer_word {
	background: url(../img/a_word.gif) no-repeat;
	padding: 5px 0px 5px 36px;
	text-align: left;
}
.linkcontainer_zip {
	background: url(../img/a_zip.gif) no-repeat;
	padding: 5px 0px 5px 36px;
	text-align: left;
}

.linkcontainer a, .linkcontainer_pdf a, .linkcontainer_word a{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #F67500;
	text-decoration: none;
	border-bottom: 1px dotted #F67500;
	text-align: left;
}

.linkcontainer a:hover {
	text-decoration: none;
	border: 0 none;
}

/* --------------------------- MISC LISTS --------------------------- */

ul, dl {
  padding: 0;
  list-style: none;
}

ul.mainlist li {
	background: url("../img/bullet.gif") no-repeat 1px .5em;
	font: 11px/18px "Lucida Grande", Verdana, sans-serif;
	padding: 0 0 0 15px;
	text-indent:0;
}
