@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 16px;
}

/*Links default*/

a:link,a:visited{
	color: #1362B7;
	text-decoration: underline;
}
a:hover{
	color: #4682B4;
	text-decoration: none;
}

/*Float Clear*/

#clear, .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

/**********************************************/
/*Layout Global                               */
/**********************************************/

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-repeat: repeat;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(../images/container-bg.gif);
}

#header {
   background: url(../images/header-bg.gif);
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#header .inside{
	background: url(../images/header-bg-inside.png);
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#main{
	float: left;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

#main .inside{
   padding: 20px 10px 20px 20px;
}

#right{
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#right .inside{
	padding: 20px 20px 20px 10px;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100px;
	background: url(../images/footer-inside-bg.gif) no-repeat top center;
}
#footer .inside{
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px 25px 0px;
	width: 960px;
}

/**********************************************/
/*Logo, Werbung                               */
/**********************************************/

#header #logo h1{
	margin: 0px;
	padding: 0px;
}

#header #logo {
	background: url(../images/logo.png) no-repeat left top;
	width: 300px;
	height: 95px;
	text-indent: -3333px;
	border: 0px;
	margin: 2px 0px;
	padding: 0px;
	float: left;
}

#header #logo a {
    display: block;
    width: 300px;
    height: 95px;
    text-decoration: none;
    border: 0px;
	 padding: 0px;
	 margin: 0px;
}

/*Werbebanner im Header*/

#banner{
	width: 468px;
	height: 80px;
	padding: 2px;
	margin: 5px 0px 0px 0px;
	float: right;
}

/**********************************************/
/*Horizontale Navi                            */
/**********************************************/


#nav{
	width: 960px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	height: 35px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li{
	float: left;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #1e90ff;
}
#nav li a, #nav li a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	margin: 0px;
}
#nav li a:hover{
	background: #1e90ff;
}

#nav li.active a{
	background: #1e90ff;
}

/**********************************************/
/*Verticale Navi                              */
/**********************************************/

#nav-vertical{
	width: 220px;
	margin: 10px 0px;
	padding: 0px;
}

#nav-vertical ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#nav-vertical li{
	list-style: none;
	margin: 2px 0px;
	padding: 0px 17px 0px 0px;
	line-height: 37px;
	height: 37px;
}

#nav-vertical li a, #nav-vertical li a:visited{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	background: url(../images/list-nav.gif) no-repeat left;
	color: #4682b4;
	text-decoration: none;
	display: block;
}

#nav-vertical li a:hover{
	background: url(../images/navi-hori.gif) no-repeat left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	border: none;
}

#nav-vertical li.active a{
	background: url(../images/navi-hori.gif) no-repeat left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	border: none;
}


/**********************************************/
/*             Cu3er Slider                   */
/**********************************************/

#slider {
width:690px; 
outline:0; 
}

/**********************************************/
/*             Footer Bar                     */
/**********************************************/

#footer .left{
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#footer #copyright h3{
	padding: 0px;
	margin: 0px;
}

#footer #copyright{
	background: url(../images/logo-copyright.jpg) no-repeat right;
	height: 50px;
	width: 155px;
	padding: 0px;
	margin: 0px;
	text-indent: -3333px;
	display: block;
	float: right;
}

#footer #copyright a, #footer #copyright a:visited{
	text-decoration: none;
	height: 50px;
	width: 155px;
	padding: 0px;
	margin: 0px;
	text-indent: -3333px;
	display: block;
}

#footer #copyright a:hover{
	color: #4682b4;
}


