* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.intro {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	}

.outro {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

li {
	margin-left: 25px;
	}

/* -------------------------- Main ----------------------------- */

#box {
	background-color:#333333;	
	font-size: 12px;
	margin-top: 25px;
	padding: 25px;
	width:auto;
	height:80%;
	}
	
#innerbox {
	display:block;
	width:705px;
	height:auto;
	}
	
/* -------------------------- Navigation ----------------------------- */

#navigation {
	display:block;
	float:right;
	width:160px;
	}
/* -------------------------- Header ----------------------------- */

.header {
	background-image:url(../images/header.jpg);
	width: 540px;
	height: 125px;
	}

/* -------------------------- Content ----------------------------- */

.content {
	background-color: #AAAAAA;
	border: 1px solid #CCCCCC;
	color: #333333;
	height: auto;
	padding: 5px;
	width: 528px;
	}

.middle {
	border-right: 1px solid #CCCCCC;
	}
	
.left {
	padding-left: 5px;
	}
	
.heading {
	color: #3399FF;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	}

/* --------------------------- Links --------------------------------*/

a {
   text-decoration: none;
   color: #3399FF;
   }

a .contact {
	text-decoration:overline;
	}	

a:hover {
   text-decoration: underline;
   }

/* --------------------------- Werbung ------------------------------- */  

.werbung {
	display: inline;
	float:left;
	} 

/* -------------------------- Forumular ---------------------------- */

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCCCCC;
	background:#fff;
	padding: 2px;
	}
