html { 
        overflow: -moz-scrollbars-vertical; 
}
body {
	background: #000 url(../img/portrait-andreas-galle-auf-craniosacral.jpg) no-repeat fixed -180px 0px;
	margin: 0px;
}
body, td, th {
	font: 14px Arial, Helvetica, sans-serif;
	
}
a:link {
	color: #f1f1f1;
	text-decoration: none;
}
a:visited {
	color: #f1f1f1;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.container .content p a {
	color: #004B8F;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

.container {
	margin: 0px 50px 50px 375px;
	min-width:350px;
	top: 175px;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid #FFF;
}
.navbar-default {
	color: #CCC;
	background: #0072BB url(../img/bg_navbar_darker.png) repeat-x;
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
	margin-bottom: 1px;
	overflow: hidden;
}
.navbar-default a{
	color: #CCC;
	
}
.navbar-active {
	color: #f1f1f1;
	background: #0072BB url(../img/bg_navbar.png) repeat-x;
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
	margin-bottom: 1px;
	overflow: hidden;
}
.navbar-hover {
	color: #FFF;
	background: url(../img/bg_navbar.png) repeat-x 0px 0px;
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
	margin-bottom: 1px;
	overflow: hidden;
}
.navbar-bottom {
	background: #004B8F;
	text-align: center;
	border-top: 5px solid #FFF;
	padding-top: 30px;
	margin-top: -1px;
}
.navbar-bottom-termine {
	text-align: right;
}


.content {
	background: #f1f1f1 url(../img/bg_content.png) repeat-x bottom;
	margin: 0px 0px 1px;
	padding: 10px;
	font-size: 12px;
	color: #004B8F;
}
.form_100 {
	width: 100%;
	margin-bottom: 5px;
}
.whitetext {
	color: #fafafa;
	font-size: 12px;
	font-weight: normal;
}
