/* Reset styles from http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************************/
/************* Real styles start here *************/
/**************************************************/
html, body {
	height: 100%;
	text-align: center;
}

#physioambrand {
	background-color: #E8ECDE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	min-height: 100%;
	text-align: left;
}

#headrow {
	width: 100%;
	height: 16px;
	background: url(img/headrow.png) repeat-x;
}

#footrow {
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #EE893A;
	position: relative;
	margin-top: -20px;
	color: #fff;
	font-size: 12px;
}

#page {
	position: relative;
	width: 940px;
	margin: 2px auto 15px auto;
}

#logo {
	width: 310px;
	height: 370px;
	background: url(img/logo.png);
	position: absolute;
	left: -150px;
	top: -17px;
	z-index: 100;
}

#sysnav {
	text-align: right;
	margin-bottom: 10px;
}

.sysnav-item {
	display: inline;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 12px;
}

.sysnav-item-link {
	text-decoration: none;
	color: #000;
}

.sysnav-item-link:hover {
	color: #FA6900;
}

.sysnav-item-active {
	color: #FA6900;
}

#header {
	width: 942px;
	height: 74px;
	background: url(img/headline.png) no-repeat;
	position: relative;
}

.header-text {
	position: absolute;
	left: -20000px;
}

#mood {
	width: 942px;
	height: 238px;
	margin-top: 2px;
}

.mood-001 {
	background: url(img/mood001.png) no-repeat;
}

.mood-002 {
	background: url(img/mood002.png) no-repeat;
}

#mainnav {
	text-align: right;
	background: url(img/menubg.png);
	width: 943px;
	height: 34px;
	line-height: 30px;
	vertical-align: middle;
	margin-top: 2px;
}

.mainnav-item {
	padding: 0 0 0 10px;
	background: url(img/menudivider.png) 0 2px no-repeat;
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.mainnav-item-first {
	background: none;
}

.mainnav-item-last {
	margin-right: 10px;
}

.mainnav-item-text {
	position: absolute;
	left: -20000px;
}

.mainnav-item-link {
	display: inline-block;	
}

.mainnav-item-link:hover {
	border-bottom: 1px solid #FFF;
}

.mainnav-item-link-aktuell {
	background: url(img/menuaktuell.png) 0 0 no-repeat;
	width: 77px;
	height: 18px;
	margin-top: 2px;
}

.mainnav-item-link-team {
	background: url(img/menuteam.png) 0 0 no-repeat;
	width: 203px;
	height: 18px;
	margin-top: 2px;
}

.mainnav-item-link-leistung {
	background: url(img/menuleistung.png) 0 2px no-repeat;
	width: 89px;
	height: 20px;
	margin-top: 1px;
}

.mainnav-item-link-praxis {
	background: url(img/menupraxis.png) 0 0 no-repeat;
	width: 50px;
	height: 17px;
	margin-top: 3px;
}

.mainnav-item-link-faq {
	background: url(img/menufaq.png) 0 3px no-repeat;
	width: 188px;
	height: 21px;
	margin-top: 0;
}

.mainnav-item-link-kontakt {
	background: url(img/menukontakt.png) 0 0 no-repeat;
	width: 65px;
	height: 18px;
	margin-top: 3px;
}

#content {
	background: url(img/contentbg.png) no-repeat;
	width: 942px;
	min-height: 310px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 30px;
}

#subheader {
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	font-size: 16px;
	margin-bottom: 15px;
	clear: both;
	font-weight: normal;
}

#content ul {
}

#content li {
	list-style-type:disc;
	list-style-position: inside;
	margin-bottom: 2px;
}

#content h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
	margin-top: 25px;
	clear: both;
	border-bottom: 1px solid black;
	width: 50%;
	color: #000;
}

#content h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
	clear: none;
	color: #000;
}

#content p {
	margin-bottom: 5px;
	padding-right: 30px;
}

#content a {
	color: #FA6900;
}

#content h3 a, #content h4 a {
	color: #000;
}

#content ul {
	margin-bottom: 5px;
}

#content li {
	margin-bottom: 3px;
}

#content dt {
	font-weight: bold;
	margin-bottom: 5px;
	padding-right: 30px;
}

#content dd {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 30px;
}

#content table {
	display: table;
}

#content tr {
	display: table-row;
}

#content td {
	display: table-cell;
}

#content .image-odd {
	float: left;
	margin: 0 15px 25px 0;
}

#content .image-even {
	float: right;
	margin: 0 0 10px 20px;
}

#slideshow {
	width: 400px;
	height: 300px;
	border: none;
	float: right;
	text-align: center;
	margin-right: 40px;
}

