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


/**
 * Body
 */
 
html {
	background-repeat:repeat-x;
	}
	
body 
{
	margin:0px;
	padding:0px;
	background-image:url(img/img_bg_html_2.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#000000;
}


/**
 * 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:12px;
	line-height:21px;
	color:#ffffff;
}

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


/**
 * 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:21px;
	color:#FFFFFF;

}

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

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


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

a:hover
{
	text-decoration:underline;
}



/*  CSS CW  */
#wrapper {
	/*background-color:#333333;*/
	}

/*#wrapper #container {
	position:absolute;
	top:150px;
	}*/

#headertext {
	position:relative;
	top:260px;
	left:20px;
	}

#headertext_folgend {
	position:relative;
	top:110px;
	left:20px;
	}
	
#headertext p,
#headertext_folgend p {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	}

body.home #header {
	background-image:url(img/img_house.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	}

#header {
	background-image:url(img/img_house_small.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	/*position:fixed;*/
	}


#main {
	/*border-left:#FFFFFF 1px solid;*/
	/*overflow:scroll;
	top:150px;
	padding-bottom:200px;
	*/}
	
#main .inside {
	padding:0 25px 0 25px;
	}

#wrapper #container {
	border-top:#FFFFFF 1px solid;
	padding-top:20px;
	}

#left {
	/*background-color:#FF0000;*/
	float:left;
	margin:0 0 20px 0;
	padding:0;
	/*position:fixed;
	top:150px;
	*/}

#left .inside {
	padding:0 0 0 10px;
	margin:0;
	width:180px;
	}

#footer {
	height
	}

#fussbereich {
	border-top:#FFFFFF solid 1px;
	position:fixed;
	bottom:0px;
	z-index:999;
	padding-left:10px;
	height:65px;
	width:940px;
	background-color:#282828;
	margin-top:10px;
}

#logo {
	width:300px;
	height:100px;
	top:50px;
	right:50px;
	position:absolute;
	}
	

.highlight {
	color:#00cc00;
	}

	





