/* Allgemein */

* {
	margin: 0;
	padding: 0;
}

img {
	border:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 990px;
	position: relative;
}

#maincontainer {
	width:	720px;
	float:left;
}

#werbung {
	width:	260px;
	float:	right;
	padding-top: 58px;
	padding-left: 10px;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	line-height: 25px;
	font-weight:bold;
	border-bottom:1px solid #E4A734;
}

h4 {
	font-size: 1.1em;
	line-height: 25px;
	font-weight:bold;
	text-decoration:underline;
}

h5 {
	font-size: 1.1em;
	line-height: 25px;
	font-weight:bold;
	border-bottom:1px dashed #E4A734;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 65%;
}

a {
	color:	#666666;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color:	#999999;
}


/* Header */

#logo-top {
	height:	30px;
	width: 	720px;
}

#logo {
	padding-left:	10px;
	width: 		720px;
	height: 	160px;
	background-color: #FFFFFF;
	color: 		#666666;
	font-size: 	11px;
	background: url(../images/header.jpg) no-repeat 0px 0px;
}


/* Navigation */

#nav {
	width:		110px;
	float:		left;
	z-index:	100;
}

.navbox {
	position: relative;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 110px;
	position: relative;
	padding: 20px 0 20px 0;
	background: url(shad2.png) no-repeat;
	background-size: 50% 100%;
	-webkit-background-size: 50% 100%;
	-moz-background-size: 50% 100%;
	-khtml-background-size: 50% 100%;
}

li {
	margin: 5px 0 0 0;
}

ul.nav li a {
    transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	background: #cbcbcb url(border.png) no-repeat;
	color: #000000;
	padding: 7px 15px 7px 15px;
	width: 80px;
	display: block;
	text-decoration: none;
	box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	-khtml-box-shadow: 2px 2px 4px #888;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #ebebeb url(border.png) no-repeat;
	color: #666666;
	padding: 7px 15px 7px 30px;
}


/* Content */

#content {
	width: 		610px;
	min-height:	500px;
	background-color:#FFF;
	float:right;
}

#kontakt {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#galerie {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#links {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#intern {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#downloads {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#teams {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#training {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#impressum {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#home {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}

#tabelle {
	width: 		575px;
	padding: 	20px 20px;
	background: #FFFFFF;
}


/* Footer */

#footer {
	height:	25px;
	width:	970px;
	clear:	both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	border-top:	2px solid #999;
}
