/*
--------------------------------------------------
zptn - Zentrum für Psychotraumatologie und Traumatherapie Niedersachsen
Start: 27.01.2008
Letzte Aenderung: 17.10.2008
Autor: franco bettels
Medium: Screen
--------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 76%;
	line-height: 120%;
	color: #1D2C91;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}


#container {
	text-align: left;
	width: 1200px;
	background-color: #DEEBFF;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 100px;
	margin-right: 320px;
	background-image: url(../Homepage/bilder/header_bild.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#search {
	vertical-align: top;
	height: 100px;
	background-color: #184D84;
	color: #FFFFFF;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
	margin-left: -5px;
}
#search p {
	margin: 0px;
}
#search a {
	color: #FFFFFF;
	text-decoration: none;
}


#navigation {
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../Homepage/bilder/navigation.jpg);
}
#navigation ul {
	list-style-type: none;
	padding-top: 7px;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #182C94;
	border-right-color: #182C94;
	border-bottom-color: #182C94;
	border-left-color: #182C94;
	padding-right: 20px;
	padding-left: 20px;
}

#navigation a:hover {
	text-decoration: none;
	color: #184D84;
}

#sideBar_l {
	float: left;
	width: 210px;
	height: 2000px;
	color: #FFFFFF;
	background-color: #184D84;
	padding-top: 20px;
	padding-bottom: 15px;
}



#side_navigation {
	width: 191px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
#side_navigation  ul {
list-style: none;
		margin: 0;
		padding: 0;
		border: none;

}
#side_navigation  li {
	border-bottom: 1px solid #90bade;
		margin: 0;

}
#side_navigation  li  a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 159px;
}

html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}

#sideBar_r {
	float: right;
	width: 185px;
	height: 2035px;
}


#mainContent {
	background-color: #DEEBFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 195px;
	margin-left: 210px;
	padding-top: 35px;
}




#footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 100px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}


 .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }

    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	line-height: 0px;
	height: 0px;
    }

.Stil55 {
	font-size: 1.5em;
	line-height: 30px;
}

.Stil90 {
	text-indent: 10px;
}
.Stil77 {
	color: #F30;
}
