/* Meise Medizintechnik - Stylesheet */

html, body {
	height:100%;
}

body {
	margin:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	background-image:url('../bilder/bg_body.jpg');
	background-position:center;
}

table {
	font-size:12px;
}

td {
	vertical-align:top;
}

td.fuellzeile {
	font-size:4px;
}

input, select, textarea {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	border:1px solid #B3B3B3;
	padding:2px;
}

textarea {
	overflow:auto;
}

a {
	color:#CC0000;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

a.header_navi {
	display:block;
	float:left;
	margin-left:25px;
	padding-left:10px;
	background-image:url('../bilder/icon_header_navi.jpg');
	background-repeat:no-repeat;
	background-position:left 3px;
}

a.navi {
	display:block;
	width:200px;
	color:#333333;
	padding-top:8px;
	padding-bottom:8px;
	background-image:url('../bilder/bg_navi.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

a.navi_sel {
	display:block;
	width:200px;
	color:#333333;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	background-image:url('../bilder/bg_navi_sel.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

a.navi:hover {
	font-weight:bold;
}

a.subnavi {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	color:#CC0000;
	background-image:url('../bilder/icon_subnavi.jpg');
	background-repeat:no-repeat;
	background-position:10px 7px;
	font-size:11px;
	letter-spacing:1px;
}

a.subnavi_sel {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	font-size:11px;
	letter-spacing:1px;
	background-color:#CC0000;
	color:white;
	background-image:url('../bilder/icon_subnavi_sel.jpg');
	background-repeat:no-repeat;
	background-position:10px 7px;
}

a.subnavi:hover, a.subnavi_sel:hover {
	background-color:#CC0000;
	color:white;
	background-image:url('../bilder/icon_subnavi_sel.jpg');
	background-repeat:no-repeat;
	background-position:10px 7px;
}

a.subnavi2:hover, a.subnavi2_sel:hover {
	background-color:#CC0000;
	color:white;
	background-image:url('../bilder/icon_subnavi_sel.jpg');
	background-repeat:no-repeat;
	background-position:30px 7px;
}

a.subnavi2 {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	color:#333333;
	background-image:url('../bilder/icon_subnavi.jpg');
	background-repeat:no-repeat;
	background-position:30px 7px;
	font-size:11px;
	letter-spacing:1px;
}

a.subnavi2_sel {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	font-size:11px;
	letter-spacing:1px;
	background-color:#CC0000;
	color:white;
	background-image:url('../bilder/icon_subnavi_sel.jpg');
	background-repeat:no-repeat;
	background-position:30px 7px;
}

a.downloadlink {
	margin-left:20px;
	font-size:11px;
}

div.inhalt a:hover {
	color:#CC0000;
	text-decoration:underline;
}

div.struktur {
	position:relative;
	margin:auto;
	padding-bottom:15px;
	width:950px;
	min-height:100%;
	* height:100%;
	text-align:left;
	background-image:url('../bilder/bg_struktur.jpg');
	background-position:top left;
	background-repeat:repeat-y;
	background-color:white;
}

div.header {
	position:relative;
	margin-left:25px;
	width:900px;
	height:85px;
}

div.footer {
	clear:both;
	width:900px;
	margin-left:25px;
	margin-top:20px;
}

div.logo {
	padding-top:5px;
}

div.header_navi {
	position:absolute;
	right:0px;
	bottom:20px;
	font-size:11px;
}

div.navigation {
	float:left;
	padding-left:30px;
	height:415px;
}

div.submenu {
	position:relative;
	width:200px;
}

div.submenu2 {
	position:relative;
	width:200px;
}

div.content {
	position:relative;
	clear:both;
	margin-left:25px;
	width:900px;
	height:330px;
	background-image:url('../bilder/bg_content.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

div.inner_content {
	padding:20px;
}

div.titel {
	float:left;
	width:230px;
	color:#CC0000;
	font-weight:bold;
	letter-spacing:1px;
}

div.inhalt {
	float:left;
	width:630px;
	height:290px;
	overflow:auto;
}

div.galerielinks, div.downloadlinks {
	display:none;
	position:absolute;
	z-index:200;
	left:273px;
	top:463px;
	width:650px;
	* width:652px;
	height:30px;
	border:1px solid #DADADA;
	/*
	background-image:url('../bilder/bg_galerie.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	*/
}

div.bild {
	position:relative;
	float:right;
	width:652px;
	height:372px;
	padding-right:25px;
	* padding:0px;
	* margin-right:25px;
	display:inline;
}

div.bild img {
	border:1px solid #B3B3B3;
}

div.galerielink {
	display:inline;
	margin-left:20px;
	padding-left:10px;
	cursor:pointer;
	color:#CC0000;
	font-weight:bold;
	background-image:url('../bilder/icon_header_navi.jpg');
	background-repeat:no-repeat;
	background-position:left 3px;
}

div.news {
	position:relative;
	clear:both;
}

hr {
	margin:0px;
	margin-top:25px;
	margin-bottom:25px;
	border:0px;
	border-top:1px solid #CC0000;
	height:1px;
}
