/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

 ----------------------------------------------------------------------------*/
body#main_body {
	background-color:#F60;
	background-position:center;
	width: 100%;
}	

body#start_body {	
	background-position: top;
	width: 100%;
	margin:0px auto;
}	

#Top {
	margin:auto;
	width: 50%;
}

#Bottom1 {
	margin:auto;
	background-color:#FFF;
	width: 440px;
}

#Bottom2 {
	margin:auto;
	background-color:#FFF;
	width: 440px;
}

#Slider {
	width: 750px;
	margin:auto;
}

#likebox {
	background-color:#FFF;
    margin: auto;
	width: 300px;
	height: 70px;
}

#Mitte {
    margin: auto;
	width: 640px;
		
}

#Mitte2 {
	margin: auto;
	width: 50%;
		
}

#Mitte3 {
	margin:auto;
	background-color:#FFF;
	text-align:center;
	width: 430px;
	height: 50px;
			
}

#Mitte4 {
	margin: auto;
	width: 100%;
			
}

#Mitte5 {
	margin: auto;
	width: 50%;
	height: 800;
	background-color:#FFF;
		
}


.sidebar1 {
	width: 20%;
	text-align: center;
	float:left;
	
}

.sidebar2 {
	width: 20px;
	height: 590px;
	text-align: center;
	float:left;
}

.sidebar3 {
	width: 15%;
	text-align: center;
	float:left;
}

.sidebar4 {
	width: 15%;
	float: right;
	text-align:center;
}

.sidebar5 {
	width: 400px;
	height: 700px;
	background-color:#fff;	
}

.sidebar11 {
	width: 13%;
	text-align: center;
	float: left;
}

.sidebar12 {
	width: 13%;
	text-align: center;
	float:right;
	margin: 0px -20px 0px 0px;
}

.content {
	height: auto;
	font-size:18px;
}

.content2 {
    text-align:center;
	width: 2%;
}

.content3 {
	text-align:center;
	width: 70%;
	font-size:18px;
	float: left;
}

.content4 {
	text-align:center;
	width: 25px;
	font-size:18px;
}

.sidebar5 {
	width: 12%;
	text-align: center;
}

.sidebar6 {
	background-color:#FFF;
	width: 95%;
	height: 30px;
}

.sideshow {
	margin-left: 25%;
}

.sideshow2 {
	margin-left:55px;
}

h1 {
	font-size:36px;
	font-family: "Comic Sans MS", Verdana, Arial;
	color:#fff;
	
}

h2 {
	font-size:24px;
	font-family: "Comic Sans MS", Verdana, Arial;
	color:#FFF;
}

h3 {
	font-size:18px;
	font-family: "Comic Sans MS", Verdana, Arial;
	color:#fff;
	
	
}

h4 {
	font-size:22px;
	font-family: "Comic Sans MS", Verdana, Arial;
	color:#FFF;
	
}

h5 {
	font-size:18px;
	font-family: Courier, "Comic Sans MS", Arial;
	color:#FFF;
	margin-top: 10px;
	
}

h6 {
	font-size:16px;
	font-family: Courier, "Comic Sans MS", Arial;
	color:#fff;
	
}

h7 {
	font-size:12px;
	font-family: Verdana, Arial;
	
}


ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	
	text-decoration:none;
	background: #FFF;
	color: #000;
	font-size:18px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	background: #000;
	color: #FFF;
}
