@charset "utf-8";
/* CSS Document for Wefelscheid.de // Created by Janosch Skrobek - http://www.bworx.de 13.02.2009 */

BODY {
	color: #333;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

HTML, BODY {
	height: 100%;
}

A {
	color: #333;
}

A:hover {
	color: #E2001A;
}

IMG {
	border: none;
}

#fakehorizont {
	position: 			absolute;
	top: 				50%;
	left: 				0px;
	width: 				100%;
	height: 			1px;
	overflow: 			visible;
	visibility: 		visible;
	display: 			block;
}
	
#startcontainer {
	position: 			absolute;
	top: 				-210px; 
	margin-left:	 	-380px;  
	left: 				50%;
	width: 				760px;
	height: 			420px;
}  

.fright {
	float: right;
	margin-left: 10px;
	clear: right;
}

.fleft {
	float: left;
	margin-right: 10px;
	clear: right;
}

IMG.rand {
	border: 1px solid #E2001A;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fleft {
	float: left;
	margin-right: 10px;
}

h1, .rot {
	font-size: 1em;
	color: #E2001A;
	font-weight: bold;
}

#preloadimages {
	display: none;
}

#preloadimages IMG {
	width: 0px;
	height: 0px;
	display: none;
}

#wrapper {
	width: 898px;
	margin: auto;
	position: relative;
	background: url(../img/bg-header.png) top right no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#logo {
	height: 98px;
}

#navi {
	width: 898px;
	height: 30px;
	background: url(../img/bg-navi.png) repeat-x;
}

#content {
	float: left;
	width: 605px;
	margin: 30px 0px 0px 75px;
	padding-bottom: 30px;
	text-align: justify;
	line-height: 1.5em;
}

* html #content {
	margin-left: 40px;
}

#login {
	margin: 76px 0px 0px 80px;
	width: 111px;
	height: 200px;
	float: left;
	overflow: hidden;
}

#login INPUT.txtfeld {
	width: 107px;
	height: 19px;
	background: transparent url(../img/bg-login.png) top left no-repeat;
	border: none;
	margin: 3px 0px 5px 0px;
	padding: 1px 1px 1px 4px;
	overflow: hidden;
}

.jslogin {
	display: block;
	text-align: center;
	text-decoration: none;
}

#login INPUT.loginbutton, .jslogin {
	width: 41px;
	height: 14px;
	border: 1px solid #fff;
	background: transparent url(../img/gfx-ger/login.png) 2px 2px no-repeat;
	cursor: pointer;
	float: right;
}

#login INPUT.loginbutton:hover, .jslogin:hover {
	border: 1px solid #ccc;
}

* html #login INPUT.loginbutton {
	border: none;
}

*+html #login INPUT.loginbutton {
	border: none;
}

*+html #login INPUT.loginbutton:hover {
	border: none;
}

#impressum {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#backtotop {
	position: absolute;
	bottom: 18px;
	right: 219px;
}

#backtotop A {
	display: block;
	padding-right: 13px;
	background: url(../img/backtotop.png) top right no-repeat;
	text-decoration: none;
}

#backtotop A:hover {
	background: url(../img/backtotop-act.png) top right no-repeat;
}

/* Navi */
#navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 130px;
}

#navi ul.esp {
	margin-left: 35px;
}

#navi ul li {
	display: inline;
	margin-right: 24px;
}

#navi ul.esp li {
	margin-right: 23px;
}

#sprache {
	position: absolute;
	height: 30px;
	width: 125px;
	overflow: hidden;
	top: 4px;
	right: 65px;
}

/* Formulare */
.csswefelscheid {
	font-weight: bold;
}

.error-box {
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #FF0000;
	padding: 5px;
	margin-bottom: 10px;
}

.success-box {
	color: #006600;
	font-weight: bold;
	border: 1px solid #006600;
	padding: 5px;
	margin-bottom: 10px;
}

.ueberschriften {
	font-weight: bold;
}

#content INPUT, #content TEXTAREA, #content CHECKBOX {
	border: 1px solid #E2001A;
	background: #fff;
	color: #E2001A;
}

/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
