/**
 * Style sheet wartung
 */
body
{
	margin:0;
	padding:0;
	background-image:url("tl_files/wartung/background.gif");
	background-position:left top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS",Verdana,sans-serif;
	font-size:14px;
	color:#333333;
	line-height:1.5em;
}

h1, h2, h3
{
	font-family:Georgia,Times New Roman,serif;
	color:#165079;
}

h1
{
	margin:0;
	padding:0;
	font-size:2.0em;
	line-height:1.5;
}

h2
{
	margin:1.1666em 0em 0em 0em;
	padding:0;
	font-size:1.2857em;
	line-height:1.1666em;
}

h3
{
	margin:1.3125em 0em 0em 0em;
	padding:0;
	font-size:1.1428em;
	color:#333;
	line-height:1.3125em;
}

#wrapper
{
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	background-color:#fcffa2;
}

#header
{
	height:100px;
	background-image:url("tl_files/wartung/header.gif");
	background-position:left bottom;
	background-repeat:repeat-x;
}

#main
{
	padding:5px;
}

#logo
{
	width:227px;
	height:46px;
	top:45px;
	position:absolute;
	background-image:url("tl_files/wartung/logo.gif");
}

.nav li
{
	float:left;
	padding-left:7px;
	list-style-type:none;
}

ul.nav
{
	float:right;
	margin:10px 5px 0px 0px;
	padding:0;
}

a
{
	text-decoration:none;
	color:#135D93;
}

a:hover
{
	color:#791210;
}

.captcha_text
{
	display:block;
}

input
{
	width:250px;
	height:18px;
}

textarea
{
	width:250px;
	height:120px;
}

.submit
{
	width:150px;
	height:21px;
}

