/*
	Project: www.traditionelle-osteopathie-guelden.de
	Author: m.eckert INFORMATION DESIGN

	============
	== FARBEN ==
	============

*/

/* Basics */
body { 
	background-image: url(../img/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 16px;
 }
a {  }
	a:link { color:#FE920C;text-decoration:none;font-weight:bold }
	a:visited { color:#663300 }
	a:hover { text-decoration:underline }
	a:active { color:#663300 }

strong { font-weight:bold; color:#636363 }
em {  }

/* Layout */
#container {
	width: 878px;
	background: #F2F2F2;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	margin: 0 0 0 70px;
	float: left;
}

#header {
	width: 878px;
	float: left;
	background-image: url(../img/bg_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 112px;
}

#topNav {
	width: 175px;
	margin: 26px 0 0 0;
	float: right;
}

#teaser {width: 878px;height:149px;float:left;}
	#teaserLeft{
		width:702px;
		height:149px;
		float: left;
		border-right: 1px solid #fff;
	}
	#teaserRight{
		width:175px;
		height: 149px;
		float:left;
		background-image: url(../img/bg_teaserRight.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}

#main {
	float:left;
	overflow: hidden;
}
#main div {
	margin-bottom:-1000px;
	padding-bottom:1000px;
}
#sideNav{
	width:193px;
	background:#726A5D;
	border-right:1px solid #FE920C;
	border-bottom:1px solid #FE920C;
	float:left
}


#content{
	width:472px;
	padding: 23px 18px 23px 18px;
	background:#F2F2F2;
	border-right:1px solid #FE920C;
	float:left;
	}

#rightBar{
	width:175px;
	height:406px;
	float:left;
	background-image: url(../img/bg_rightBar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#rightBarPraxis{
	width:175px;
	height:406px;
	float:left;
	background-image: url(../img/bg_rightBar_praxis.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Navigation */
#topNav li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 0.625em;
	background-image: url(../img/topNav_listpoint.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
}
	#topNav li.noMarge {margin: 0;}

#sideNav ul{padding:26px 17px 26px 9px}
#sideNav li{
	font-size: 0.75em;
	margin: 0 0 6px 0;
}

/* Textgestaltung */
#topNav a:link, #topNav a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 0 0 0 13px;
}
#topNav a:hover {
	color: #FE920C;
}

#teaserRight .headline{font-size:1.05em;}
#teaserRight p{font-family:Arial, Helvetica, sans-serif;font-size:0.7em;line-height:1.1em;color:#fff;padding:14px 5px 14px 10px}

#sideNav a:link, #sideNav a:visited {
	width: 124px;
	height: 21px;
	padding: 2px 0 0 42px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-image: url(../img/sideNav_listpoint.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#sideNav a:hover {
	color: #FE920C;
	background-image: url(../img/sideNav_listpointHover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#sideNav .selected {
	width: 124px;
	height: 21px;
	padding: 2px 0 0 42px;
	color: #FE920C;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-image: url(../img/sideNav_listpointHover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

h1 {
	font-size:0.75em;
	line-height:1.4em;
	font-weight: bold;
	color: #636363;
	border-left: 1px solid #FE920C;
	text-transform: uppercase;
	padding: 0 0 17px 20px;
	margin-bottom: 3px;
}
h2 {
	font-size:0.75em;
	line-height: 1.3em;
	font-weight: bold;
	color: #636363;
	border-left: 1px solid #DFDAD2;
	padding: 0 0 0 20px;
}

#content img {
	float:left;
	margin: 0 10px 10px 0;
}
#content p{
	font-size: 0.7em;
	line-height:1.25em;
	color:#272727;
	border-left: 1px solid #DFDAD2;
	padding: 0 0 0 20px;
	text-align: left;
	float: left;
}


#content ul{
	font-size: 0.7em;
	color:#272727;
	border-left: 1px solid #DFDAD2;
	padding: 0 0 0 20px;
	list-style: url(../img/bullet.gif) inside;
	float: left;
	width: 100%;
}
	#content ul li {line-height:1.6em}
.small {
	font-size: 0.9em;
}

input, textarea {border: 1px solid #ccc}
.submit {background:#FE920C; color:#fff}
.submit:hover {background:#636363; color:#fff}

/* Spezielle Klassen */


/* Allgemeine Klassen */

.clear { display:block; width:100%; clear:both; }
