/************************************************
* Stylesheetangaben Orthopädie und Unfallchirugie
* bytepark GmbH, April 2009
/************************************************

/* ---------- Allgemeine Styles ---------- */

* {	
	margin:0;
	padding:0;
	text-align:left;
}

body {
	text-align:center;
	background-color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}

/* ---------- Allgemeine Styles ---------- */

p {
	font-size:11px;
	line-height:18px;
	padding:0 0 12px 0;
}

h1, h2, h3, h4, h5, h6, p {
	color:#555555;
}

h1 {
	font-size: 16px;
	font-weight:bold;
	margin:0 0 14px 0;
}

h2 {
	font-size : 14px;
	font-weight : bold;
	margin : 0 0 9px 0;
}

h3 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px 0;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 8px 0;
}

h5 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 8px 0;
}

li {
	list-style-type:none;
}

img {
	border:0;
}

/* ---------- Globale Klassen ---------- */

.no_indent {
	text-indent:0;
}

.fl_left {
	float:left;
}

.fl_right {
	float:right;
}

txt_center {
	text-align:center;
}

/* ---------- Layout ---------- */

/* Header */
#top {
	text-align : left;
	height : auto;
	width : 897px;
	float:left;
}

#logo_head { 
	margin : 29px 8px 0 8px;
	width : 181px;
	height : 120px;
	float : left;
}

#header_outer {
	width:710px;
	height:180px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
}

#header { 
	background-image : url(../images/bg_head.gif);
	background-repeat : no-repeat;
	margin : 9px 0 30px 0;
	padding : 114px 0 0 20px;
	width : 493px;
	height : 28px;
	float : left;
}

#header h1 {
	font-size : 14px;
	color : #353535;
	font-weight : normal;
	letter-spacing:0;
}

#header a {
	text-decoration:none;
	color:#000000;
}

/* Container, der Navi und Content umschließt */

#main_outer {
	width:710px;
	height:auto;
	background-color:#FFFFFF;
	margin:0 auto;
	border:solid 1px #FFF;
}

#wrapper {
	width:710px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/bg_wrapper.gif) repeat-y;
}

/* Navigation */
#left {
	display:none;
}

#navi {
	display:none;
}

.navi_link {
	display:none;
}

.navi_link:hover {
	display:none;
}

.active {
	display:none;
}

.subnavi_inactive {
	display:none;
}

.subnavi_active {
	display:none;
}

.subnavi ul li {
	display:none;
}

.navi_sublink {
	display:none;
}

.navi_sublink:hover, .sub_active {
	display:none;
}

.sub_last {
	display:none;
}

.download {
	display:none;
}

.first_link {
	display:none;
}

.last_link {
	margin:0 0 30px 0;
}
/* Content */
#content {
	border-top:1px solid #cccccc;
	height:auto;
	width:668px;
	padding : 18px;
	float:right;
}

#content a {
	color:#5588AF;
}

#content ul {
	padding:15px 20px 15px 31px;
}

#content ul li {
	font-size:11px;
	color:#555555;
	line-height:21px;
	list-style-image:url(../images/bullet.gif);
}

.icon_print {
	display:none;
	margin:0;
}

.content_img {
	margin:0 0 5px 15px;
}

.contentline {
	width:100%;
	height:3px;
	background:url(../images/trennlinie.gif) repeat-x;
	margin:0 0 6px 0;
}

.contentline2 {
	width:100%;
	height:6px;
	background:url(../images/trennlinie.gif) repeat-x;
	margin:0 0 6px 0;
}

/* Footer */
#footer_outer { 
	display:none;
}

#footer_outer a {
	display:none;
}

#footer_outer p {
	display:none;
	color:#AAAAAA;
}

#navi_footer {
	display:none;
}

.copy {
	display:none;
}

.copy p {
	display:none;
}

.navi2 {
	display:none;
}

.navi2 p {
	display:none;
}

.navi2 a {
	display:none;
}

/* ----- Table ----- */

.table td {
	font-size:11px;
	color:#555555;
	line-height:18px;
	padding : 0 15px 8px 0;
}

/* ----- Form ----- */

.contact input {
	display:none;
}

.contact textarea {
	display:none;
}

.contact p {
	display:none;
}

.form_btn {
	display:none;
}
