@import url("global.css");


/* ========== WRAP ========== */

#headerwrap{
	width:100%;
	background:#E0E0E0;
}
#header{
	position:relative;
	width:960px;
	height:150px;
	padding:0;
	margin: 0 auto 0 auto;
	background: url("../images/shared/bg_header.jpg") repeat-x;
}
#logo{
	position:absolute;
	z-index:200;
	visibility: visible;
	left: 30px;
	top: 30px;
}
#claim{
	position:absolute;
	z-index:200;
	visibility: visible;
	left: 417px;
	top: 99px;
}
#contentwrap{
	width:100%;
	padding:0 0 0 0;
	background-color:#E0E0E0;
}
#container{
	position:relative;
	width:960px;
	margin: 0 auto 0 auto;
	min-height:300px;
	padding-bottom:30px;
	background:#FFF;
}

/* ========== NAVIGATION ========== */

.mod_navigation {
	float:right;
	margin:20px 20px 0 0;
	color:#FFF;
}
.mod_navigation li{
	display:inline;
	font-weight:bold;
	margin-left:20px;
}
.mod_navigation li a{
	color:#FFF;
}

/* ========== SCHRIFTEN ========== */

h1 {
	font-size:20px; 
	font-weight:bold;
	line-height:1.2em;
	color:#000;
	margin-bottom:20px;
}
h2 {
	font-zize: 14px;
	font-weight:bold;
	color:#FFF;
	}
h3 {
	font: bold 12px; 
	color:#333333;
	margin-top:0;
}
h4 {
	font: bold 12px; 
	color:#8D746F;
	margin-top:0;
}

p {
	color:#000;
	font-size:13px;
	line-height:1.2em;	
}

/* ========== AKKORDION ========== */

.accordion div {
	margin-top:5px;
}
.accordion a {
	color:red;
	text-decoration: none;
}
.accordion a:hover {
	color:#000;
	text-decoration: underline;
}

.toggler {
	width:95%;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	background:red;
	color:#FFF;
	background:url(../images/shared/bttn_submit.jpg);
	cursor:pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

a {
	color: #E30026;
	text-decoration:underline;
}

a:hover {
	color: #900;
	text-decoration:none;
}


/* ========== AUSWAHLBOXEN ========== */

.section {
	float:left;
	position:relative;
	padding:30px 0 0 20px;
	width:940px;
}

.section .item {
	float:left;
	position:relative;
	margin:0 20px 0 0;
	width:210px;
	min-height:120px;
	background: url("../images/shared/bg_section.jpg") no-repeat;
}
.section .item img {
	float:left;
	margin:25px 0 0 10px;
}
.section .item p {
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	width:110px;
	height:90px;
	margin:25px 0 0 90px;
}
.section .item  a {
	display:block;
	width:100%;
	height:100%;
}
.section .item p a {
	color:#FFF;
	text-decoration:none;
}
.section ul {
	margin:35px 0 0 0;
	list-style-type: none;
}
.section ul li {
	color:red;
	
}
.section ul li a {
	color:red;
	text-decoration: none;
}
.section ul li a:hover {
	color:#000;
	text-decoration: underline;
}


/* ========== FORMULARE ========== */

#login {
	width:100%;
}
.mod_login {
	position:relative;
	margin:20px auto 0 auto;
	text-align:left;
	width:350px;
	height:200px;
	background-color:#E7E7E7;
	border:1px solid #BBB;
	padding:5px;
}
#tl_login {
	width:200px;
	height:300px;
}
label {
	position:relative;
	float:left;
	width:130px;
	font-size:13px;
	font-weight:bold;
	color:#167CBC;
	padding:5px;
}
input {
	position:relative;
	float:left;
	font-size:13px;
	font-weight:bold;
	width:150px;
	height:20px;
	margin:5px;
	
}
input[type=radio] {
	width:20px;
	padding:5px;
}
.radio {
	width:20px;
}
input[type=checkbox] {
	width:20px;
	padding:5px;
}
.checkbox_container {
	position:relative;
	float:left;
}
.submit_container {
	position:relative;
	float:left;

}
.submit {
	float:left;
	text-align:center;
	background-color:red;
	color:#FFF;
	border:1px solid #FFF;
	width:150px;
	height:25px;
	background: url('../images/shared/bttn_submit.jpg') repeat-x;
}
.error {
	color:red;
}



/* ========== FOOTER ========== */

#footerwrap{
	width:100%;
	padding:0 0 0 0;
}
#footer{
	position:relative;
	width:960px;
	margin: 0 auto 0 auto;
	height:150px;
	line-height:30px;
	color:#FFFFFF;
	background: url("../images/shared/bg_footer.jpg") repeat-x;
}
#footer .inside {
	padding:20px;
}
