/** CSS for Website www.koerper-bewusst.de
Claas Kazzer, http://www.claas-kazzer.de/webseiten.html
Juni 2010
**/

/*
* Reset Styles 
*/



* {
	font-size: 100%;
	/*	font-weight: inherit;

	font-style: inherit; */

	margin: 0;
	/*	border: 0 none;

	outline: 0; */

	padding: 0;
	vertical-align: baseline;
}

/*

* General HTML Styles

*/

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

sup {
	vertical-align: super;
	font-size: 0.85em;
}

u {
}

ul, ol {
	padding-left: 0;
	margin-left: 0;
}



html {
	overflow-y: scroll;
}

/* Mozilla Jump-Bug Ende */

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* wichtig fuers Zentrieren */
	margin: 10px 0px 0px;
	padding: 0px;
	background: #FFFEF4;
}

#seitencontainer {
	width:962px;
	z-index:3;
	height: auto;
	text-align: left;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	margin: 0px auto;
	padding: 0px;
}

#trailerlogo {
	width: 320px;
	height: 179px;
	clear: left;
	float: left;
}

#trailerswap {
	width: 640px;
	height: 179px;
	clear: right;
	float: left;
}

#seitennavi {
	width: 640px;
	height: 43px;
	float: left;
	clear: left;
	background: #EFEFEF;
}

#seitennavi ul {
	margin-top: 10px;
	margin-left: 20px;
}

#seitennavi ul li {
	display: inline; /* for horizontal bar */
	padding-left: 0; /* no indent */
	list-style: none;
	font-size: 0.95em;
}
#seitennavi .sep {
	margin-right: 10px;
}
#seitennavi a:link {
}

#seitennavi a:hover {
}

#seitennavi a:visited {
}

#inhaltscontainer {
	background: url(../bilder/hg_hauptbereich.gif) repeat-y;
	float:left;
	width: 960px;
	height: auto;
}

#hauptbereich {
	width: 639px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;/*	background: #F7F7F7;*/
}

#hauptbereich h1, #hauptbereich h2, #hauptbereich h3, #hauptbereich p {
	margin-left: 20px;
	margin-right: 40px;
}

#hauptbereich h1, #hauptbereich h2, #hauptbereich h3 {
	font-weight: normal;
	line-height: 1.5em;
}

#hauptbereich h2, #hauptbereich h3 {
	margin-top: 10px;
}

#hauptbereich h1 {
	font-size: 1.4em;
	padding-top: 50px;
}

#hauptbereich h2 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 3px;
}

#hauptbereich h3 {
	font-size: 1.1em;
}

#hauptbereich p {
	font-size: 0.95em;
	margin-bottom: 20px;
}

#hauptbereich ul {
	margin-left: 35px;
	font-size: 0.9em;
}

#hauptbereich ul li {
}

.zitat {
	font-size: 0.8em;
	text-align: right;
	margin: 20px;
}

#randspalte {
	width: 320px;
	float: right;
	clear: right;
}

.kastenrahmen {
	width: 280px;
	background: url(../bilder/kasten_rahmen.gif) no-repeat right top;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCC;
}

.kastenrahmen h3, kastenrahmen p, kastenrahmen ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kastenrahmen h3 {
	font-size: 0.9em;
	text-align: right;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: normal;
}

.kastenrahmen p {
	font-size: 0.83em;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.kastenrahmen ul {
	font-size: 0.83em;
	margin-left: 35px;
	margin-bottom: 10px;
}

.kastenrahmen li {
}

.bilder1 {
	height: auto;
}

.bilder6 {
	height: 208px;
}


.bilderrahmen_med a:link, .bilderrahmen a:link, .bilderrahmen_med a:hover, .bilderrahmen a:hover  {
	text-decoration: none;
	border: none;
	}

/* erster Rahmen der Reihe */
.bilderrahmen_l {
	border: 1px solid #CCC;
	height: 67px;
	width: 67px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
.bilderrahmen {
	border: 1px solid #CCC;
	height: 67px;
	width: 67px;
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 20px;
	float: left;
}

.bilderrahmen_med {
	width: 240px;
	margin-bottom: 20px;
	margin-left: 20px;
	} 
/* *
* Formularfelder: rechts fuer die Felder, links fuer die Labels
*/
.formular {
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 490px;
}
.rechts {
	float: right;
	margin-right: 60px;
}

.links {
	float: left;
}

.freibeide {
	clear: both !important;
}

/*** LINKS **/

a, a:link {
	color: #8C2F44;
	text-decoration: none;
}

a:hover {
	color: #603;
	border-bottom: 2px solid #603;
	text-decoration: none;
}

a:visited {
	color: #516280;
	text-decoration: none;
}

.hide {
	visibility: hidden;
	display: none;
}

/** 
* Klasse, um Floats zu beenden 
* funktioniert in IE6-7, Moz; bei IE6 Konditionalstile beachten -- conditionalstyles.css
* Klasse wird auf uebergeordnetes Element angewendet
*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0; /* nur fuer DREAMWEAVER */
	visibility: hidden;
}

.clearfix {
	display: inline-block; /* for IE/Mac */
}

html[xmlns] .clearfix {
	display: block;
}
