/**
 * Style sheet xBasic
 */


/**
 * Container
 */

#header {}

.ce_text {padding-left:15px;}

#background {background-attachment: fixed;
	background-image: url(tl_files/images/top.gif);
	background-repeat: repeat-x;
	background-position: center top;}

#logo { position:absolute; top:40px; z-index:2; }

#logopos { left:-120px; right:auto; width:950px;  margin-left: auto; 
      margin-right: auto;
	text-align: left;
}

#main { background-color:#FFFFFF; height:450px; clear:both; }

#bild {float:left;}

#bild_rechts {float:right; padding-left:15px;}

#footer {
	padding-top: 15px;
	padding-left: 15px;
}

#footer_content {
}

#top {}

#navi { padding-left:270px; margin-right:30px; float:right; }

#subnavi {
	position:absolute;
	background-color:#69c07a;
	width:780px;

}


body {
	background-color:#e9f7ec;

}




/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	padding:0px;
	font-weight:normal;
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	color: #2c4260;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

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

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


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


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;
}


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


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#69c07a;
}

a:hover
{
	text-decoration:underline;
}
