/* 
*/

body {
	color: #555;
	font: Arial, Helvetica, sans-serif;
	background-color: #003afa;
}
body, html {
	width:100%; 
	height:100%;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #dd5795;
}

h1, h2 {
	border-top: 1px solid #dd5795;
	padding-top: 10px;
}


#page {
    position: absolute;
    width:100%;
    z-index: 5;
    margin-top: 10%;
}



#menuleiste {
    background: #dd5795;
    height: 30px;
    width: 100%;
    position: relative;
}

#logo{
	position: relative;
	width: 200px;
	height: 130px;
	z-index: 10;
	top: 79px;
	left: 0px;
}

#tabs {
	position: relative;
	float: left;
	width: 500px;
	margin-left: 50px;
	padding: 20px;
}

#tabsindex {
	position: relative;
	float: left;
	width: 500px;
	margin-left: 50px;
	padding: 20px 20px 0px 20px;
	margin-top: 10px;
	background: #fff url("../images/wiese.png") repeat-x bottom left;
	-moz-box-shadow: 0 0 5px 5px #fcc5de;
	-webkit-box-shadow: 0 0 5px 5px #fcc5de;
	box-shadow: 0 0 5px 5px #fcc5de;
	
}

#tabs .tabdata, #tabsindex .tabdata {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
	width: 500px;
	display: none;
}

.col1 {
    float: left;
    width: 200px;
    padding: 50px 10px 0px 10px;
}
.col2 {
    float: left;
    width: 245px;
}
.col3 {
    float: left;
    width: 245px;
    margin-left: 10px;
}

.contentspacer {
	height: 500px;
	float:left;
}

#content{
    background: url("../images/transparenz.png");
    overflow: auto;
    text-align: center;
    font-size: 0.9em;
    width: 100%;
    float: left;
    height: 500px;
}

.contentcenter {
    text-align: left;
    width: 900px;
    margin: 0 auto;
}

.pagecenter {
    width: 900px;
    margin: 0 auto;
}

#footer {
	background-color: #333;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	padding: 5px;
	width: 100%;
	color: #fff;
	font-family: arial, sans-serif;
	display: none;
}

.footercenter {
    width: 700px;
    margin: 0 auto;
}


/* Hauptmenu*/
#menu {
	position: relative;
    padding-left: 10px;
    left: 210px;
    padding-top: 2px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    padding: 4px 15px 0px 15px;
    color: #fff;
    text-decoration: none;
    height: 22px;
}

#menu ul li a:hover, #menu ul li .currentpage  {
    color: yellow;
}

/* Submenu (Behandlung) */
#submenu {
	border-top: 1px solid #dd5795;
	margin-top: 15px;
	padding-top: 15px;
}
#submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#submenu ul li {
	
}
#submenu ul li a {
    display: block;
    width: 180px;
    color: #444;
    text-decoration: none;
    border-left: #dd5795 5px solid;
    margin: 5px 0px;
    padding-left: 5px;
}
#submenu ul li a:hover, #submenu ul li .current  {
    color: #fff;
    background: #dd5795;
}

/* Hilfsklassen */
.beauty {
	color: #dd5795;	
}
.skin {
	color: #868889;	
}
.clear {
    clear: both;
}
.display{
	display: block;	
}
.mtop{
    margin-top: 40px;
}

img.left{
	float: left;
	margin-right:20px;
}

.white {
	background-color: white;
}

.box {
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}

#tab_preisliste table {
     width: 240px;
}

#tab_preisliste tr.head{
    color: #dd5795;
    font-weight: bold;
    padding-top: 20px;
    border-bottom: 1px #dd5795 dotted;
}

#tab_preisliste td.head{
    color: #dd5795;
    font-weight: bold;
}


#tab_preisliste table td {
    text-align: left;
}

#tab_preisliste table td + td {
    text-align: right;
}

#tab_impressum td {
	vertical-align: top;
	padding: 2px 5px;
	border-bottom: 1px #dd5795 dotted;
}

#tab_impressum table td + td {
    
}

#termincloud { position:absolute; top:10px; z-index: 10;  left: 350px;}
#termincloud img { border:0;}


#commentForm label {
	display: block;
	width: 100px;	
}