@import url(main_menu.css);
@import url(slider.css);
@import url(../text.css);
body, html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color : #FFEBC6;
	background-color : transparent;
	background : White url(../images/fon.gif) repeat-x center 110px;
	overflow-y: scroll;
	overflow-x: auto;
}
* {
	margin:0;
	padding:0;
}
a img {
	border : none;
}
:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
	margin: 36px 55px;
}
.clear {
	clear : both;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	width : 940px;
	padding : 0px 10px;
	position : relative;
	margin : 0px auto;
	background : transparent url(../images/fon_wrapper.gif) repeat-y 650px top;
}
#wrapper .empty {
	height:80px;
	clear : both;
}
#wrapper_footer {
	position:relative;
	margin-top:-60px;
	background-color : #00519E;
	height : 60px;
	min-width : 960px;
}
#header {
	overflow : hidden;
	margin-left: -26px;
	height : 110px;
}
#header h1 {
	font-size : 10px;
	line-height : 10px;
	color : #8a91a1;
}
#header h1 a {
	font-size : 10px;
	line-height : 10px;
	color : #8a91a1;
	text-decoration : none;
}
#header .logo {
	margin:0;
}
#header h1 span {
	font-size : 10px;
	display : block;
	margin-top : 15px;
	line-height : 18px;
	color : Black;
}
#main_menu {
	background: url(/theme/Therapie-Dirks/images/fon.gif) #00519E repeat;
	height : 30px;
	margin-bottom : 10px;
	border-left: 1px solid #FFF;

}
#text {
	width : 600px;
	padding : 15px 20px 10px 0;
	float : left;
	overflow : hidden;
	background-color : White;
}
#sidebar {
	width : 260px;
	padding : 15px 20px 10px;
	float : right;
	background-color : transparent;
}
#sidebar ul {
	list-style-type : none;
}
#sidebar li {
	margin-left : 0px;
}
#sidebar h3 {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 15px;
	font-weight: bold;
}
#footer {
	width : 940px;
	overflow : hidden;
	padding : 20px 10px;
	margin : 0px auto;
	height : 20px;
	/*line-height : 20px;*/
	color : White;
}
#footer a {
	color : White;
}
#footer .left {
	float : left;
	font-size: 12px;
}
/* powered by and alignment */
#footer .right {
	float : right;
	margin-right : 20px;
	font-size: 8px;
	text-align: right;
}
/* bigger fields in input and textarea fields */
input, textarea {
	width: 300px;
	color: #3d3d3d;
}
/* Captcha reload color contrast */
form#p01-contact1 a {
	color:  #3D3D3D;
}
/* small checkboxes */
input#p01-contact1_field8_option0, input#p01-contact1_field4_option0, input#p01-contact1_field4_option1, input.submit {
	width:auto;
}
/* BIG Captcha field */
input#p01-contact1_field9 {
	width: 200px;
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
/* Legend ---*/
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0 !important;
	padding: 0 5px !important;
	position: absolute;
	top: -12px;
}

.legend {
	border: 3px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

.legend-hilite .legend-title {
	color: #006699;
}

.legend-hilite {
	border: 3px solid #d6e9f3;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
