

body{
margin:0;
padding:0;
background-image: url(../img/bg.jpg);
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

b{font-size: 100%;}

a{
padding: 0px;
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}
a:link, a:visited, a:active{
text-decoration: none;
color: #f99e17;
}
a:hover{
text-decoration: none;
color: #014053;
}

a.alter{
padding-left: 5px;
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}
a.alter:link, a.alter:visited, a.alter:active{
color: #f99e17;
}
a.alter:hover{
text-decoration: underline;
color: #014053;
}


ul{
	padding-left: 25px;
}
li{
	list-style-image: url(../img/hook.jpg);
	list-style-position: outside;
	padding-bottom: 5px;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
color: #333333;
border-left: solid 1px #EAEAEA;
border-left: solid 8px #EAEAEA;
border-right: solid 8px #EAEAEA;
border-bottom: solid 7px #EAEAEA;
font-size: 11px;
}

.over{
background-color: transparent;
background-image: url(../img/over.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
padding-left: 20px;
}
h1{
margin: 0;
font-size: 1.6em;
color: #014053;
padding-top: 10px;
padding-bottom: 20px;
}
h2{
margin: 0;
font-size: 1.1em;
color: #014053;
padding-top: 5px;
padding-bottom: 5px;
}
h4{
margin: 0;
font-size: 1em;
color: #014053;
padding-top: 0px;
padding-bottom: 0px;
}

#top1{
background: White;
height: 50px; /*Height of top2 */
padding-top: 15px;
padding-bottom: 10px;
padding-left: 590px;
background-image: url(../img/toplogo.jpg);
background-repeat: no-repeat;
background-position: 21px;
}

#menu{
background: White;
height: 55px; /*Height of top2 */
}

#top2{
background-image: url(../img/logo.jpg);
background-color: White;
background-repeat: no-repeat;
background-position: right;
height: 177px; /*Height of top section*/
}

#top3{
background: #EAEAEA;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
height: 8px; /*Height of top3 */
}
#top1 h1{
background-image: url(../img/mobil.jpg);
background-repeat: no-repeat;
background-color: white;
margin: 0;
}

#top2 h1{
margin: 0;
padding-top: 1px;
}

#contentwrapper{
background-image: url(../img/content_bg.jpg);
background-repeat: repeat-x;
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 250px; /*Set right margin to RightColumnWidth*/
padding: 30px 35px 5px 50px;
}

#contentcolumn h2{
font-size: 14px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}


#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
padding-top: 35px;
position: relative;
}

#rightcolumn img {
margin-left: 0px;
margin-top: 10px;
border: 0px;
   }


#footer{
clear: left;
width: 100%;
height: 56px;
text-align: center;
padding: 0;
background-image: url(../img/footer.jpg);
background-repeat: repeat-x;
font-family: tahoma,verdana;
font-size: 10px;
}

#footer a{
color: #FFFF80;
}

#footer2{
clear: left;
width: 100%;
height: 18px;
text-align: center;
padding-top: 4px;
font-family: tahoma,verdana;
font-size: 11px;
color: #999999;
}

.index{
padding-left: 10px;
padding-top:0px;
}

.innen{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.redesign{
	padding-top:20px;
}

#navigation {
	margin-left: 25px;
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 1px;
	height: 42px;
	background-position: 0px 5px;
}
#navigation ul li a.selected {
	background: url(../img/nav-button.jpg) no-repeat center -84px;
	text-align: center;
	border: none;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display:inline;
}
#navigation a, #navigation a:visited {
	background: url(../img/nav-button.jpg) no-repeat;
	display: block;
	float: left;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	background-position: 0px 4px;*/
	padding: 15px 15px 15px 15px;
	text-align: center;
}
#navigation a:hover {
	background: url(../img/nav-button.jpg) no-repeat;
	background-position: center -42px;
	border: none;
}

#navigation a:active {
	background: url(../img/nav-button.jpg) no-repeat;
	background-position: center -84px;
	border: none;
}


.clearer{
clear: both;
}
