*{
	margin: 0; /* muss noch gesetzt und der rest korrigiert werden*/
}


body {
	/*height: 100%;*/

		background: #fff0dd; /* Old browsers */
		background: -moz-linear-gradient(top, #ffeecc 0%, #ffffff 100%) fixed; /* FF3.6+ */
		background: -webkit-gradient(linear, top, bottom, color-stop(0%,#ffeecc), color-stop(100%, #ffffff)) fixed; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffeecc 0%, #ffffff 100%) fixed; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffeecc 0%, #ffffff 100%) fixed; /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffeecc 0%, #ffffff 100%) fixed; /* IE10+ */
		background: linear-gradient(to bottom, #ffeecc 0%, #ffffff 100%) fixed; /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f9a7', endColorstr='#f7f7cd',GradientType=1 ) fixed; /* IE6-9 */


}
	body:before { /*Schatten an der Oberkante der Seite*/
		content:"";
		position:fixed;
		top:-10px;
		height:10px;
		width:100%;
		-webkit-box-shadow: 0px 0px 12px 1px #444;
		-moz-box-shadow: 0px 0px 12px 1px #444;
		box-shadow: 0px 0px 12px 1px #444;
	}

#wrapper {
	width: 960px;
	margin: 30px auto 0 auto;	
}

p.normalText {
	font-family: 'PT Sans', sans-serif;
}

/* neue margin-rules */
h1, h2{
	margin-top: 20px;
}
p, ul, dt{
	margin-top: 15px;
}
#header p{
	margin-top: 40px;
}

#header, #nav, #main {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	box-shadow: 0px 0px 5px 1px #888;
	-webkit-box-shadow: 0px 0px 5px 1px #888;
	-moz-box-shadow: 0px 0px 5px 1px #888;
	
	background: -webkit-linear-gradient(#eeffff 0%, #cceeff 100%);
	
	background: #eeffff; /* Old browsers */
		background: -moz-linear-gradient(top, #eeffff 0%, #cceeff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, top, bottom, color-stop(0%,#eeffff), color-stop(100%,rgba(247,247,205,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eeffff 0%, #cceeff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eeffff 0%, #cceeff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eeffff 0%, #cceeff 100%); /* IE10+ */
		background: linear-gradient(to bottom, #eeffff 0%, #cceeff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f9a7', endColorstr='#f7f7cd',GradientType=1 ); /* IE6-9 */
	
	
}

#header {
	height: 140px;
	margin-bottom: 20px;
	padding-top: 20px; /*V: Hab es mal testweise so gemacht, dass die Schrift in etwa vertikal zentriert ist. Es gibt ja offenbar keine offizielle, elegante Methode?!*/
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	color: #012345;
	
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
	#header:active {
		box-shadow: inset 0px 0px 5px 3px #888;
		-webkit-box-shadow: inset 0px 0px 5px 3px #888;
		-moz-box-shadow: inset 0px 0px 5px 3px #888;

	}
	

	span#headerTop { /*V: Bezieht sich auf "Physiotherapie"*/
		font-weight:700;
		letter-spacing: 3px;
	}
	
	span#headerBottom {/*V: Bezieht sich auf "Jaqueline Peikert"*/
		font-weight:200;
		letter-spacing: 2px;
	}

	p#headerTop {
		line-height: 0.8px;
	}
	p#headerBottom {
		line-height: 0.8px;
	}
	
#nav {
	position: relative;
	float:left;
	height: 500px;
	width: 180px;
	margin-right: 20px;
	
	font-family: 'Quattrocento Sans', sans-serif;
	line-height: 2;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	cursor: default;
}
	#nav ul, li {
		list-style-type: none;
		line-height: 2.3;
	}
	
	
	#nav a {
		color: #012345;
		text-decoration: none;
		cursor: default;
	}
	
	#nav a:hover {
		font-weight: bold;
		
		text-decoration: none;
		
	}

	#contactInfo {
		position:absolute;
		bottom: 30px;
		left: -20px;
		width: 220px;
		padding-left:15px;
		
		font-family: 'PT Sans';
		color: #012345;
		
		background: rgb(211,249,167); /* Old browsers */
		background: -moz-linear-gradient(left, rgba(211,249,167,1) 0%, rgba(247,247,205,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,249,167,1)), color-stop(100%,rgba(247,247,205,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(211,249,167,1) 0%,rgba(247,247,205,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(211,249,167,1) 0%,rgba(247,247,205,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(211,249,167,1) 0%,rgba(247,247,205,1) 100%); /* IE10+ */
		background: linear-gradient(to right, rgba(211,249,167,1) 0%,rgba(247,247,205,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f9a7', endColorstr='#f7f7cd',GradientType=1 ); /* IE6-9 */
		
		box-shadow: 0px 0px 5px 1px #444;
		-webkit-box-shadow: 0px 0px 5px 1px #444;
		-moz-box-shadow: 0px 0px 5px 1px #444;
		-o-box-shadow: 0px 0px 5px 1px #444;
		-ms-box-shadow: 0px 0px 5px 1px #444;
		
		user-select: auto;
		-webkit-user-select: auto;
		-moz-user-select: auto;
		-o-user-select: auto;
		cursor: auto;
	}
		
		#contactInfo dt {
			font-weight: 700;
		}
		
		#contactInfo dd {
			font-size:13px;
			line-height: 1.1;
			margin-left: 20px;
			margin-bottom: 12px;
		}
		
		#contactTriangle {
			position: absolute;
			left: 0px;
			top: -15px;
			width: 0;
			height: 0;
			border-bottom: 15px solid #003300; 
			border-left: 20px solid transparent;
		}


#main {
	float:left;
	width: 760px; /*V: width + padding-left + padding-right muss 760px ergeben*/
	height: 500px;

}
	.insetbox {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		
		box-shadow: inset 0px 0px 4px 2px #666;
		-webkit-box-shadow: inset 0px 0px 4px 2px #666;
		-moz-box-shadow: inset 0px 0px 4px 2px #666;
		
		background: lightblue; /* Old browsers */
		background: -moz-linear-gradient(top, lightblue 0%, #cceeff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, top, bottom, color-stop(0%,lightblue), color-stop(100%,rgba(247,247,205,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, lightblue 0%, #cceeff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, lightblue 0%, #cceeff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, lightblue 0%, #cceeff 100%); /* IE10+ */
		background: linear-gradient(to bottom, lightblue 0%, #cceeff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lightblue', endColorstr='#f7f7cd',GradientType=1 ); /* IE6-9 */

	}	
		
	#main h1 {
		text-align: center;
		font-family: 'Courgette', sans-serif;
		font-weight: normal;
	}
		
		*::selection {
			background: #ee9900;
			color:white;
		}	
		*::-moz-selection {
			background: #ee9900;
			color:white;
		}
		*::-webkit-selection {
			background: #ee9900;
			color: white;
		}
		
	#main #subtitle {
		margin-left: auto;
		margin-right: auto;
		padding-left: -40px;
		padding-right: -40px;
	}
	
	#main h2 {
		text-align: center;
		font-family: 'Quattrocento Sans', sans-serif;
		text-transform: uppercase;
		color: #ee9900;
		line-height: 1.8;
		text-shadow: 0px 0px 2px #aaa;
	}
	
	#mainText {
		padding-left: 130px;
		padding-right: 130px;
		font-family: 'PT Sans', sans-serif;
		text-align: justify;
		line-height: 1.4;
	}
		#mainText a {
			color: #012345;
		}

	
	#main #greeting {
		padding-left: 130px;
		padding-right: 130px;
		padding-top:10px;
		font-family: 'Courgette', sans-serif;
		color: #012345;
		font-size: 28px;
	}

#link-wrapper ul li{
	margin: 0px;
}
#link-wrapper h2{
	margin: 0px;
}

/* -------------- LEISTUNGEN -------------- */

#leistungen {
	margin-top: 25px;
	
}

#link-wrapper {
	float:left;
	width:380px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

	#link-wrapper ul {
		padding:0
	}
	
	#link-wrapper li {
		font-family: 'Quattrocento Sans', sans-serif;
		line-height: 30px;
		padding-left: 80px;
		padding-right: 30px;

		cursor: pointer;
		color: #012345;
		text-indent: 0;
		text-align: center;
		
	}

	#link-wrapper li.active {
		font-weight: bold;
		color: #ee9900;
	}

#tabcontent-wrapper {
	position: relative;
	float:left;
	width:260px;

	position: relative;
	padding: 15px 40px 15px 40px;
	height: 355px; /*Manuell eingestellt, nötig, damit der Schattenrahmen bis nach unten geht*/
	
	margin-right:30px;
	
	font-family: 'PT Sans', sans-serif;
	text-align: justify;
	
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

	
}	

	.tabcontent h3 {
		color: #012345;
		text-align: center;
		padding-bottom: 12px;
		
		-moz-hyphens: none;
		-o-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	
	}
/* -------------- KURSE -------------- */

#kurse {
	margin-top: 10px;
}

#kurse p#kurseText {
	padding: 0 80px 20px 80px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}

#kurse #tabcontent-wrapper {
	height: 297px; /*manuell ausgerechnet, sodass noch genau 30px bis zur Unterkante der main-box verbleiben*/
}

#kurse ul {
	/*Die Liste enthält 7 li's (jeweils 30px hoch), als 210px height. Sie soll vertikal an der tabcontent-box rechts zentriert werden. Diese ist 297+2*15=327px hoch. Es verbleiben also 327-210=117px. 117/2=58*/
	margin-top: 58px;
}


/* ---------------- STANDORT ---------------- */
#iFrame {
	float:left;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	line-height: 1.4;
	margin-top: 10px;
	margin-left: 60px;
}

iframe{
	float:left;
	padding: 7px;
	
}

#standortInfo {
	float:left;
	width: 210px;
	font-family: 'PT Sans', sans-serif;
	padding: 10px 20px 0px 20px;
	text-align: justify;
}

	#standortInfo h3 {
		color: #012345;
		text-align: center;
		padding-bottom: 5px;
		padding-top: 10px;
	}

	#standortInfo p {
		margin-top: 0px;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

	}
	
	#standortInfo a, #iFrame a {
		color:black;
		text-decoration: underline;
	}
		#standortInfo a:visited, #iFrame a:visited {
			color:black;
			text-decoration: underline;
		}
		#standortInfo a:hover, #iFrame a:hover {
			color: #ee9900;
			font-weight: bold;
			
		}
		
/* -------------- ÜBER MICH -------------- */
#mich {
	padding: 0;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
}

#mich #topleft {
	float: left;
	margin: 20px 20px 0 60px;
	padding: 15px;
	width: 270px;
	height: 130px;
		
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 1.2em;
	text-align: center;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
	#mich #topleft p:first-child {
		margin-top:5px;
	}
	#mich #topleft p:last-child {
		font-size: 0.95em;
		color: #ee9900;
		font-weight: bold;
		text-shadow: 1px 1px #ccc;
	}

	

#mich #topright {
	float: left;
	margin: 20px 60px 0 20px;
	width: 270px;
	height: 130px;
	padding: 15px;
	background: lightblue; /* Old browsers */
		background: -moz-linear-gradient(top, lightblue 0%, #cceeff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, top, bottom, color-stop(0%,lightblue), color-stop(100%,rgba(247,247,205,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, lightblue 0%, #cceeff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, lightblue 0%, #cceeff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, lightblue 0%, #cceeff 100%); /* IE10+ */
		background: linear-gradient(to bottom, lightblue 0%, #cceeff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f9a7', endColorstr='#f7f7cd',GradientType=1 ); /* IE6-9 */

		cursor: default;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
}
	#mich h3 {
		color: #012345;
		text-align: center;
	}
	
	#topright ul {
		padding-left:0;
	}
	
	#topright li.inline{
	display:inline;
	padding: 4px;
		
	background: #fff0cc;
	box-shadow: 0px 0px 3px 1px #ccc;
	-webkit-box-shadow: 0px 0px 3px 1px #ccc;
	-moz-box-shadow: 0px 0px 3px 1px #ccc;
	
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#mich #bottom {
	
	width: 600px;
	margin: 40px auto 0 auto;
	text-align: center;
}
	#mich #bottom ul {
		padding-left:0;
	}
	#mich #bottom li {
		margin-top: 10px;
	}
	
		#bottom li.inline {
			display: inline;
			padding: 4px;
			background: lightblue; /* Old browsers */
			background: -moz-linear-gradient(top, lightblue 0%, #cceeff 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, top, bottom, color-stop(0%,lightblue), color-stop(100%,rgba(247,247,205,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, lightblue 0%, #cceeff 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, lightblue 0%, #cceeff 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, lightblue 0%, #cceeff 100%); /* IE10+ */
			background: linear-gradient(to bottom, lightblue 0%, #cceeff 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f9a7', endColorstr='#f7f7cd',GradientType=1 ); /* IE6-9 */	

			box-shadow: inset 0px 0px 3px 1px #fff;
			-webkit-box-shadow: 0px 0px 3px 1px #fff;
			-moz-box-shadow: inset 0px 0px 3px 1px #fff;
			
			cursor: default;
			-webkit-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}


	
/* -------------- IMPRESSUM -------------- */

#impressum {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 12px;	
}
	#impressum a, #impressum a:visited {
		color:black;
	}
	
	#address {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
		font-family: 'Quattrocento Sans', sans-serif;
		
		
	} 
	
	#impressumText {
		padding-left: 130px;
		padding-right: 130px;
		font-size: 12px;
		text-align: justify;
	}
	
#credits {
	padding: 30px 0 30px 0;

	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-align: center;
	font-variant: small-caps;
	font-weight: 300;
	color: #012345;
	cursor: default;
	
}
	
/* -------------- KONTAKT ------------- */

#contactForm
{
	font-family: 'Quattrocento Sans', sans-serif;
	margin: 10px auto 0 auto;
	width: 500px;
	padding: 20px;
}

#form1 {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

#form2 {
	margin: 10px auto 0 auto;
	width: 300px;
}
	#form2 table {
		margin: 0 auto 0 auto;
		text-align: right;
		font-weight: bold;
	}

#form3 {
	text-align: center;
	margin-top:5px;
	font-weight: bold;
}
	#form3 textarea {
		margin-top: 5px;
	}

#form4 {
	margin: 5px auto 0 auto;
	width: 300px;
}
	#form4 input:last-child{
		margin-top: 10px;
	}
	
#contactForm input { font-family: monospace; }
#contactForm textarea { 
	font-family: monospace; 
	height: 100px;
	}

#submit {
	margin-top: 5px;
	text-align: center;		
	font-size: 14px;
}
