/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2011 Leo Feyer
 *
 * Formerly known as TYPOlight Open Source CMS.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2011
 * @author     Leo Feyer <http://www.contao.org>
 * @license    LGPL
 * @version    1.1
 */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:none;
}
ins {
	text-decoration:none;
}

}
:focus {
	outline:0;
}

/* Font settings */
body {
	font-family:'PT Sans', sans-serif; 'Helvetica'; "Lucida Sans Unicode",'Verdan','sans-serif';
	font-size:14px;
	background-image:url("../pics/hintergrund.png");
	background-repeat: repeat-x;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}

#main {
height: 468px;
}
pre,code {
	font-family:'PT Sans', sans-serif; 'Helvetica';
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:22px;
	font-family: 'Pacifico', cursive;	
}
h4 {
	font-size:42px;
	font-family: 'Rokkitt', serif;
}
h5 {
	font-size:22px;
	font-family: 'Rokkitt', serif;
}

table {
	font-size: inherit;
}
caption,th {
	font-weight: bold;
}



/* Default margins */
h1,h2,h3,h5,h6 {
	margin-top:1em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:09px; /* Should match the font size */
}

#nummer {
	max-width: 153px;
	float: right;
	margin-top:  -143px;
	} 

.ios #header .level_1 {
	max-width: 960px;
	margin-top: 13px;
	margin-left: 10px;
	padding-left: 30px;
	font-family: 'Pacifico', cursive;
	font-size: 14px;
	text-align: center;
	}

#header .level_1 {
	max-width: 960px;
	margin-top: 11px;
	margin-left: 10px;
	padding-left: 60px;
	font-family: 'Pacifico', cursive;
	font-size: 22px;
	text-align: center;
	}

#header .level_1 li {
	float: left;
	padding-right: 60px;
	margin-right: 0px;	
}

#header .level_1 a {
	text-decoration: none;	
	color: black;
}

#header .level_1 li a:hover {
	color:	#b3c555; 
}

#header .level_1 .active {
	color:	#b3c555; 
}


#Logo{
	margin-top:20px;
	text-align:center;
}

#footer .inside h3 {
	text-align: right;
	margin-right: 10px;
}




#text{
	width: 400px;
	height:auto;
	background-color: white;
	margin-bottom: -90px;
	
}

#main {
 margin-top: 12px;
}


#footer {
min-width: 960px;
height: 60px;
text-align: right;

}

#footer .inside {
height: 80px;
max-width: 100px;
float:right;
}


#footer a {
	text-decoration: none;
	color: black;
		}	
		
#footer a:hover {
	color:	#b3c555; 
}

#footer a:active {
	color: #b3c555; 
}

.flexslider{
height: 483px;
min-width: 940px;
}


#slider-1 .flexslider {
	padding: none;
	background: none;
	min-width: 940px;
	}	

#slider {
min-width: 940px;
}
#slides {
	min-width: 940px;
	height: 483px;
	}


#imm a {
    color: #404040;
    text-decoration: none;
}
#imm a:hover,
#imm ul li.active {
    color: #ff9c24;
}

#imm{
height:473px;
width: 960px;
margin-top: -10px;
overflow-y: scroll;
}



h4{
margin-bottom: 0.5em;
margin-top: 0.6em;}
