/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body und DIVs
 */
 
 /* TEST GALLERIE*/
 

/*.col_1.col_last { Kombinierter Klassenselektor scheint nicht zu gehen */

/*.ce_gallery td[ class="col_0 col_first"]{  /*Attributselektor! */
	/*background-color:#00FF33;*/
/*	width:200px;
	height:200px; 
}
*/
 
/**/

body 
{
	margin:0px;
	padding:0px;
	background-image:url("/tl_files/layoutgrafiken/psw_hintergrund.gif");
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#010101;
	font-size:1em;
}


#logo_psw img
{
	border:none;
	margin-top:20px;
	height:85px;
	margin-left:18px;
}


#container
{
	overflow:hidden;
	/*background-color:#00FF00;*/
}

#main
{
	height:470px; /* 510-30 */
	margin-top:30px;
	padding-left:30px;
	/*border-left:#CCCCCC dotted 1px;*/
	/*background-color:#FF0000;*/
	background-image:url(layoutgrafiken/punkte_rand.gif);
	background-repeat:repeat-y;

}


#left
{
	height:470px; /* 510-30 */
	padding-top:30px;
}

#left #randspalte
{
	text-align:right;
	padding-right:30px;
}

#footer
{
	/*background-color:#0000FF;*/
	top:690px;
	width:800px;
}

* html #footer{
	width:950px;
}

#footer #adresse_links
{
	position:absolute;
	top:34px;
	left:348px;
	width:200px;
	padding-left:10px;	
	background-image:url(layoutgrafiken/punkte_rand_hell.gif);
	background-repeat:repeat-y;
}


#footer #adresse_rechts a
{
	font-size:11px;
	color:#ff9713;
	text-decoration:underline;	
}


#footer #adresse_rechts a:hover
{
	text-decoration:none;
}



#footer #adresse_rechts
{
	position:absolute;
	top:34px;
	left:548px;
	width:200px;
	padding-left:10px;	
	background-image:url(layoutgrafiken/punkte_rand_hell.gif);
	background-repeat:repeat-y;
	z-index:100;
}

#footer #newsteaser
{
	color:#cccccc;
	position:absolute;
	top:24px;
	left:750px;
	width:200px;
	padding-left:10px;	
	background-image:url(layoutgrafiken/punkte_rand_news.gif);
	background-repeat:repeat-y;
}

#footer #fussnavi
{
	position:relative;
	left:158px;
	top:34px;
	padding-left:30px;
	background-image:url(layoutgrafiken/punkte_rand_hell.gif);
	background-repeat:repeat-y;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif
}

h1, h2, h3, h4, h5, h6
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#333333;
}

h1, h2, h3, h4, h5, h6
{
	color:#333333;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:24px;
	line-height:30px;
}

h2
{
	margin:6px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#ff9713;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.ce_hyperlink {
	text-align:right;
	padding-right:10px;
	}

 /* M E D I A    P R I N T */
 
 
 @media print {

body 
{
	margin:0px;
	padding:0px;
	background-image:url("/tl_files/layoutgrafiken/psw_hintergrund_print.gif");
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-size:1em;
}

#container
{
	overflow:hidden;
}

#main
{
	position:absolute;
	top:400px;
	width:800px;
}

#left
{
	visibility:hidden;
}


#footer #newsteaser
{
	visibility:hidden;
}

#footer #fussnavi
{
	visibility:hidden;
}

}