/*	
Template Name: Lane
Description: a Combosa Business Template
Version: 1
Lizenz 2012-103
Author: Jürgen Rübig Firma Combosa (D)

*/
* {
	margin: 0px;
	padding: 0px;
}

html,body{
	width: 100%;
	font-family: FreeSans, Arial, Tahoma, Verdana, sans-serif;
	color: #fff;
}

img {
	border: 0px;
}

.clearer {
	clear: both;
	height: 1px;
}

h1, h2, h3 {
	padding-top:20px;
	padding-bottom:10px;
	color:#fff;
}

h1 {
	height: 27px;
	font-size:25px;
	line-height:27px;
}

h2 {
	height: 25px;
	font-size:23px;
	line-height:25px;
}

h3 {
	height: 23px;
	font-size:21px;
	line-height:23px;
}

a:link, a:visited, a:active, a:hover, a:focus {
	text-decoration: none;
	color: #cb0101;
	outline: 0;
	font-weight:bold;
}

a:hover {
	color: #fff;
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

ul {
	margin-left: 25px;
	list-style-type: square;
}

li {
	padding-top: 5px;
	padding-bottom: 3px;
}
.menu {
    background: url("../images/content.png") repeat scroll 0 0 transparent;
    float: left;
    position: absolute;
    text-align: left;
    top: 143px;
    width: 180px;
	border: 1px solid #000000;
}
.menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul {
    background: url("../images/menu-a.png") repeat scroll 0 0 transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu a:link, .menu a:visited, .menu a:active {
    color: #fff;
    display: block;
    font-weight: bold;
    height: 22px;
    padding: 10px;
    text-decoration: none;
}
.menu a:hover {
    background: url("../images/menu-a-hover.png") repeat scroll 0 0 transparent;
    color: #cb0101;
    text-decoration: none;
}
.menu_current {
    background: url("../images/menu-a-hover.png") repeat scroll 0 0 transparent;
}

#netzwerke {
    float: left;
    padding-left: 8px;
    width: 172px;
}
#netzwerke li {
    float: left;
    list-style-type: none;
    padding-left: 0;
}
#netzwerke li a {
    border: medium none;
    padding: 8px 4px 12px 0;
}
#netzwerke li a:hover {
	background:none;
}

#wrapper {
    background: url("../images/content.png") repeat scroll 0 0 transparent;
    float: right;
    margin: 90px;
    width: 700px;
}

#header {
	height: 0px;
	background: transparent;
}
#close {
    background-image: url("../images/close.png");
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: 76px;
    top: 129px;
    width: 30px;
    z-index: 1103;
}
#close:hover {
	border:none;
}
#slogan {
    background: url("../images/top.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 25px;
    padding: 16px;
    text-align: left;
}



#main {
    padding: 26px 33px 33px;
	border: 1px solid #000;
}


#content {
    color: #fff;
    font-size: 15px;
    text-align: left;
    width: 640px;
}




