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


/**
 * Body
 */
body 
{
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-color: #FBFAE1;
}

#wrapper
{
	border: 1px solid #990000;
}


/**
 * 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
{
	color: #990000;
	font-size:12px;
	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:8pt;
	font-weight: bold;
	color:#000000;
}

/**
 * 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
{
	color:#990000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#container
{
	background-color: #FBFAE1;
}

#clear
{
 height: 0px;
}

#main
{
	height: 475px;
	background-image: url(images/traube.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 95px;
	padding-bottom: 0px;
	margin: 0px;
}

#main-outside
{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 98% 340px;
	height: 480px;
	margin: 0px;
	padding: 0px;
}

#footer
{
	background-color: #990000;
}