@charset "utf-8";
/*----------------------------------------------------------------------------- 
Alexandra Flatscher - Kinesiologie Layout Stylesheet 

version:   1.4 
date:      16/09/08 
author:    [gut und gern webdesign] Claudia Panuschka
website:   www.gutundgern.at 
-----------------------------------------------------------------------------*/


@import url("color.css");
@import url("typographie.css");
@import url("navi.css");



/*Allgemeine Formatierungen
-----------------------------------------------------------------------------*/

/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding : 0;}

/* Normalisiert font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* Entfernt list-style aus Listen */
ol, ul
{list-style : none;}

ul, li{
	border:0;
	padding:0;
	margin:0;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
}

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal;}

/* Entfernt list-style aus Listen */
table
{border-collapse : collapse; border-spacing: 0;}

/* Entfernt border aus fieldset und img */
fieldset, th
{border : 0;}

/* Richtet Text in caption und th links aus */
caption, th
{text-align : left;}

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{content : '';}


/*Body
-----------------------------------------------------------------------------*/
html {
text-align: center;
}

body {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	top: 40px;
	background-color: #EAD9C5;
}


/*Hauptinhalt
-----------------------------------------------------------------------------*/

div#content {
	position: absolute;
	width: 1000px;
	background-color: #EAD9C5;
	min-height:665px;
	height:700px !important;
	height:665px;
	left: 50%;
	margin-left: -500px;
	top: 40px;
	}

div#content_foto {
	width: 700px;
	position: absolute;
	left: 185px;
	top: 30px;
}


div#content_main {
	width: 700px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
	left: 185px;
	padding-top: 30px;
	background-color: #FFFFFF;
	top: 260px;
	height: 280px;
}

div#zitat{
	position: absolute;
	top: 43px;
	right: 20px;
	width: 150px;
	color: #5F5249;
}

.form{
	position: absolute;
	left: 15px;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F5249;
	width: 427px;
}

/*Titel
-----------------------------------------------------------------------------*/
div#claim {
	position: absolute;
	left: 123px;
	top: 11px;
}

div#branding {
	position: absolute;
	left: 710px;
	width: 175px;
	top: 480px;
	height: 90px;
}

.titel {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}












/*Footer
-----------------------------------------------------------------------------*/
div#siteinfo {
	top: 570px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	right: 300px;
}

