/*********************************************
Für die Seiten mit dynamischen Inhalten,
das sind die News, der Poll und das Forum werden 
relative Positionierungen benötigt. D. h. diese 
Dateien funktionieren nicht mit der pg_abs.css, 
sondern benötigen die Datei pg.css!!! **********/
/***********************************************/


body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	/*index.php width:100%;*/
	color: #000000;
	line-height: 1.166;	
	background-color: #FFFFFF;
	margin: 0px;
}

b {
	font-weight:normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/************** header tag styles **************/

/*h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
*/

h1{
 font: bold 114% Georgia,'Times New Roman',Serif,'Sans Serif';
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Georgia,'Times New Roman',Serif,'Sans Serif';
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font: 100% Georgia,'Times New Roman',Serif,'Sans Serif';
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Georgia,'Times New Roman',Serif,'Sans Serif';
 font-style:italic;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #21536A;
	text-decoration: none;
}

a:visited {
	color: #21536A;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#masthead {
	width:100%;
	height: 190px;
	background-color:#000000;
}

/**************************************/
/********** Tabellen ******************/
/**************************************/

table { color : #000000; padding-bottom: 2px; padding-left: 2px; padding-right: 2px; padding-top: 2px; }

table.content { border-width: 0; margin: 1px; padding: 2px; background-color: #FFFFFF; }
table.head    { border-width: 0; margin: 1px; padding: 2px; background-color: #FFFFFF; }
table.info    { border-width: 0; margin: 1px; padding: 1px; background-color: #FFFFFF; }

td, th, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

td.head { background-color: #ADC6E3; color: #000000; font-weight: bold; font-size: 11px; }

/********************benutzt*********************/
th.head { background-color: #FFFFFF; color: #000000; font-size: 11px; }
/***********************************************/

th.info { background-color: #ADC0FF; color: #000000; border: 1px solid #4583C0; }
td.info { background-color: #D2DCFC; color: #000000; }

/*************benutzt*********/
td.header { background-color: #FFFFFF; color: #000000; font-weight: bold; }
/*****************************/

th.header { background-color: #9BBCE4; color: #000000;  }

/***********benutzt*******************/
td.left   { background-color: #E2E2E2; }
/*************************************/

td.right  { background-color: #D3DDFF; }

/******benutzt*****************/
td.odd    { background-color: #E2E2E2; }
td.even   { background-color: #F2F2F2; }
/*****************************/

td.center { background-color: #3D78AF; }

/***********benutzt*****************/
td.top    { background-color:#FFFFFF; }
td.bottom { background-color:#ECE9D8; }
/***********************************/

marquee   { background-color: #D2D2D2; }

/*************** Site Name ***************/

/*******
#siteName {
	margin: 0px;
	padding: 16px 0px 8px 3px;
	color: #000000;
	font-weight: normal;
	font: 24px Auto 2, Arial, Helvetica, sans-serif;
}

.logo {
	color: #000000;
	}

a.logo, a.logo:visited, a.logo:hover {
	color: #000000;
	text-decoration: none;
}
*****/

/*************** list tag styles ***************/

ul{
 list-style-type: square;
 letter-spacing:0.1em;
 line-height:1.5em;
 font-size:small;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


ol {
 letter-spacing:0.1em;
 line-height:1.5em;
 font-size:small;
}

/***********Keywords*************/

em {
	color:#FF9900;
	font-style:normal;
	font-weight: bold;
}

/**********Minilogo*************/
#minilogo {
	display:inline;
	position:absolute;
	right: 48%;
}

#minilogo img {
	padding: 2px 4px 4px 0px;
	vertical-align: middle;
}


/********* form and related tag styles *********/

#search {
	margin: 0;
	padding: 0;
}



/************** head styles *****************/

#head {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	margin: 0;
	padding: 4px;
	background: #000000;
	height: 101px;
	border-bottom: 1px solid #A5B4C6;
}

#head img {
	margin-top:15px;
	margin-left:-1px;
	margin-bottom:0;
	border: 0px;
}



/************** utility styles *****************/

#utility {
	font: 0.9em Georgia,'Times New Roman',Serif,'Sans Serif';
	position: absolute;
	top: 16px;
	right: 6px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 4px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: underline;
}

.skipLinks {display: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	max-height: 45px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	border-bottom:7px solid #000000;
	background-color:#000000;
	z-index:300;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 70%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}

/************* pagename styles ***************/

#pageName {
	position:absolute;
	top:135px;
	left:0px;
	right:0px;
	width: 99%;
	padding: 4px 4px 4px 5px;
	background: #FFFFFF;
	background-color:#FFFFFF;
	height: 52px;
	margin-bottom:0;
}

#pageName h1{
	font: bold 1.4em Georgia,'Times New Roman',Serif,'Sans Serif';
	/*color:#FFCC00;*/
	color:#333;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: -19px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* breadCrumb styles ***************/
#breadCrumb {
	position:absolute;
	top:110px;
	left:0px;
	padding: 4px 4px 4px 7px;
	background: #FFFFFF;
	font: small Georgia,'Times New Roman',Serif,'Sans Serif';
	font-weight: bold;
	margin-bottom:0;
	color:#333;
}

#breadCrumb a, #breadCrumb a:hover {
	color: #21536A;
	font-weight: bold;
	font-size: small;
}

#breadCrumb a:hover{
	text-decoration: underline;
}

/****************************************/
/************* Navigation ***************/
/****************************************/

#navleft {
	position: absolute;
	top: 195px;
	padding: 4px;
	left: 0;
	width: 188px;
	color:#333;
	background-color: #FFFFFF;
}

/************ sectionLinks styles **************/

#sectionLinks {
	font-family: Georgia,'Times New Roman',Serif,'Sans Serif';
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 0.85em;
}

.thema {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:1.0em;
	font-weight: normal;
	background-color: #ECE9D8;	
}

ul .thema {
	list-style-type: square;
 	letter-spacing:0.1em;
 	line-height:1.5em;
 	font-size:1.0em;
	/*font-weight:bold;*/
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 10px;

}

#sectionLinks ul {
	list-style-type: none;
}

#sectionLinks p {
	font-family: Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 10px 0px 2px 10px;	
	}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:active {
	background-color: #ECE9D8;
}

#sectionLinks a:hover{
	background-color: #ECE9D8;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks {
	font-family: Georgia,'Times New Roman',Serif,'Sans Serif';
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:0.85em;
}

.relatedLinks a {
	display: block; 
}

/************* basicLinks styles ************/

.basicLinks {
	font-family: Georgia,'Times New Roman',Serif,'Sans Serif';
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.85em;
}

.basicLinks {
	display: block;
}

/********************************************/
/*********** Sidebar links index.php ********/
/********************************************/
#sidebar_left {
	position: absolute;
	top: 320px;
	padding: 4px;
	left: 0;
	width: 188px;
	font-size: 1em;
	color: blue;
	background-color: #FFFFFF;
}

#sidebar_left h1 {
	padding: 10px 0px 0px 4px;
	color:#334d55;
	font: bold 1.1em Georgia,'Times New Roman',Serif,'Sans Serif';
}

.sidebar {
	padding: 0px 20px 10px 4px;
	overflow:auto;
}

.sidebar p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#000000;
}



/********************************************/
/************* Inhalts-Blöcke ***************/
/********************************************/

#aktuelles {
	margin-top:195px;
	margin-right: 20%;
	margin-left: 196px;
	background-color: #ECE9D8;
	padding: 4px 150px 4px 10px;
/*border-bottom: 1px solid #000000;*/
}


/*************************************/
/*********aktuelle Links**************/
/*************************************/


a.aktuell, a.aktuell:visited {
	color: #FF9900;
	font-weight:bold;
	text-decoration: none;
}

a.aktuell:hover {
	color: #FF9900;
	font-weight:bold;
	text-decoration: underline;
}

/************************************/
/******** Features ******************/
/************************************/


.feature {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0px 0px 10px 10px;
	width:90%;
	overflow:auto;
	text-align:justify;
}

.feature p {
	font: 0.8em Helvetica, Verdana, Arial,'Sans Serif';
	letter-spacing:0.1em;
	line-height: 1.5;
}

.feature h1{
	font: bold 1.1em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 10px 0px 5px 0px;
	letter-spacing: 0.05em;
}

.feature h2 {
	/*font: bold 1.3em Georgia,'Times New Roman',Serif,'Sans Serif';*/
	font: bold 0.9em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 10px 0px 5px 0px;
	letter-spacing: 0.05em;
	text-transform:uppercase;
}

.feature h3 {
	/*font: bold 1.1em Georgia,'Times New Roman',Serif,'Sans Serif';*/
	font: bold 0.9em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 5px 0px 5px 0px;
	font-style:italic;
	/*font-style:italic;*/
}	

.feature h4 {
	font: bold 0.8em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 5px 0px 5px 0px;
	font-style:normal;
	letter-spacing:0.1em;
}

.feature h5 {
	font: bold 0.8em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 5px 0px 5px 0px;
	font-style:italic;
	letter-spacing: 0.1em;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/**********************************/
/************Inhaltsseiten*********/
/**********************************/

#inhalt {
	margin-top:195px;
	margin-right: 20%;
	margin-left: 196px;
	background-color: #ECE9D8;
	padding: 4px 150px 4px 10px;
	/* index_abs.css: 	padding: 4px 10px 4px 10px;
*/
}

#inhalt p {
	font-family: Helvetica, Verdana, Arial,sans-serif;
}

/***********Markierungen**********/

#achtung {
	border: 1px solid #CCCC00;
}

#achtung p {
	font-family: Helvetica, Verdana, Arial,sans-serif;
}

.achtung {
	display:block;
	color:#000000;
	padding: 4px 4px 4px 4px;
}

.wichtig {
	font-family: bold Helvetica, Verdana, Arial,sans-serif;
}

/*******************************************/
/********** Sidebar rechts *****************/
/*******************************************/

#sidebar {
	position: absolute;
	top: 195px;
	padding: 4px;
	width:18.5%;
	right: 0px;
	background-color: #FFFFFF;
	overflow:hidden;
	z-index:-1;
}

#cover {
	position: absolute;
	top: 195px;
	padding: 4px;
	width:18.5%;
	right: 0px;
	background-color: #FFFFFF;
	overflow:hidden;
	z-index:100;
}

/*****************************/
/********Banner***************/
/*****************************/

/*#banner {
	position:absolute;
	top:820px;
	right:0px;	
	padding: 4px;
	width:18.5%;
}*/

#banner {
	position:absolute;
	top:580px;
	right:0px;	
	padding: 2px;
	width:18.5%;
}


#banner h1 {
	font: bold 1.1em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 10px 0px 5px 0px;

}

#banner h2 {
	font: bold 1.0em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 10px 0px 5px 0px;
}


#banner p {
	width: 100%;}


/******Linkperle*****/
#linkperle {
	position: relative;
	margin-top: -45px;
}


/***********************************/
/************ Footer ***************/
/***********************************/

#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	font-size: small;
	color: #cccccc;
	padding: 0px 0px 0px 5px;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	left: 47%;
	right: 53%;
}

/************************************/
/**********Grusskarten **************/
/************************************/

.grusskarten {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a.grusskarten, a.grusskarten:visited {
	color: #FF9900;
	font-weight:bold;
	text-decoration: none;
}

a.grusskarten:hover {
	color: #FF9900;
	font-weight:bold;
	text-decoration: underline;
}

.grusskarten img {
	padding: 0px 0px 0px 8px;
}



/********************************************/
/********************************************/
/********************************************/
/************* Alter Code *******************/
/********************************************/
/********************************************/
/********************************************/
#news {
	position: absolute;
	top: 204px;
	padding: 2px;
	right: -4px;
	width: 18.5%;
	/***	background-color:#CC0033; ***/
	background-color:#FFFFFF;
	overflow: hidden;
}

/*****
.headlines {
/***	color:#FFFF99; ****/
/***
	color:#FF3333;
	font-size:x-small;
}


a.headlines, a.headlines:visited {
	color: #FF3333; 
	text-decoration: none;
}

a.headlines:hover {
	color: #FF3333; 
	text-decoration: underline;
}
*/

#news h1 {
	font: bold 1.1em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 10px 0px 5px 0px;
	color:#334d55
}

#news h2 {
	font: bold 0.9em Georgia,'Times New Roman',Serif,'Sans Serif';
	padding: 10px 0px 5px 0px;
}


/*********** Forum*******************/

/*#recentposts {
	margin-top: 0;
	margin-left: 196px;
	margin-right: 20%;
	background-color: #ECE9D8;
	padding:4px 10px 4px 10px;
}

.posts {
	padding: 0px 0px 10px 8px;
}

#recentposts h1 {
	font: bold 125% Arial,sans-serif;
	padding: 10px 0px 5px 10px;
}











/*********************************************/
/*********************************************/
/*********************************************/
/*************Umfragen************************/
/**Importiert aus der default.css des ppoll***/
/*********************************************/
/*********************************************/
/*#umfrage {
	position:absolute;
	top:520px;
	right:0px;
	width:18.7%;
	padding: 10px 0px 15px 4px;
	background-color:#FFFFFF;
	overflow:hidden;
}

.umfrage {
	text-align:left;
	font: bold 175% Arial,sans-serif;
}



#vote {
	margin-top: 0;
	margin-right: 20%;
	margin-left: 196px;
	background-color: #ECE9D8;
	padding: 4px 10px 4px 10px;
	overflow:hidden;
}
*/



/*A:link {text-decoration: underline; color: #000000; }
A:visited { text-decoration: underline; color: #202020; }
A:active { text-decoration: underline; color: #C0C0C0; }
A:hover { text-decoration: underline overline; color: #FFFFFF; background-color: #3483C0; }
*/

/*input       { border-style: groove; background-color: #F1F1F1; color: #000000; }
input.send  { border-style: groove; background-color: #F1F1F1; color: #000000; }
select      { border-style: groove; background-color: #F1F1F1; font-family: Verdana; color: #000000; }
textarea    { border-style: groove; background-color: #F1F1F1; font-family: Verdana; color: #000000; }
fieldset    { border-color: #336699; background-color: #D3DDFF; padding-bottom: 5px; padding-left: 2px; padding-right: 2px; padding-top: 5px; }
legend      { font-family:Verdana; font-size: 12px; color: #404040; }
*/
