/* - - - - - - - - LABOMED GMBH - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - -  */

* { margin: 0; padding: 0; }
	
html,body { height:100%; }	


body {
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	background: url(../_img/bg-body.gif) left 85px repeat-x;
	color: #333;
}




/* - - - - - - - - - - - - - - - - - - - - - -  */
			/* Aufbau divs */
/* - - - - - - - - - - - - - - - - - - - - - -  */
#navigation {
	margin: 0px auto;
	width: 860px;
	height: 80px;
	overflow: visible; 
}


#pic-container {
	width:860px;
	height: 200px;
	margin:0px auto;
}

#pic-container img { 
	float: left; 
	margin-right: 10px; 
	border: none;
}

#page-container {
	margin: 0 auto;
	width: 860px;
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
}

#subnav { 
	float: left;
	width: 210px;
	margin-right: 20px;
	text-align: right;
}

a { text-decoration: none; }


/* - - - - - - - - - - - - - - - - - - - - - -  */
		/* Navigation content links */
/* - - - - - - - - - - - - - - - - - - - - - -  */
#subnav div#top { background: url(../_img/subnav-01.gif) no-repeat; }
#subnav div#middle { background: url(../_img/subnav-02.gif) repeat-y; }
#subnav div#bot { background: url(../_img/subnav-03.gif) no-repeat; }

#subnav div#middle .contact { width: 190px; font-size: 10px; margin-right: 15px; }
#subnav div#middle .contact a { color: #990000; font-weight: bold; font-size: 9px; }

#subnav .hr { border-top: 1px solid #dbcfdc; width: 180px; margin: 0 10px 0 10px; }

#subnav h2 {
	color: #4a136a;
	font-size: 13px;
	font-weight: bold;
	background: url(../_img/sub-h2.gif) no-repeat top right;
	padding-right: 25px;
	margin: 0 20px 10px 0;
	text-transform: uppercase;
}

#subnav li { height: 25px; list-style: none; margin-top: 10px;   }
#subnav li a { 
	color: #000; 
	text-decoration: none; 
	display: block; 
	height: 18px; 
	padding: 4px 13px 0 0; 
	margin-right: 5px;
	font-weight: bold;
}

#subnav li a:hover { 
	background: #f5e69f; 
	border-right: 1px solid #4a136a; 
	color: #4a136a;
	font-weight: bold;
	font-size: 11px;
}


/* --sub-subanv */
#subnav li.subb { height: 8px; list-style: none; }

#subnav li a.subb { 
	color: #333; 
	text-decoration: none; 
	display: block; 
	height: 8px; 
	padding: 2px 13px 0 0; 
	margin-right: 5px;
	font-size: 9px;
	margin-top: 5px;
}

#subnav li a:hover.subb { 
	background: none;
	border-right: none; 
	color: #4a136a;
	font-weight: bold;
	font-size: 9px;
}



/* html>body #subnav li.current { padding: 7px 10px 0 0; width: 195px; } */

#subnav li.current { 
	padding: 7px 10px 0 0; 
	width: 195px; 
	margin-right: 5px;
	height: 25px; 
	background: #f5e69f; 
	font-weight: bold;
}

#submenu li.info { margin-bottom: 0; }
#subnav li.info a { 
	background: url(../_img/subnav-info.gif) no-repeat right 6px; 
	padding-right: 15px; 
	margin: 0 20px 0 0; 
	font-weight: bold; 
	font-size: 10px;
}

#subnav li.info a:hover { 
	background: url(../_img/subnav-info.gif) no-repeat right 6px; 
	border: none; 
	color: #4a136a;
}

#subnav img.info { margin-bottom: 10px; }
#subnav .hr { border-top: 1px solid #fff; width: 85%; height: 30px; }




/* - - - - - - - - - - - - - - - - - - - - - -  */
				/* Content */
/* - - - - - - - - - - - - - - - - - - - - - -  */
#content {
	float: left;
	width: 610px;
}

#content ul { margin-top: 10px; }
#content li { 
	list-style-position: outside; 
	list-style-image: url(../_img/point.gif); 
	margin-left: 15px; 
	margin-bottom: 5px;
}

#content li.first { 
	list-style: none; 
	font-weight: bold; 
	color: #4a136a; 
	margin-left: 0; 
	list-style-image: none;
}

#content li span.times { width: 500px; }

#content .hr { border-top: 1px solid #dbcfdc; width: 99%; }
#content .txt { margin-left: 50px; }

p.twenty { height: 20px; }
p.fourty { height: 40px; }
p.sixty { height: 60px; }

#content p.info { 
	padding: 5px; 
	background: #fbf4d4; 
	display: block; 
	font-weight: bold;
}

#content p.bold { font-weight: bold; }

#content img.pic {
	border: 1px solid #cccbc7;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: top;
}

#content img.pic-two {
	border: 1px solid #cccbc7;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	vertical-align: top;
}

#content .i-patient {
	padding: 15px;
	display: block;
	background: #fdf9e6;
	margin-bottom: 40px;
}

.small { font-size: 9px; }
sup { font-size: 7px; }


/* - - - - - - - - - - - - - - - - - - - - - -  */
				/* Headlines */
/* - - - - - - - - - - - - - - - - - - - - - -  */
h1 { 
	color: #4a136a;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 10px 50px;
}

h2 { 
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

h4 { 
	background: url(../_img/icon-calendar.gif) no-repeat; 
	padding-left: 25px; 
	font-size: 12px; 
	color: #999; 
	height: 20px; 
	border-bottom: 1px solid #cccbc7; 
	padding-bottom: 10px;
	margin: 10px;
}




/* - - - - - - - - - - - - - - - - - - - - - -  */
			/* Hyperlinks */
/* - - - - - - - - - - - - - - - - - - - - - -  */
#content a { 
	text-decoration: none; 
	color: #990000; 
	font-size: 10px;
}

a.pdf {
	background: transparent url(../_img/pdf.gif) no-repeat scroll left 4px;
	padding: 5px 0 5px 20px;
	font-weight: bold;
	border-top: 1px dashed #ebcccc;
	border-bottom: 1px dashed #ebcccc;
	font-size: 9px;
	display: block;
	margin-bottom: 8px;
}

a.extern {
	background: transparent url(../_img/extern-y.gif) no-repeat scroll left top;
	padding-left: 20px;
	text-decoration: none;
}

a.pdf:hover, a.extern:hover {
	background-color: #faf2c1;
}




/* - - - - - - - - - - - - - - - - - - - - - -  */
				/* Bottom */
/* - - - - - - - - - - - - - - - - - - - - - -  */
#bottom { 
	position: fixed; 
	bottom: 0;
	background: #4a136a;
	width: 100%;
	height: 15px;
	padding: 3px;
}

#bottomtxt { 
	margin:  0 auto;
	width: 860px;
	color: #fff;
	font-size: 9px;
}

#bottomtxt a { color: #fff; text-decoration: none; }
#bottomtxt p { float: left; }




/* - - - - - - - - - - - - - - - - - - - - - -  */
		/* clear floating elements */
/* - - - - - - - - - - - - - - - - - - - - - -  */
div.clear {
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}




/* - - - - - - - - - - - - - - - - - - - - - -  */
		/* Startseite Newsboxen */
/* - - - - - - - - - - - - - - - - - - - - - -  */
#news {
	float: left;
	width: 210px;
	margin-right: 8px;
}

.article { border-left: 1px solid #cccbc7; margin-bottom: 30px; }

.article p { margin-left: 15px; font-size: 10px; }
.article .day { 
	background: url(../_img/icon-newspaper.gif) no-repeat; 
	padding-left: 18px; 
	font-size: 8px; 
	color: #999;
	height: 20px; 
	padding-top: 3px;
}

.article .date { 
	background: url(../_img/icon-clip.gif) no-repeat; 
	padding-left: 18px; 
	font-size: 8px; 
	color: #000;
	font-weight: bold; 
	height: 20px; 
	padding-top: 3px;
}

.article .header { color: #990000; font-size: 12px; font-weight: bold; }
.article a { font-size: 9px; color: #990000; text-decoration: none; font-style: italic; }
.article a:hover { text-decoration: underline; }




/* - - - - - - - - - - - - - - - - - - - - - -  */
			/* Startseite Dates */
/* - - - - - - - - - - - - - - - - - - - - - -  */
#date-a, #date-b {
	float: left;
	width: 300px;
	margin-right: 18px;
	background: #fbf4d4;
	border: 1px solid #d2c3d5;
}

#date-a a, #date-b a {
	color: #990000;
}

/* von Startseite Ÿbernehmen > Stuttgart Dates */
#date-c {
	float: left;
	width: 605px;
}

#date-c .item-a, #date-c .item-b { margin-left: 35px; border-bottom: 1px dashed #cccbc7; }
#date-a div, #date-b div, #date-c div { margin: 10px; font-size: 10px; }

.item-a { background: url(../_img/icon-clip.gif) no-repeat; }
.item-b { background: url(../_img/icon-aerzte.gif) no-repeat; }
.item-a, .item-b strong { color: #333; }

.item-b p, .item-a p { margin-left: 25px; }
.item-a a, item-b a { color: #990000; font-size: 10px; }

p.head { font-weight: bold; margin-bottom: 8px; color: #000; }




/* Auszeichnung fŸr fehlende Inhalte */
.error { 
	color: #990000; 
	font-size: 15px; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding: 5px; 
	border: 3px solid #990000;
}




