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

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

body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 17px;	
	color: #000000;
	background-color:#FFFFFF;
}

a:link, a:visited, a:hover {
	color: #999999;
	text-decoration: none;
}

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

ul{
 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: #000000;*/
}

p{
 font-size: 100%;
 color: #000000;
}
				

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

#card_container {
	margin-top:40px;
	width:690px;
	height:310px;
	z-index:1;
	display:block;
/*	background-image:url(../images/meisterli.jpg);*/
}
 
#card_msg {
	position:relative;
	margin-top:30px; 
	width:690px;	
	height: 80px;
	z-index: 10;
	display:block;
	text-align:right;
}

#card_footer {
	position:relative;
	width:690px;
	z-index:4;
	display:block;
	text-align:right;
	font-size: 80%;
	line-height: 100%;	
	color:#999999;
}

#card_footer p {
	color:#999999;
}

#card_msg p {
	color:#000000;
}


/*********** #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;}

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

.PFett{
	font-weight:bold;
}

