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


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	background: #D7994F url(/tl_files/layoutgrafiken/bg_seite.png) top center repeat-y;
}
#header
{
	background: #FFFFFF url(/tl_files/layoutgrafiken/kapitelbilder/muster01.jpg) top left no-repeat;
}
#container
{
	background: #FFFFFF url(/tl_files/layoutgrafiken/bg_inhalt.jpg) bottom left no-repeat;
}
#left
{
	padding:20px 0 20px 0;	
	
}
#left .inside
{
	padding:3.5em 10px 0 120px;
}
#main
{
	padding:20px 0 20px 0;
	border-left:solid #E7D6BA 2px;
	border-right:solid #E7D6BA 2px;
}
#main .inside 
{
	padding:0 10px 0 10px;
}
#right
{
	padding:20px 0 20px 0;
}
#right .inside
{
	padding:3em 60px 0 10px;
}
#footer
{
	/*background: #000000 url(/tl_files/layoutgrafiken/bg_fuss.png) top center repeat-x;
	height:64px;*/
	padding-top:5px;
}

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

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

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


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

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


/**
 * 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:15px;
}

h2
{
	margin:2px 0px 6px 0px;
	padding:0px;
	color:#a38b64;
	font-weight:bold;
	font-size:10pt;
}

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


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

a:hover
{
	text-decoration:underline;
	color:#602000;
}