/**************************************************************************************************
*
*   aerzteorchester.de
*   Stylesheet
*
*   Copyright (c) 2007 puredigital GbR
*   http://www.puredigital.de
*
**************************************************************************************************/

/*** global ***/
html,
body {
	margin: 0;

	color:       #000;
	font-size:   16px;
	font-family: Tahoma, Arial, sans-serif;

	background-color:  #C2D7E8;
	background-image:  url("../images/bg.gif"); /* nicht png, da Darstellung im IE6 fehlerhaft */
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 0;

	font-family:     "Times New Roman", "Times Roman", Times, serif;
	font-weight:     normal;
	text-decoration: none;
}

h1 {
	padding: 15px 0 25px 0;

	color:     #FF5307;
	font-size: 2.5em;
}

h2 {
	padding: 25px 0 15px 0;

	color:     #DA3300;
	font-size: 1.6em;
}

h3 {
	padding: 15px 0 0 0;

	color:     #000;
	font-size: 1.3em;
}


a {
	font-weight:     normal;
	text-decoration: none;
}

a:link {
	color: #2A506E;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF5307;
	text-decoration: underline;
}

a:visited {
	color: #DA3300;
}

img {
	border: none;
}


/*** Seitenaufteilung ***/
#page_container {
	width: 1025px;

	margin:  0 auto;
	padding: 0;
}


/*** Kopfzeile ***/
#header {
	top:      40px;
	width:    1025px;
	position: absolute;

	clear: both;

	margin:  0 auto 0 auto;
	padding: 0;

	z-index: 100;
}


/*** linke Spalte ***/
#left_col {
	top:      100px;
	left:     10px;
	width:    215px;
	float:    left;
	position: relative;

	margin:  0;
	padding: 0;

	z-index: 50;
}

#left_col_container {
	margin:  0;
	padding: 0;

	background-image:  url("../images/left_col_bg.png");
	background-repeat: repeat-y;
}

#left_col_end {
	height: 20px;

	background-image:    url("../images/left_col_bg_end.png");
	background-repeat:   no-repeat;
	background-position: top;
}

/*** Navigation ***/
#main_nav {
	padding: 150px 6px 10px 1px;
	/*height: 288px; /* IE6 zeigt Hintergrund ohne Height nicht an; aber nur in dem geschachtelten div */

	background-image:    url("../images/left_col_bg_top.png");
	background-repeat:   no-repeat;
	background-position: top;
}

#main_nav ul {
	width: 208px;

	margin:  0;
	padding: 0;

	list-style-type: none;

	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #C2D7E8;
}

#main_nav ul ul {
	width: 188px;

	margin:  0;
	padding: 0 0 0 20px;

	list-style-type: none;
	border:          none;
}

#main_nav ul li {
	margin:  0;
	padding: 0;
}

#main_nav ul li a {
	font-weight:     bold;
	text-decoration: none;

	display:     block;
	height:      30px;
	line-height: 30px;

	margin:  0;
	padding: 3px 20px 3px 20px;

	border-width: 1px 0 0px 0;
	border-style: solid;
	border-color: #C2D7E8;
}

#main_nav ul li a:link,
#main_nav ul li a:visited {
	color: #4D4948;
}

#main_nav ul li a:hover {
	color: #DA3300;
/*	background-color: #E4EEF6;*/
/*	background-color: #FFC;*/
	background-color: #FF8;
}

#main_nav ul li a:active {
	color: #FF5307;
}


/*** mittlere Spalte ***/
#middle_col {
	top:      10px;
	right:    10px;
	width:    785px;
	float:    right;
	position: relative;

	margin:  0 0 25px 0;
	padding: 0;

	z-index: 50;
}

#middle_col_container {
	margin:  0;
	padding: 0;

	background-image:  url("../images/middle_col_bg.png");
	background-repeat: repeat-y;

	z-index: 50;
}

#middle_col_end {
	height: 20px;

	background-image:    url("../images/middle_col_bg_end.png");
	background-repeat:   no-repeat;
	background-position: top;
}

/*** Navigation oben ***/
#top_nav {
	height:      30px;
	line-height: 30px;
	font-size:   10px;

	padding: 0 15px 0 15px;

	background-image:    url("../images/middle_col_bg_hdr.png");
	background-repeat:   no-repeat;
	background-position: top;
}

#top_nav a:link,
#top_nav a:active,
#top_nav a:visited {
	color: #2A506E;
}

#top_nav a:hover {
	text-decoration: underline;
}

/*** Inhalt ***/
#content {
	padding: 220px 45px 30px 40px;
	/*height: 348px; /* IE6 zeigt Hintergrund ohne Height nicht an; aber nur in dem geschachtelten div */

	background-image:    url("../images/middle_col_bg_top.png");
	background-repeat:   no-repeat;
	background-position: top;
}

#content p {
	text-align:  justify;
	line-height: 1.4em;
}

#content table {
	width:   100%;

	margin:  0;
	padding: 0;
	
	font-size: 0.9em;

	border-collapse: collapse;
}

#content table tr.color1,
#content table td.color1,
#content table th.color1 {
	background-color: #C2D7E8;
}

#content table tr.color2,
#content table td.color2,
#content table th.color2 {
	background-color: #E4EEF6;
}

#content table th {
	margin:  0;
	padding: 2px;

	font-weight: bold;
	text-align:  left;

	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #C2D7E8;
}

#content table th.big {
	height: 50px;

	font-size:      1.3em;
	vertical-align: bottom;
}

#content table td {
	margin:  0;
	padding: 2px;

	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #C2D7E8;
}

#content table .indent {
	padding-left: 15px
}

#content table .indent2 {
	padding-left: 30px
}

#content table .center {
	text-align: center;
}

#content table .right {
	text-align: right;
}


#content div.gallerypicture {
	padding: 5px;
	margin:  5px;
	border:  1px solid #C2D7E8;
}

#content div.articlepicture {
	padding: 5px;
	margin:  15px;
	border:  1px solid #2A506E;
	background-color: #C2D7E8;
}

#content div.articlepicture p,
#content div.gallerypicture p {
	margin:    10px 0 0 0;
	font-size: 0.8em;
}


img.vm {
	vertical-align: middle;
}


.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}


#content div._vorstand {
	float: left;
	width: 375px;
}

#content div._vorstand p {
	text-align: left;
}

#content div._vorstand p.name {
	font-weight: bold
}

#content p._vorstand2 {
	float: left;

	margin:  0;
	padding: 10px;

	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #C2D7E8;
}
