/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffc  fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #435900;
}
a:visited {
color: #435900; }

a:hover{
	color: #FF3333;
}

/************** header tag styles **************/

h1{
 font: bold 120% Verdana;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana;
 color: #000099;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 150px;
	left: 29px;
	right: 2%;
	width:95.6%;
	background-color: #FFFFCC;
	font-family: Verdana;
	font-size: 60%;
	color: #000000;
	border: 1px solid #CCCC99;
}

#masthead{
	position: absolute;
	left: 2%;
	right: 2%;
	width:1000px;
	height: 106px;
	top: 0;
	bottom: 0px;
	float: left;
	font-family: Verdana;
	font-size: 140%;
	color: #435900;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	
}
.head{
	font-size: 65%;
	line-height: 30px;
}

#pageNav{
	float: left;
	width:230px;
	padding: 0px;
	background-color: #435900;
	border-right: thin solid #CCCC99;
	
	font: 140% Verdana;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-left-color: #CCCC99;
}

#pageNavunten {
	float: left;
	width: 230px;
	padding: 0px;
	background-color: #FFFFCC;
	font: bold 80% Verdana;
	border: none;
}

.buttons {
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	top: 90px;
	height: 55px;
	width: 200px;
	position: absolute;
	right: 1.5%;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 231px;
	border-left: thin solid #CCCC99;
	background-color: #FFFFFF;
}

/************** pageName styles ****************/

#pageName{
	top: 125px;
	font-style: normal;
	text-decoration: none;
	left: 29px;
	position: absolute;
}

#pageName h1{
	font: bold 120% Verdana;
	color: #FF3333;
	margin:0px;
	padding: 0px;
}

#rahmenoben {
	
	background-color: #435900;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
a.rahmen, a.rahmen:visited{
	font-family: Verdana;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFCC;
	text-decoration: none;
	font-size: 115%;
	font-variant: normal;
	letter-spacing: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

a.rahmen:hover{
	color: #FF3333;
}

/************* globalNav styles ****************/


#globalLink{
	position: absolute;
	top: 130px;
	height: 22px;
	left: 2%;
	font-style: normal;
	text-decoration: none;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #435900;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover{
	color: #FF3333;
}




/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	height: 150px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	text-align: justify;
}
html>body .feature {height: auto;}

.feature h1{
	font: bold 120% Verdana;
	color: #000099;
	padding: 30px 0px 5px 0px;
	text-align: center;
	
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font: 110% Verdana;
	color: #000000;
	text-align: left;
	list-style-type: circle;

}

.story h3{
	font: bold 110% Verdana;
	color: #000099;
}

.story p {
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

.kasten {
	font-family: Verdana;
	font-size: 100%;
	color: #C10000;
	border: medium solid #336600;
	list-style-type: circle;
	font-weight: normal;
	background-color: #F1F1E2;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 40px;
	margin-right: 285px;
}

.story h4 {
font: bold 110% Verdana;
	color: #C10000;
}
.story h5 {
font: bold 110% Verdana;
	color: #3366FF;
}
.story h1 {

font: bold 110% Verdana;
	color: #008200;
}

.story hr{
}

#inline {
	position: absolute
	font-size: 10px;
	font-family: Verdana
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;

	float: right						
	background-color: #FFFFFF;
	float: right;
	width: 230px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCC99;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	background-color: #FFFFFF;
	margin-left: 10px;
	padding-right: 10px;
}


/************** siteInfo styles ****************/

#siteInfo {
	clear: both;
	border-top: thin solid #CCCC99;
	font-size: 110%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/************ sectionLinks styles **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
.sectionLinkstitle  {
	display: block;
	border-bottom: thin none #CCCC99;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #99CC00;
	text-decoration: none;
}
.sectionLinkgratis  {
	display: block;
	border-bottom: thin none #CCCC99;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #99CC00;
	text-decoration: none;
	font-size: 95%;
}
#sectionLinkgratis a:link {
	display: block;
	border-bottom: thin none #CCCC99;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #99CC00;
	text-decoration: none;
	font-size: 100%;
}

#sectionLinks a:link, #sectionLinks a:visited  {
	display: block;
	border-bottom: thin solid #CCCC99;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFCC;
	text-decoration: none;
}
 
#sectionLinks a:hover{
	
	background-color: #CCCC99;
	font-weight: bold;
	color: #FF3333;
}
#contentseitenanfang {

	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 10px;
	border-left: none;
	background-color: #FFFFFF;
}
.kasten2 {

	font-family: Verdana;
	font-size: 100%;
	color: #000099;
	border: medium solid #336600;
	list-style-type: circle;
	font-weight: normal;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 40px;
	margin-right: 285px;
}
.kasten3 {


	font-family: Verdana;
	font-size: 100%;
	color: #336600;
	border: medium solid #000099;
	list-style-type: circle;
	font-weight: normal;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 40px;
	margin-right: 285px;
}
.div_callback {
	margin: 50px;
}
