/* css fuer curative-behandlung.de
*/
body {
	background: url('images/chritianshintergrund.jpg') repeat;
	width: 100%;
	height: 100%;
	margin: 60px 0px 60px 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #383838;
}

#top-container{
	position: relative;
	overflow: hidden;
	width: 860px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}

#container{
    position: relative;
    overflow: hidden;
    top:-40px;
	background-color: #ffffc9;
	width: 860px;
	min-height:375px;
    margin: 0px;
    padding: 0px;
}

#left{
    float:left;
    width:173px;
    height:100%;
    margin:0px;
    padding:0px;
}
#right {
    float: left;
    width: 607px;
    margin: 40px;
    padding: 0px;
}

#navbar {
    position: relative;
    text-align: left;
    height: 40px;
    float: left;
}
ul.nav {
    width: 100%;
    list-style-type: none;
    margin-left:20px;
}
.nav li {
    width: auto;
    height: auto;
    float: left;
}

ul.nav li ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
 }

ul.nav li ul li{
    padding: 0px;
    margin: 0px auto;
}
.nav a {
    witdh: 100%;
    padding: 4px 13px 4px 13px;
    color: #383838;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}
.nav a.fat {
    font-weight: bold;
}

h1{
	font-size:22px;
	font-weight:normal;
	white-space:nowrap;
	margin-top:85px;
}

p {
	font-size: 18px;
	text-align:left;
}

a{
	color: black;
	font-size: 14px;
}

.nav {
	padding:0px;
	margin:0px;
	color: #383838;
	font-size:14px;
	text-align:right;
	text-decoration:none;
}


ul{
	font-size: 18px;
}

.nav_unten{
	text-align:right;	
}

.nava{
		text-decoration:none;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

