body {
	padding: 0;
	margin: 0;
	text-align:center;
	font: 11px Verdana;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}


a:hover {
	/*color: #D4DFB5;*/
	color: #016690;
}


.hide {
	display: none;
}

#page {
	height: 100%;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#header {
	float: left;
	width: 100%;
	height: 270px;
	margin: 0;
	padding: 16px 0 0 0;
	background: transparent url('../images/background.gif') repeat-y;
}

#header #menu_main {
	float: left;
	height: 270px;
	width: 183px;
	padding: 0;
	margin: 0;
	text-align: left;
	
}

#header #menu_main ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header #menu_main li {
	/*height: 50px;*/
	margin-bottom: 10px;
	background: transparent url('../images/menu_inactive.gif') repeat-y;
}

#header #menu_main li.active {
	background: transparent url('../images/menu_active.gif') repeat-y;
}

#header #menu_main a {
	display: block;
	/*height: 41px;*/
	/* für ie = 51px */
	width: 173px;
	/* für ie = 183px */
	margin: 0 0 11px 0;
	padding: 5px;
}

#header #image {
	float: left;
	height: 231px;
	width: 807px;
}

#header #image img {
	border: 0;
}



#header #menu_row {
	float: left;
	width: 807px;
	height: 20px;
	margin-top: 12px;
	background-color: #A6CE39;
}

#header #menu_home {
	float: left;
	padding: 3px;
}

#header #menu_sub ul {
	padding: 3px 0;
	margin: 0;
	list-style: none;
	float: right;
}

#header #menu_sub ul li {
	float: left;
	padding: 0 20px;
	font-weight: normal;
}

#header #menu_sub ul li.active, #header #menu_sub_sub ul li.active {
	font-weight: bold;	
}

#header #menu_sub ul li.wsub, #header #menu_sub_sub ul li.wsub {
	background: #A6CE39 url('../images/icon_arrow.gif') no-repeat right;
}

#header #menu_sub .menu_sub_sub, #header #menu_sub .menu_sub_sub_sub {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
	padding-top: 2px;
}

#header #menu_sub .menu_sub_sub li, #header #menu_sub .menu_sub_sub_sub li {
	float: none;
	text-align: left;
	padding: 3px 5px 3px 5px;
	background-color: #A6CE39;
	border-top:1px solid #98BC34;
}

#header #menu_sub .menu_sub_sub li a, #header #menu_sub .menu_sub_sub_sub li a {
	float: none;
	width: 144px;
	display: block;
}

#header #menu_sub .menu_sub_sub_sub {
	left: 154px;
	margin-top: -18px;
	display: auto;
	padding-top: 0;
}

#content {
	float: left;
	width: 100%;
	background: transparent url('../images/background.gif') repeat-y;
}

#content a {
	color: #016690;
}

#content h1 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#content a:hover {
	text-decoration: underline;
}

#content p.align-right {
	text-align: right;
	padding: 0;
	margin: 0;
}

#content #breadcrumbs {
	float: right;
	margin-top: 24px;
}

#content #breadcrumbs ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 20px;
	/*background: #A6CE39 url(../images/menu_inactive.gif) repeat-y -137px 0;*/
	background-color: #A6CE39;
}

#content #breadcrumbs ul li.active {
	background: none;
	padding-top: 0;
}

#content #breadcrumbs ul li {
	background: transparent url(../images/bullet_90.gif) no-repeat scroll 8px 4px;
	padding-top: 10px;
}

#content #teasers {
	float: left;
	width: 162px;
	min-height: 100px;
}

#content #main {
	float: left;
	width: 808px;
	padding: 20px;
	margin: 1px;
	text-align: left;
	background: transparent url('../images/pattern.gif') repeat-y;
}

#content #main #container {
	float: left;
}

#content #main #container ul {
	padding-bottom: 1em;
	padding-left: 14px;
	list-style-image: url('../images/bullet.gif');
}

#content #main #container ul li {
	padding: 0 0 5px 0px;
}

#content #main .b_3 {
	float: left;
	width: 256px;
	margin-right: 19px;
}

#content #main .b_2_big {
	float: left;
}

#content #main .b_3.b_3_3 {
	margin-right: 0;
}

#content #main .comment {
	padding: 10px;
	border-left: 20px solid #A6CE39;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#content #main .comment .quote {
	font-style: italic;
}

/*  DEFINITION  */
#content #main .definition {
	margin-bottom: 20px;
	margin-top: 20px;
}

#content #main .definition .title {
	font-weight: bold;
	color: #A6CE39;
}

#content #main .definition .author {
	font-style: italic;
}

#main h2 {
	font-size: 11px;
	font-weight: bold;
}

.csc-default {
	clear: both;
}


/********************  TEAM ***********************/
.team-image {
	padding-top: 12px;
}


/********************  INDEX ***********************/
.b_3 .title {
	background-color: #A6CE39;
	color: #FFFFFF;
	padding: 2px;
	height: 16px;
	position: relative;
}

.b_3 .title img {
	position: absolute;
	right: 5px;
}

#termine .title img {
	top: -2px;
}

#anfahrt .title img {
	top: -4px;
}

#bilder .title img {
	top: -6px;
}

#termine, #anfahrt, #bilder {
	background-color: #FFFFFF;
}

#termine .info, #anfahrt .info, #bilder .info {
	padding: 3px;
}

/**************** FOOTER ***************/
#footer {
	text-align: right;
	clear: both;
	color: #A6CE39;
	padding-top: 30px;
}

#footer #physiopower {
	border-top: 1px solid #A6CE39;
	padding-top: 2px;
	font-weight: bold;
}