@charset "iso-8859-1";
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font: 62.5% "Lucida Grande", "Lucida Sans", sans-serif;
	height: 100%;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
p {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 4em;
	padding: 0.3em 0;
	text-transform:lowercase;
}
h3 {
	margin: 15px 0 5px;
	font-weight: bold;
}
#site {
	width: 960px;
	margin: 0 auto;
	padding: 33px 0 0 0;
}
#header {
	height: 300px;
	margin:0;
	overflow:hidden;
}

#white {
	padding: 0 0;
	margin: 0 0;
	height: 300px;
	z-index: 4;
	display: none;
	background: #FFF url(../img/loading_white.gif) no-repeat center;
}


#navigation {
	text-transform: lowercase;
	font-size: 1.2em;
	margin: 5px 0;
	height: 80px;
	overflow: hidden;
}
#navigation a {
	text-decoration: none;
}
#navigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
}
#navigation .mainnav a {
	float: left;
	display: block;
	cursor:pointer;
	font-size: 12px;
	padding: 55px 20px;
}
.logo {
	height: 80px;
	width: 218px;
	float: right;
}
#content {
	width:730px;
	margin-left: 230px;
}
.service {
	float: left;
	width: 200px;
	margin: 60px 0 0;
}
.linklist {
	margin: 0 0 20px; 
}
.linklist a {
	display: block;
	padding: 3px 10px;
	text-decoration:none;
	font-size: 1.2em;
}
.col1 {
	float: left;
	width: 350px;
}
.col2 {
	width: 350px;
	margin: 0 0 0 380px;
}
/* CALLBACK */
.callback {
	width: 166px;
	margin: 2px 0 0;
	padding: 4px;
}
.callbacksubmit {
	width: 100%;
	margin: 2px 0 0;
	padding: 4px;
	font-weight: bold;
}
/*LIGHTSWITCH*/
.switch {
	display: none;
	font: 90px "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
	position: relative;
	top: 210px;
	height:90px;
	text-align:right;
	cursor: pointer;
	letter-spacing: -0.05em;
	overflow:hidden;
}
/* Footer */
#footer {
	clear: both;
	border-top: 1px solid #888;
	color: #888;
	margin: 20px 0;
	padding: 5px;
	font-size: 12px;
}
#footer a, #footer a:hover {
	color: #888;
}
.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 1px;
}
/* Listen */
#content ul {
	list-style: square;
}
#content ul, #content ol {
	font-size: 1.2em;
	padding: 0 0 0 30px;
}
#content li {
	padding: 0 0 7px 5px;
}

/* end listen */

#content form {
	text-align: right }
#content input, select, #content textarea {
	width: 90%;
	padding: 2px;
	background: #eee;
	border: 1px solid #aaa;
	margin-bottom: 0.5em; 
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content textarea {height: 80px; }
.description {
	width: 120px;
}
fieldset {
	border: 1px solid #aaa ;
	padding: 10px;
	margin-bottom: 1em;
	}
	
legend {
	padding: 3px;
	font-weight: bold;
}

#lichtform input.error {
	border: 1px dotted #f00;
	background: #fdd;
}
.file {
	display: block;
	padding: 10px;
	border: 1px solid #888;
	text-align:center;
	margin-bottom: 1em;
}

.pdf {
	background: url(../img/pdficon.gif) no-repeat 20px center;
}

.direkt {

	background: url(../img/direkt.gif) no-repeat 20px center;
}
