/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Tahoma, Verdana, Arial;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#000033;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}


h1{
 font: bold 120% Tahoma, Verdana, Arial;
 color: #000011;
 margin: 0px;
 padding: 0px;
}

h2{
 font: Tahoma, Verdana, Arial;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Tahoma, Verdana, Arial;
 color: #AAAAFF;
 margin: 0px;
 padding: 0px;
}

h6{
 font: bold 120% Tahoma, Verdana, Arial;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align:center;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#pageContainer{
	text-align:center;
}

#content{
	position:relative;
	width:800px;
}

#header{
	height:100px;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
}

#menuNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
}

a.mButton, a.mButton:visited{
  	font-size: small;
  	color: #AAAAAA;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	background-color:#333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

a.mButton:hover{
	color: #FFFFFF;
	background-color:#555555;
	border-bottom: 2px dashed #BBBBBB;
	text-decoration: none;
}

a.subButton, a.subButton:visited{
	color: #000000;
	font-weight:normal;
	padding: 2px 10px 4px 10px;
}

a.subButton:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.besuchen{
	color:#FFFFFF;
}

.besuchen a{
	color:#FFFFFF;
	text-decoration:none;
}


.subMenu{
	text-align:center;
	position:absolute;
	top:125px;
	left:20%;
	font-weight:normal;
	color:#000000;
	visibility: hidden;
	height:20px;
}

.bottom{
	font-family: Tahoma, Verdana, Arial;
	color:#CCCCCC;
}

a.links, a.links:visited{
	color:#000000;
	border: 0px none;
	padding: 2px 10px 4px 10px;
}

a.links:hover{
	color:#FF0000;
	border-bottom: 2px dashed #FF0000;	
}

