/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

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

/************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

table.tarifliste {
	width:100%; /*100%*/
	margin-top:10px;
	table-layout:fixed;
	overflow:hidden;
}
table.tarifliste td {
	border-bottom:1px solid #B2B2B2;
}
/************************************/

/************************************/
/* hyperlink and anchor tag styles #005FA9 */
/************************************/

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

a.weiterlesen{
	color: #005FA9;
	text-decoration: none;
}

a.weiterlesen:link{
	color: #005FA9;
	text-decoration: none;
}

a.weiterlesen:visited{
	color: #005FA9;
	text-decoration: none;
}

a.weiterlesen:hover{
	color: #005FA9;
	text-decoration: underline;
}
/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: strong;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
}

/************************************/

/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

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

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


/************************************/

/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
/************************************/

