/* ### formatierung (classen) allgemein ### */
html { 
	height: 100%;
	margin:0px;
	padding:0px;
	/*overflow: auto;*/
	
}
body {
	height: 100%;
	background-color:white;
	margin:0px;
	padding:0px;
	/*margin-bottom: 24px;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #42525C;
	
	/* nach unten zu */
	/*background-image: url(../art/bg_body.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	/*background-position: center bottom;*/
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:link, a:visited {
	color: #CC0000;
}
a:hover, a:active, a:focus {
	color: #FFCC00;
}
h1 {
	font-size: 112%;
	font-weight: normal;
}
h2 {
	font-size: 76%;
	margin-bottom:0;
	padding-bottom:0;
	display: inline;
}
p, li {
	margin-top: 0;
	font-size: 76%;
	line-height: 140%;
}
ul {
	margin-top: 0;
	margin-left: 8px;
	padding-left: 8px;
}


/* ### farben  ### */
.LightSteelBlue { /* stahl-blau */
	background-color: #B8C9D1;
}
.DarkSlateGray { /* schiefer-grau dunkel */
	background-color: #42525C;
}
.Crimson { /* blut-rot */
	background-color: #CD0025;
}
.Red { /* rot */
	background-color: #CC0000;
}
.Gold { /* gelb */
	background-color: #FFCC00;
}
.SlateGray { /* schiefer-grau */
	background-color: #688291;
}
.WhiteSmoke { /* rauch-grau */
	background-color: #EAEFF1;
}
.Magenta { /* hinweise */
	color: Fuchsia;
}



/* ### layout-container (id's) allgemein  ### */
#total {
	/*position: relative;*/
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 26px;
	margin-bottom: 26px;*/
	background-color: #B8C9D1;
	background-image: url(../art/bg_total.gif);
	background-repeat: no-repeat;
	background-position: left 72px;
	/*height: 100%;*/
	min-height: 100%;
}
* html #total { /* ie-anpassung */
	height: 100%;
}
#head {
	background-color: White;
}
#head img {
	margin-top: 26px;
	background-color: White;
}
#navi_head { 
	padding-top: 4px;
	padding-bottom: 3px;
	position: relative;
	width: 958px;
}
#navi_sub {
	/*background-color: Aqua;*/
	width: 229px;
	float: left;
	margin-top: 232px;
}
/* z.b. film-link */
#navi_sub a.bild_link {
	margin-left: 15px;
	display: block;
	font-size: 66%;
}
#navi_sub a.bild_link img,
a.bild_link img {
	border: 1px solid #CC0000;
	margin-bottom: 3px;
}
#navi_sub a:hover, #navi_sub a:active, #navi_sub a:focus {
	color: #FFCC00;
}
#navi_sub a:visited img,
a.bild_link:visited img {
	border: 1px solid #CC0000;
}
#navi_sub a:hover img,
#navi_sub a:active img,
#navi_sub a:focus img,
a:hover.bild_link img {
	border: 1px solid #FFCC00;
}

img#point {
	position: absolute;
	margin-left: -130px;
	margin-top: -48px;
	
}
#content {
	background-color: white;
	/*background-color:  Gray;*/
	padding-left: 45px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-top: 56px;
	margin-right: 17px;
	display: inline;
	width: 643px;
	float: right;
	
}
.column {
	/*background-color:  Gray;*/
	float: left;
	width: 252px;
	margin-right: 14px;
	
}
#footer {
	clear: both;
	width: 933px;
	/*background-color: Lime;*/
	text-align: right;
	margin-left: 8px;
	margin-right: 17px;
	font-size: 66%;
	padding-top: 9px;
	padding-bottom: 9px;
	display: table;
}




/* ### inhalts-formate allgemein  ### */
#navi_head a,
#navi_sub .navi_sub_link a,
#navi_sub .navi_sub_head { 
	font-weight: bold;
	color: white;
	font-size: 76%;
}
#navi_sub .navi_sub_link,
#navi_sub .navi_sub_head {
	padding: 4px;
	padding-left: 7px;
	background-color: #688291;
}
#navi_head a:hover, #navi_head a:active, #navi_head a:focus, #navi_head a.aktiv,
#navi_sub a:hover, #navi_sub a:active, #navi_sub a:focus, #navi_sub a.aktiv {
	color: #FFCC00;
}
#navi_sub a {
	white-space: nowrap;
}
#navi_sub p { 
	font-size: 66%;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: White;
	margin-bottom: 4px;
	line-height: 130%;
}
#navi_head a {
	position: absolute;
	margin: 0;
	padding: 0;
}
#navi_head a.col_1 {
	left: 15px;
}
#navi_head a.col_2 {
	left: 110px;
}
#navi_head a.col_3 {
	left: 326px;
}
#navi_head a.col_4 {
	left: 556px;
}
#navi_head a.col_5 {
	left: 785px;
}
#content img {
	float: left;
	margin-right: 24px;
	margin-bottom: 14px;
	
}
.column p.box {
	background-color: #EAEFF1;
	/*padding: 5px;*/
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	/*display: block;*/
	/*float: left;*/
	/*width: 242px;*/
}
.box {
	background-color: #EAEFF1;
	padding: 5px;
}
.row {
	clear: both;
}
.clear {
	
	clear: both;
	
	/*line-height: 1px;
	font-size: 1px;
	height: 1px;
	
	background-color: Aqua;*/
}
.nobr {
	white-space: nowrap;
}
#footer a {
	float: left;
}





/* ### seitenspezifische formate  ### */
/* ### homepage  ### */
#homepage_illu {
	position: relative;
	width: 770px;
	margin-left: -130px;
	margin-top: -48px;
	
	/*background-color: Fuchsia;*/
}
#homepage_illu img {
	float: left;
	display: block;
	margin-right: 0px;
	padding-right: 30px;
}
h1.homepage {
	position: relative;
	margin-top: 30px;
}
#navi_sub p.homepage {
	margin-bottom: 4px;
}

.logo_box {
	/*background-color:  Gray;*/
	float: left;
	width: 200px;
	margin-right: 14px;
	
}
#content .logo_box { /* ### spezialisten_netzwerk  ### */
	height: 98px;
}


#content .logo_box img { /* ### spezialisten_netzwerk  ### */
	margin-right: 12px;
	margin-bottom: 2px;
}

#content .logo_box a.clear { /* ### spezialisten_netzwerk  ### */
	width: 100%;
	display: block;
}
#navi_sub.link_rows a { /* ### glossar  ### */
	display: block;

}
/* ### news  ### */
div.news_block {
	clear: both;
}
.news_block h2 {
	/*margin-bottom:0;
	padding-bottom:0;*/
	display: block;
}
.news_block p {
	margin-top: 0;
	padding-top: 0;
}