/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000066 /*#333333*/;
	line-height: 1.166;	
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 98%;
	background:url(../img/backround.gif);
	background-repeat:repeat-x;
}

a:link, a:visited, a:hover {
	color: #000066/*#006699*/;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #FFFF33/*#334d55*/;
}

h2{
 font-size: 114%;
 color: #000066/*#006699*/;
}

h3{
 font-size: 100%;
 color: #000066/*#334d55*/;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000066/*#333333*/;
}

h5{
 font-size: 100%;
 color: #000066/*#334d55*/;
}

ul{
	font: bold 90% Arial,sans-serif;
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
img {
	behavior:	url("pngbehavior.htc");
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	/*width: 100%;*/
}
.img1{
	position:relative;
	padding-left:10px;
	margin:10px;
	/*width:150px;*/
}
.img2{
	position:absolute;
	top:10px;
	left: 400px;
	/*right:100px;*/
	/*float:right;*/
	/*width:150px;*/
}
.img3 {
	position: relative;
	/*height: 124px;*/
	left: 55px;
}
#img5 {
	position: relative;
	left: 400px;
	bottom: 70px;
}



#navBar{
	padding: 0px;
	/*background-color: #FFFF33;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 0px;
	width: 150px;
	z-index: 5;
}

#content{
  float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	height:100px;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content .pack2 {
	position: relative;
	left: 130px;
	bottom: 80px;
}

#content #img4 {
	position: relative;
	left: 500px;
	top: 60px;
}




/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	/*padding: 5px 0px 5px 10px;*/
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 0px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 5px 10px;
}

#pack{
	position:relative;
	left: 50px;
	bottom: 100px;
}

#neu{
	position:relative;
	left:250px;
	z-index: 10;
}

#frau1{
	position:absolute;
	top:250px;
	left: 800px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.home{
	width:60%;
}

.story{
	clear: both;
	font-size: 80%;
	padding: 0px;
	bottom: 80px;
	position: relative;
	left: 50px;
	width: 70%;
}

.story p{
	padding: 0px 0px 10px 0px;
	width:80%;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 80%;
	width: 150px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 5px;
	border: 1px solid #cccccc;
	background-color:#FFFF00;
	height:30px;
	width: auto;
	/*width: 100%;*/
 /* voice-family: "\"}\""; 
  voice-family:inherit;*/
	/*width: auto;*/
}

#sectionLinks a:visited{ background-color: #ff0; width: auto; height: 30px; border: solid 1px #cccccc; padding: 5px; }

#sectionLinks a:hover{ background-color: #ffcc33; padding: 5px; border: solid 1px #cccccc; }


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.anwendung {
	font-size: 80%;
	position: relative;
	width: 60%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	bottom: 100px;
}
#navimg {
	bottom: 200px;
	position: relative;
	z-index: -1;
	left: 60px;
	width: 200px;
}
#main {
	height: 600px;
	width: 900px;
}
#main td {
	vertical-align: top;
}
#pageName3 {

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 80px;
}
.anwendung3 {
	font-size: 80%;
	position: relative;
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 70px;
	bottom: 250px;
}
.anwendung4 {
	font-size: 80%;
	position: relative;
	width: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 70px;
	bottom: 200px;
}
#img6 {
	left: 500px;
	bottom: 100px;
	position: relative;
}
#pageName4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 80px;
	position: relative;
	bottom: 410px;
}
#content2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: -290px;
	top: 200px;
	position: relative;
}
.anwendung5 {

	font-size: 80%;
	position: relative;
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 70px;
	bottom: 350px;
}
.anwendung6 {
	font-size: 80%;
	width: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	left: 360px;
	bottom: 480px;
}
#siteInfo1 {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	position: relative;
}

#pageName6 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 80px;
	position: relative;
	bottom: 10px;
}
#main #content #pageName2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 80px;
	position: relative;
	font-size: 40px;
	font-style: italic;
	font-weight: bolder;
}

#pageName7 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 80px;
	position: relative;
	left: 290px;
	bottom: 480px;
}
#content3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 80px;
	position: relative;
	width: 80%;
}
/*#content5 {
	width: 70%;
	float:left;
	padding-top: 50px;*/
}

#img7 {
	position: relative;
	left: 180px;
	bottom: 220px;
}

#content4 {
	margin: 0;
	left: 80px;
	position: relative;
	background-color: #FFFF00;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	width: 80%;
}
.anwendung9 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 80%;
}
#main #content4 .anwendung9 li {
	list-style-type: none;
}

#pageName9 {
	padding-top: 10px;
	padding-left: 20px;
}
h6 {

 font-size: 70%;
 color: #000066/*#334d55*/;
}
.anwendung8 {
	width: 60%;
	bottom: 450px;
	position: relative;
	font-size: 80%;
}
#content5 {

	margin: 0;
	left: 65px;
	position: relative;
	background-color: #FFFF00;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	width: 60%;
}
#img8 {

	position: relative;
	left: 390px;
	bottom: 250px;
}
#content7 {
	position:relative;
	width: 70%;
	left: -90px;
	padding-top: 50px;
}
#content8 {
	position:relative;
	width: 70%;
	left: -20px;
	padding-top: 50px;
}
#content9 {
	position:relative;
	width: 70%;
	left: -100px;
	padding-top: 50px;
}
#img9 {

	position: relative;
	left: 350px;
}
#img10 {
	position: relative;
	top: 30px;
	right: 60px;
}
#img11 {
}
#content6 {
	position: relative;
	bottom: 300px;
}
#content1 {

}
#main #content #pageName5 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 80px;
	position: relative;
	font-size: x-large;
	font-weight: normal;
	font-style: italic;
}

.anwendung2 {
	font-size: 80%;
	width: 80%;
	position: relative;
	left: 70px;
	padding-left: 10px;
}
#navimg1 {
	position: relative;
	left: 60px;
	bottom: 200px;
	z-index: 0;
}
#main #content #medizin {
	position: relative;
	left: 710px;
	top: -30px;
	z-index: 2;
}
#main #content #pack #img3 {
	left: -30px;
	position: relative;
}
