/*
----------------------------------------
Kinesiologie Homepage - Ulla Janner
Beginn: 01.11.2009
Letzte Aenderung: 15.11.2009
Autor: marc huber - www.lott-x.net
Medium: Screen
----------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #696868;
	background-color: #FFFFFF;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
	background-attachment: fixed;
}

#container {
	width: 924px;
	margin: 0 auto;
	text-align: left;
	height: 800px;
}

#header {
	height: 160px;
	width: 650px;
	float: right;
	text-align: right;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 50px;
}

#content {
	float: right;
	width: 450px;
	height: 440px;
	margin: -20px 40px 0 0;
}

#header h1 {
	margin: 50px 100px 0 0;
}

#navigation {
	width: 180px;
	margin-top: 100px;
	height: 700px;
	float: left;
	padding-top: 35px;
	padding-bottom: 0px;
	line-height: 23px;
	font-size: 15px;
	letter-spacing: 1px;
}

#kontaktdaten
{
	font-size: 12px;
	line-height: 18px;
}

#navigation a:link, a:active a:visited {
	text-decoration: none;
	color: #e79a8b;
}

#navigation a:visited {
	text-decoration: none;
	color: #e79a8b;
}

#navigation a:hover {
	color: #bb635c;
	text-decoration: underline;
}

#navigation ul {
	list-style-type: none;
	padding-top: 1px;
}

#navigation li {
	padding-top: 4px;
	padding-bottom: 4px;
}

#mainContent {
	width: 734px;
	float:right;
	height: 583px;
	padding: 5px;
	line-height: 22px;
	background-image: url(../images/shadow_mc.png);
	background-repeat: no-repeat;
	background-position: center;
}

#mainContent a:link, a:active, a:visited, a:hover {
	color: #333333;
}

#mainContent iframe {
	display: block;

	margin: 15px 10px 10px 14px;
}

.einzug {
	margin-left: 120px;
}

.ava {
	float: left;
	display: block;
	position: relative;
	left: 20px;
	top: 3px;
}

#mainContent img {
	margin: 5px 0 30px 23px;
	border: 1px solid #333333;
}

.floatlft {
	float: left;
}

#mainContent h2 {
	padding: 60px 0 40px 40px;
}
.floatright {
	float: right;
}


#footer {
	width: 734px;
	float: right;
	height: 100px;
	line-height: 22px;
}

#footer p {
	margin: 0 15px 0 10px;
	text-align: center;
}

#footer a:link, a:visited, a:active, a:hover{
	color: #333333;
}

