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


#left
{background:#F5F5DC url("images/back_01.jpg");
background-repeat:no repeat;
height:796px;
/*border:1px solid #000000;*/
}
#main
{
background:#F5F5DC url("images/back_02.jpg");
background-repeat:no repeat;
height:746px;
/*border:1px solid #000000;*/
padding-top:48px;
}
.content
{padding:0px 150px 10px 110px;
font-family:Verdana, sans-serif;
font-size:13px;
color:#bbb;
}

.content-tabelle
{padding:20px 70px 10px 20px;
font-family:Verdana, sans-serif;
font-size:13px;
color:#A5B382;
}

.content-intro
{padding:30px 150px 10px 110px;
font-family:Verdana, sans-serif;
font-variant:small-caps;
font-size:15px;
color:#A5B382;
text-align:center;
}
.form
{padding:35px 150px 10px 110px;
font-family:Verdana, sans-serif;
font-size:13px;
color:#C7CFB5;
}
hr
{border: 0px; /* Für Firefox und Opera */
border-top: solid 1px #A5B382;
border-bottom: solid 1px #053704; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
/*-------------------------------------------------*/




/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
}


/**
 * 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:13px;
	color:#aaaaaa;
}
*/
h1, h2, h3, h4, h5, h6
{
	font-size:18px;
	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:13px;
}

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

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


/**
 * Links
 */
a
{
font-family:Verdana, sans-serif;
font-size:13px;
color:rgb(160,127,32);
text-decoration:none;
}

a:hover
{
font-family:Verdana, sans-serif;
	text-decoration:underline;
}

