/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, Times, serif;
	background: #fff;
	color: #000;
}

.headline {
	font-size: 20px;
	font-family: Georgia, Times, serif;
	color: #000;
}

.subheadline {
	font-size: 15px;
	font-family: Georgia, Times, serif;
	color: #888;
}

.kopf {
	margin: 50px 0 20px 55px;
	border-bottom: 1px solid #888;
}

.logo {
	margin: -10px 0 20px 25px;
}

.karte:link, .karte:active, .karte:visited {
	color:#00f;
	font-family: Verdana, Tahoma, sans; 
	font-size: 8px;
}

.karte:hover {
	color:#00f;
	font-family: Verdana, Tahoma, sans; 
	font-size: 8px;
	text-decoration: underline;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

.section-title {
	margin-bottom: 4px;
}

a, a:link, a:active, a:visited { 
	text-decoration: none;	 
	color: #888;
}

a:hover { 
	text-decoration: none; 
}

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	margin-left: 10px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li {
	line-height: 13px;
	padding: 3px 3px 0 0;
}

#menu ul li.active a:first-child {
	border-bottom: 1px solid #000;
}

#menu ul li a, a:link, a:active, a:visited {
	border-bottom: 1px solid #fff;
}

#menu ul li a:hover {
	border-bottom: 1px solid #000;
}

#menu ul li.section-title {
	line-height: 0px;
}

#menu ul:last-child li, #menu ul:last-child li a, #menu ul:last-child li a:link, #menu ul:last-child li a:active, #menu ul:last-child li a:visited, #menu ul:last-child li a:hover {
	margin-top: -7px;
	font-size: 12px;
	font-family: Georgia, Times, serif;
	color: #000;
	border-bottom: 1px solid #fff;
}


#content {
    height: 100%;
    margin: 70px 0 0 230px;
    top: 0;
}

.container {
    padding: 35px 5px 25px 55px;
}

#menu .container {
     padding: 0 5px 25px 55px;
     margin-top: 59px;
}

#content p { 
	width: 600px; margin-bottom: 25px;
	font-size: 12px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 {font-size: 24px;}
h3 {font-size: 16px;}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0 0 28px 0;  width: 573px;}
#img-container p	{margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.cl {
	background-color: blue;
}

.TB_bg, #TB_closeWindowButton, #TB_prev, #TB_next, #TB_secondLine, #TB_window {
	font-size: 12px;
	font-family: Georgia, Times, serif;
	color: #000;
}

.TB_bg {
	font-size: 12px;
	font-family: Georgia, Times, serif;
	color: #888;
}		






