﻿@charset "utf-8";
/* html */
html{
	overflow:scroll;
}
/* body */
body {
    	margin: 0px;
    	padding: 0px;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 18px;
    	color: #333333;
    }
/* container */
	.container {
		margin: 20px auto 0px;
		padding:0px;
		width: 865px;
	}
/* header */
	.header { 
		margin: 0px 0px 30px 0px;
		padding: 0px;
		background-image:url(img/tagesfamilien-zug.jpg);
		background-repeat: no-repeat;
		height: 144px;
	}
.headerdruck { 
		display: none;
	}


.home { 
margin: 90px 0 0 200px;
padding: 0px;
position:relative;
overflow:hidden;
height:54px;
width:45px;
float: left;
	}

a.home:hover img {
top: -54px;
	}

a.home img {
left: 0px;
position: absolute;
top: 0px;
	}



/* address */
    .address { 
		margin: 55px 0px 0px 0px;
		padding: 0px;
    	float: right;
    }

/* menu */
    #menu1 {
    	margin: 0px;
    	padding: 0px;
    	float: left; 
    }
    #menu2 {
visibility: hidden;
    	margin: 100px 0 0 0;
    	padding: 0px;
		font-weight: bold; 
color: #333333;
float: right;
    }
#menu2 ul {
		list-style-type: none;
margin: 0px;
padding: 0px;
    }


    #menu1 ul {
    	margin: 0px 0px 20px 15px; /* Für jedes Element, das in den seitlichen Spalten platziert wird, sollten ein linker und ein rechter Rand angegeben werden. */
    	padding: 0px;
		list-style-type: none;
		font-weight: bold;
    }
	#menu1 ul li {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
    }
	#menu1 ul li ul li {
		font-weight: normal;
    }
	#menu1 a, #menu2 a {
	 	margin: 0px;
		padding: 0px;
    	color: #333333;
		text-decoration:none;
    }
	
#menu1  a.menu_current, #menu2  a.menu_current{
    	color: #004c99;
		font-weight: bold;
    }
	#menu1 a:hover, #menu2 a:hover {
    	color: #004c99;
    }


/* content */		
    .content {
    	margin: 0px 50px 0px 275px;
		padding: 0px;
		min-height:450px;
		height: auto !important;
		height: 450px;
    } 
	.content p {
		margin: 0px 0px 18px 0px;
    }
	.content h1 {
		margin: 0px 0px 23px 0px;
		padding: 0px;
		font-size: 15px;
		line-height: 22px;
		font-weight: bold;
    }
/* allgemein */
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .kosten{
margin-bottom: 25px;
    }
    .kosten td {
background-color: #ececfb;
border: 1px solid #ffffff;
text-align: center;
    }
    .bildung{
margin-bottom: 25px;
    }
    .bildung td {
padding-left: 7px;
background-color: #ececfb;
border: 1px solid #ffffff;
text-align: left;
    }
    td a {
color: #004c99;
    }


    .tabellenkopf td {
background-color: #d9daf7;
font-weight: bold;
    }
    p a {
color: #004c99;
    }
    .footer {
margin-bottom: 75px;
    }
    a img{
border: none;
    }
