
	html {
	height:100%;
}

body {
	background-color: #183684;
	
	color: black;
	font-weight:500;
	font-size: 12pt;

	font-family: "Helvetica";
	/* "Arial", "Helvetica", "Verdana", sans-serif */
	height:100%;
	margin:0;
	padding:0;
}



/* -------- Textformatierungen -------- */

h1, h2, h3, h4, h5 {
	padding: 0 0 5px 0;
	margin: 0;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.title {
	font-weight: bold;
}

.lim {
	font-style: italic;
	font-weight: bold;
}

.navi {
	font-weight: bold;
}

.fl_r {
	float: right;
}
.fl_l {
	float: left;
}


/* -------- Formular -------- */

input, textarea, button {
	background-color: transparent;
	background-image: url('../images/weiss_transparent.png');
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 10pt;
}
input, textarea {
	border: 1px solid #183684;
}
#kontaktformular input {
	width: 200px;
}
#kontaktformular textarea {
	width: 300px;
}
button {
	color: #183684;
	/*font-weight: bold;*/
	font-size: 12pt;
	letter-spacing: 1px;
	margin: 5px;
}
input:hover, textarea:hover, textarea:focus, input:focus, button:hover {
	background-color: white;	
}

.sbt {
	display: none;
}



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

a {
	text-decoration: none;
	color: #1b2e71;
	font-weight: bold;
}

a:hover {
	color: white;
}



/* -------- Bilder -------- */

img {
	border: 0;
}

.imgbox {
	padding: 5px;
	text-align: center;
}

.imgbox img {
	border: 1px solid transparent;
	margin-right: -4px;
}

.imgbox img:hover {
	border: 1px solid white;
}


/* -------- Container & Hintergründe -------- */

#page, #page2 {
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 822px;
	height: 658px;
	margin-top: -329px;
	margin-left: -411px;

	z-index: 3;
}
#page2 {
	z-index: 2;
}

#Logo {
	width: 25%;
	height: 20%;
	z-index: 3;
	position: absolute;
	top: -30px;
	left: -0px;
}
/*
#Figuren {
	background-image: url("../images/Figuren.png");
	
	position: fixed;
	
	width: 213px;
	height: 400px;
	
	top: 80%;
	left: 90%;
	
	margin-left: -110px;
	margin-top: -230px;
	
	overflow: hidden;
	z-index: 7;

}
*/

#FigurenInSite {
	background-image: url("../images/Figuren.png");
	position: absolute;
	
	width: 213px;
	height: 400px;
	
	overflow: hidden;
	z-index: -1;
}

#skipIntro {
	position: absolute;
	bottom: 30px;
	right: 145px;
	z-index: 10;
	color: white;
	font-size: 8pt;
}
#skipIntro a {
	color: white;
	font-weight: bold;
}

#content {
	position: absolute;
	top: 190px;
	left: 55px;
/*
	position: static;
			
	margin-top: 190px;
	margin-left: 55px;
			
	*/	
	width: 690px;
	height: 440px;
	z-index: 8;
}


#bg_image {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	z-index: 2;
}



/* -------- Menü -------- */

#menubar {
	top: 120px;
	left: -10px;
	right: -10px;
	/*top: 18%;
	left: 5%;*/
	position: absolute;
	
	z-index: 10;
}
.menu {
	margin-top: -40px;
	margin-left: -40px;
	padding-top: 20px;
	padding-left: 20px;
	position: absolute;
}
.menu_button {
	width: 100px;
	height: 37px;
	float: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: -5px;
	padding-right: -8px;
	background-repeat: no-repeat;
}

.menu_button:hover {
	padding-top: 0;
	padding-bottom: 10px;
}

.menu_spacer {
	float: left;
	width: 10px;
}


#button_home {
	padding-top: 10px;
	padding-bottom: -10px;
	padding-left: 20px;
	padding-right: -20px;
	background-image: url("../images/buttons/button_gelb.png");
}
#button_home:hover {
	padding-top: 5px;
	padding-bottom: 10px;
}

#button_lim {
	background-image: url("../images/buttons/button_gelb.png");
}

#button_action {
	background-image: url("../images/buttons/button_pink.png");
}
#menu_action_titel {
	margin-left: 45px;
	margin-top: 8px;
	margin-bottom: 8px;	
}
#menu_action {
	background-image: url("../images/menu_action.png");
	
	width: 201px;
	height: 219px;
	
	margin-top: -2px;
	margin-left: -22px;
	
	background-repeat: no-repeat;
	color: white;
	font-size: 12pt;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: bold;
	line-height: 22px;
	
	z-index: 20;
}
#menu_action a {
	color: white;
}
#menu_action a:hover {
	color: #1b2e71;
}


#button_input {
	background-image: url("../images/buttons/button_orange.png");
}

#button_location {
	background-image: url("../images/buttons/button_gelb.png");
}

#button_kontakt {
	background-image: url("../images/buttons/button_pink.png");
}

#button_links {
	background-image: url("../images/buttons/button_gelb.png");
}



/* -------- Sonstiges -------- */

hr {
	background: transparent;
	height: 1px;
	border: 1px solid #183684;
}

	
	#button_home {
		padding-bottom: 10px;
	
			
			padding-top: 5px;
			
	}
	
	#home_termin {
		width: 400px;
		margin: 160px auto;
		padding-right: 80px;
		text-align: center;
	}
	
	#FigurenInSite {
			
			top: 70px;
			left: 400px;
			}
	
		
	
		
	
		
	



#page2 {
	background-image: url("../images/bg/bus.png");
}


