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


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	background-image:url(tl_files/img/img_bg_body.png);
	background-repeat:repeat-x;
	background-position:25% top;
}


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

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

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


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

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


/**
 * 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:26px;
	color:#004a7f;
}

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

h3
{
	font-style:italic;
	color:#004a7f;
	font-weight:100;
	padding:0;
	margin:0;
}

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


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

a:hover
{
	text-decoration:underline;
}



/* CSS - P+S Werbung */
#personen {
	background-image:url(tl_files/img/img_bg_personen.gif);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	background-position:70% 730px;
	}

#wrapper {
	background-image:url(tl_files/img/img_bg_wrapper.gif);
	background-repeat:repeat;
}

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

#Kopfbild_Navigation {
	height:205px;
	}

#main {
	background-color:#ffffff;
	background-image:url(tl_files/img/img_bg_main.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	padding:41px 41px 0 41px;
}

#right {
	background-image:url(tl_files/img/img_bg_right.gif);
	background-repeat:no-repeat;
}


#right p,
#right img {
	margin: 20px 10px 0 10px;
}







