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

body{
	font-family: Arial,sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0;
	padding: 0px;
}

/******* hyperlinks fonts and anchor tag styles *******/

.bildram{
	margin-right:7px;
	margin-bottom:5px;
	border:1px solid #666666;
	padding:2px;
	background:#ffffff;

}

.bildram2{
	border:1px solid #666666;
	padding:2px;
	background:#ffffff;
}

a:link, a:visited{
	font-weight:bold;
	color: #ff7a00;
	text-decoration: none;
}

a:hover{
	font-weight:bold;
	text-decoration: underline;
}

.leftnavilink {
	font-weight:bold;
	color: #ff7a00;
	text-decoration: none;
	text-transform: uppercase;
	line-height:24px;
}	

.introtext {
	font-style:italic;
	color:#333333;
	font-size:14px;
}

.ingresstext {
	font-weight:bold;
	font-style:italic;
	color:#333333;
	font-size:12px;
}

.footertext {
	color:#a1a0a0;
	text-align:center;
}	

.buttonlink {
	background-image:url(bilder/linkbutton.gif);
	background-repeat:no-repeat;
	padding-top:4px;
	text-align:center;
	color:#FFFFCC;
	font-size:12px;
	border:none;
	display:block;
	height:20px;
	width:100px;
}
.buttonlink a{
	color: #FFFFCC;
}

.partnerlink a {
	width: 440px;
	color:#FFFFCC;
	font-size:14px;
	display:block;
	padding-bottom:10px;
	border-bottom:dotted #CCCCCC 1px;
}
.partnerlink a{
	color: #FFFFCC;
}

.fliklink {
	font-size:12px;
	text-transform:uppercase;
}
	
.fliklink a{
	background:#CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	color:#333333;
	font-size:12px;
	width:auto;
	border:#CCCCCC outset 2px;
	margin-right:15px;
}
.fliklink a:hover{
	background:#6e8e07;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	color:#FFFFCC;
	font-size:12px;
	width:auto;
	border:#6e8e07 outset 2px;
	margin-right:15px;
	text-decoration:none;
}
	
/************** header tag styles **************/

h1{
 font: bold 24px "Arial Narrow";
 text-transform: uppercase;
 font-weight:bold;
 color: #6e8e07;
 margin: 0px;
 padding: 0px;
 line-height: 25px;
}

h2{
 font: bold 24px "Arial Narrow";
 text-transform: uppercase;
 font-weight:bold;
 color: #666666;
 margin: 0px;
 padding: 0px;
 line-height: 25px;
}

h3{
 font: bold 24px "Arial Narrow";
 text-transform: uppercase;
 font-weight:bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
 line-height: 25px;
}

h4{
 font: bold 14px Arial,sans-serif;
 color: #6e8e07;
 margin: 0px;
 padding: 0px;
 line-height: 15px;
}

h5{
 font: bold 18px "Arial Narrow";
 text-transform: uppercase;
 font-weight:bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
 line-height: 19px;
}

/********************* special divs *************/

#footer {
	display:block;
	width: 923px;
	height: 147px;
	padding-top:85px;
	background-image:url(bilder/bg_footer.gif);
	color:#999999;
	background-repeat:no;
}

#rightborder {
	border-right:#CCCCCC dotted 1px;
	padding-right:10px;
}

/********************* end **********************/