body {
        font-family: tahoma, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 80%;
		line-height:140%;
        font-weight: bold;
        background: #333;
        }
		
.wrapper {margin:0 auto;width: 900px; background-color:#fff;padding: 0 15px;}		

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {    border: none;}

div#header {background: #fff;text-align: left;}

p#logo {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
	border:1px solid red;
}

p#logo img {
	margin: 0;
	padding: 0;
	border: none;
}


#top {height:30px; background-color:#0033bb;color:#fff; line-height:30px; padding: 0 10px;}

#nav {  display:block; height:40px;padding-left:3px;
background:#fff url('../images/nav-bg2.gif') right no-repeat;
}

#vpnavigation, #vpnavigation ul { padding: 0; margin: 0; list-style: none; line-height: 100%; background: url('../images/nav-bg1.gif') left no-repeat; display:block; height:40px;padding-left:3px;}

#vpnavigation a { display: block; text-decoration:none; }
#vpnavigation li { /* alle Listenelemente */ float: left;}

#vpnavigation > li > a{
padding: 0 15px; font-size: 125%; line-height:40px;
color: #fff; text-transform:uppercase; font-weight:normal;
}

#vpnavigation > li {border-left: 1px solid #000; border-right: 1px solid #333; }
#vpnavigation > li:first-child {border-left: 0px solid #ff9900;}

#vpnavigation > li > a:hover {background:#fff url('../images/nav-hover.gif') center no-repeat;}
#current {background:#fff url('../images/nav-hover.gif') center no-repeat;}
	
		
#sidebar , #content {width:440px; margin:15px 40px 15px 0; float:left;} 	
#content {width:360px; margin:15px 0 15px 0; float:left;} 		


h1 {text-transform:uppercase; margin:1em 0 0 0; color:#0033bb; font-size:250%;}
h2 {text-transform:uppercase; margin:0.3em 0 0 0; color:#777;font-size:200%; font-weight:normal;}
h4 {font-weight:normal; font-size:110%; line-height:140%;
margin:0.5em 0;padding: 0.5em 0; color:#777;
border-top:1px solid #777;border-bottom:1px solid #777; }

p {font-weight:normal; line-height:140%;}




/* */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 900px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -8px;
	width: 308px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #0033bb;
	border: 1px solid #3e5dd3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


#gallery {
		background-color: #fff;
		padding: 10px 0;
		width: 440px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; margin: 0 5px 5px 0; }
	#gallery ul img {
		border: 5px solid #ddd;
		border-width: 8px 8px 32px;
	}
	#gallery ul a:hover img {
		border: 5px solid #eee;
		border-width: 8px 8px 32px;
		color: #eee;
	}
	#gallery ul a:hover { color: #eee; }
	
	
	ul.list {
	list-style:disc;
	margin:1em 2em;
	}
	
	
	
	
form {
margin: 0;
}
fieldset {
border: 0px solid #ddd;
padding: 0 20px 20px 25px;

background: #fff url("../gfx/bullet_1grey.gif") no-repeat;
background-position: 0px 0px;
} 

fieldset legend {
font-size: 90%;
font-weight: bold;
color: #0033bb;
border-bottom: 1px solid #0033bb;
display: block;
margin: 0 0 1em -7px;
padding: 2px 0 5px 0;
}

fieldset label {
font-size: 80%;
font-weight: bold;
color: #666;
width: 180px;
display: block;
float: left;
}

input, select, textarea {
width: 350px;
border: 1px solid #666;
font-size: 100%;
} 