/* Copyright 2010 Ritterbach Marketing | 
	WANT – werbe/agentur/nowack/thelen 	| 
	Bora Acemi Mediendesign					|
	 
---------------------------------------------------------------------------------*/

/*  Modified Eric Meyer’s CSS Reset
---------------------------------------------------------------------------------*/
*{padding:0;margin:0;}
option{padding-left:0.4em;}
html{height:100%;margin-bottom:1px;}
:focus{outline:0;}
fieldset,img{border:none;overflow:hidden;resize:none;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/*  Basic Class
---------------------------------------------------------------------------------*/
.hide{display: none;}
.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clr{display:inline-table;}
* html .clr{height:1%;}

/*  Generic
---------------------------------------------------------------------------------*/
body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1;
	height: 101%;
	position: relative;
}

/*  Headline & Paragraph
---------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
}

h1#logo {

}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 45px;
	margin: 100px 0 50px 20px;
	text-transform: uppercase;
}

div#ueberuns h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 45px;
	margin: 100px 0 50px 20px;
	text-transform: uppercase;
}

div#home h2 {
	margin: 100px 0 20px 20px;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	color: #000;
	font-size: 1.4em;
	padding: 0px 20px 26px 20px;
	font-weight: lighter;
}

h4 {

}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 20px 12px 0 20px;
}

/*  Links
---------------------------------------------------------------------------------*/
a {
	color: #000;
}

div#kontakt a,
div#impressum a {
	color: #08538a;
	padding: 1px;
}

div#kontakt a:hover,
div#impressum a:hover {
	background-color: #08538a;
	color: #fff;
	padding: 1px;
}

div#ueberuns a {
	color: #fff;
	padding: 1px;
}

div#ueberuns a:hover {
	background-color: #fff;
	color: #08538a;
	padding: 1px;
}

a:hover {

}

a:focus {

}

/*  Content Style
---------------------------------------------------------------------------------*/
div#home img,
div#kontakt img {	
	padding: 6px 0;
	border-top: solid #08538a 1px;
	border-bottom: solid #08538a 1px;
}

div#ueberuns img {
	padding: 6px 0;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;	
}

#logo_position {
	position: relative;
	padding-top: 22px;
	padding-left: 8px;
}

a#logo {
	display: block;
}

/*  Basic Layout
---------------------------------------------------------------------------------*/
/**
 * Main
 */
div#allwrap {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}  
 
div#wrapper {
	float:right;
	width: 802px;
	background-color: transparent; 
}

/**
 * Navigation
 */
div#navigation {
	width: auto;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #fff;
	position: absolute;
	top: 85px;	
	left: auto;
}

.navi-bottom-style {
	width: 800px;
	height: 35px;
	background-position: 0px 50px;
	padding: 10px 0 6px 0;	
	margin: 0px auto;
	overflow: visible;
	position: relative;		
}

.navi-bottom-style li {
	float: left;
	list-style: none;
}

.navi-bottom-style li.back {
	width: 10px;
	height: 60px;
	z-index: 6;
	position: absolute;
	background-image: url(../bilder/navi_bullet.png);
	background-repeat: no-repeat;
	background-position: 50% 34px;
}

.navi-bottom-style li a {
	height: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: auto 12px auto 12px;
	z-index: 10;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	top: 9px;
}

#schulwelt_btn a,
#kunstwelt_btn a {
	text-indent: 9999px;
}

#schulwelt_btn {
	background-image: url(../bilder/schulwelt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 160px;
	height: 30px;
	background-position: center 3px;
	margin: 0 6px;
}

#schulwelt_btn:hover {
	background-image: url(../bilder/schulwelt_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 160px;
	height: 30px;
	background-position: center 3px;
	margin: 0 6px;
}

#kunstwelt_btn {
	background-image: url(../bilder/kunstwelt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 160px;
	height: 30px;
	background-position: center 3px;
	margin: 0 6px;
}

#kunstwelt_btn:hover {
	background-image: url(../bilder/kunstwelt_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 160px;
	height: 30px;
	background-position: center 3px;
	margin: 0 6px;
}

.navi-bottom-style li a:hover,
.navi-bottom-style li a.active {
	border: none;
	color: #08538a;
}

ul#navi {
	width: auto;
	height: auto;
}

ul#navi li {
	width: auto;
	height: auto;
}

/**
 * ToggleNavi
 */
div#leftbar {
	position: fixed;
	width: 150px;
	height: 700px;
	margin: 0;
	padding-top: 25px;
	overflow: hidden;
} 
 
div#togglenav {
	z-index: 1000;
	margin-top: 40px;
}
 
h2.trigger {
border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
	background: url(../bilder/group_toggle.gif) no-repeat;
	height: 28px;
	line-height: 30px;
	width: 106px;
	font-size: 0.6em;
	font-weight: normal;
	float: left;
}

h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {
	color: #666;
}

h2.active {
	background-position: left bottom;
}

.toggle_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 112px;
	clear: both;
}

.toggle_container .block {
	padding: 0;
}

.toggle_container .block img {
	margin-left: 15px;
}

/**
 * Head
 */
div#header {
	width: 800px;
	height: 140px;
	position: fixed;
	top: 0px;
	padding-top: 50px;
	margin: 0px auto;
	z-index: 1000;
}

/**
 * Content
 */
div#content {
	width: 800px;
	height: auto;
	z-index: -1000;
}

div#home,
div#kontakt,
div#impressum,
div#datenschutz,
div#cookierictlinie,
div#agb {
	position: relative;
	background-image: url(../bilder/double-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 140px 0 50px 0;
}

div#ueberuns {
	position: relative;
	background-color: #014170;
	background-image: url(../bilder/double-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 140px 0 50px 0;
	color: #FFF;
}

div#kontakt ul,
div#impressum ul {
	padding: 25px 0 0 20px;
}

div#kontakt ul li,
div#impressum ul li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 2px;
	list-style-type: none;
}
.col50 {
	width:50%;
	float:left;
}
.tdunder {
	text-decoration: underline;
}

.hidden {
	display: none !important;
}

li.back {
	top: 0px;
}

#privacypolicy {
	position: fixed;
	z-index: 9999;
	background-color: #ffffff;
	width: 802px;
	bottom: 0px;
	border: 1px solid #efefff;
}