/* .:: 1.1 Font ::. */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 55px; /* .push must be the same height as .footer */
}
body{
	line-height: 150%;
	background-image:url(../images/layout/bg_content.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0;
	margin:0;
}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size:18px;

}
	

h2 {

}


h3,h4,h5,h6 {

}

a, a:hover, a:link, a:visited, a:active{
	color:#c00101;
	text-decoration:none; 
}



/* .:: Tag's ::. */

html { 
	padding:0px;
	margin:0px;

}



div { 

} 


p {
	margin: 0px;
	padding: 0px;
}


ul {
	margin: 0px;
	padding: 18px;
	vertical-align: middle;
	text-align: left;

}


li {
	list-style-position: outside;
	list-style-image:url(../images/layout/list.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;

}



hr {
	background-color:#dcdcdc; /* Mozilla 1.4 */
	color:#dcdcdc; /* IE 6 */
	border: #dcdcdc; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

textarea, select {
	border: 1px solid #b7b7b7;
}

input {
	border: 1px solid #b7b7b7;
	padding:2px;
}

/* .:: Layout ::. */
/* ----------container zentriert das layout-------------- */
#container {
	width: 992px;
	margin: 0 auto;
	padding: 0;

}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
	height:123px;
	width: 992px;
	color:#ffffff;
	border: none;
}
#banner_pic {
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	height:133px;
	width: 263px;
	padding:1px 0 0 729px;

}
.slide {
	margin-left: 0px;
	width: 262px;
	height: 132px;	
	position: absolute;

}
#mainnavi {
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
	height:32px;
	padding-top:12px;
	padding-left:25px;
	background-image:url(../images/layout/nav_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* -----------------Inhalt--------------------- */
#content {

	background-color: #ffffff;
	padding:0;
	margin: 54px 10px 0px 0px;
}

p, pre {}
pre, code {}

h1 {

}
h2 {

}


/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 205px;
	margin: 106px 0 0 0;
}
#right {
	width: 236px;
	float: right;
	height:391px;
	background-image:url(../images/layout/bg_right.gif);
	background-repeat:repeat-y;
	padding:50px 0 0 25px;
}


/* -----------footer--------------------------- */
#footer {
	height:80px;
	background-color:#e0e0e0;
	font-size:11px;
	padding:0 0 0 155px;

}
.l1, .l1:link, .l1:visited, .l1:active, l1:hover{
	float:left;
	color:#333333;
	margin-top:9px;
	padding: 0px 18px 0px 18px;


	/*padding: 7px 18px 6px 18px; */
}
.l1_act, .l1_act:link, .l1_act:visited, .l1_act:active, l1_act:hover{
	float:left;
	color:#666666;
	background-image:url(../images/layout/l1_act.gif);
	background-repeat:repeat-x;
	padding: 9px 18px 0px 18px;
	height:23px;
	font-weight:bold;
	/*padding: 7px 18px 6px 18px; */
}
.l2, .l2:link, .l2:visited, .l2:active, l2:hover{
	display: block;
	width: 136px;
	padding: 3px 0px 2px 11px;
	color:#666666;
	border-top: 1px solid #e0e0e0;
}
.l2_act, .l2_act:link, .l2_act:visited, .l2_act:active, l2_act:hover{
	display: block;
	width: 138px;
	padding: 3px 0px 2px 9px;
	color:#666666;
	font-weight:bold;
	border-top: 1px solid #e0e0e0;
}

