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


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image:url(../img/img_bg_body.jpg);
	background-repeat:repeat-x;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


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

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#CC0000;
}


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

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

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-size:26px;
	font-weight:100;
	letter-spacing:1px;
	text-transform:uppercase;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}

h3 {
	color:#000000;
}

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


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

a:hover
{
	color:#333333;
}


/*  CSS P+S Cyrill  */



#header {
	background-image:url(../img/img_bg_header.jpg);
	background-repeat:no-repeat;
}

#container {
	background-image:url(../img/img_bg_content.jpg);
	background-repeat:no-repeat;
}

#main {
}

#adresse-linke-spalte {
	margin-top:30px;
	margin-left:30px;
	}

#disclaimer, #impressum {
	padding-top:30px;
}
#links {
	padding-left:30px;
}


a.psw {
	color:#CCCCCC;
	font-size:10px;
	}









