
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html{
	scrollbar-3dlight-color: #ffcc66;
	scrollbar-arrow-color: #fff0b5;
	scrollbar-base-color: #ffcc66;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #ffcc66;
	scrollbarhighlight-color: #ffffff;
	scrollbar-shadow-color: #34547e;
}

body{
	margin: 0px;
	padding: 0px;
	background: #ffcc66  url(../images/);
	background-repeat: no-repeat;
	background-position: -5% 40%;
	background-attachment: fixed;
	font: 14px Arial,sans-serif #4e4e4e;
	
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #FDB018;
	font: 14px arial;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	font: 14px arial;
}

#webdesign {
     color: #FDB018;
	 font: 12px;
	text-decoration: none;
}

#webdesign a:link, a:visited {
     color: #FDB018;
	 font: 12px;
	text-decoration: none;
}

#webdesign a:hover{
	text-decoration: none;
	font: 12px arial;
}
#webdesign a:visited{
	text-decoration: none;
	font: 12px arial;
}
/**********************event management*************************/
.Stil11 {
	color: #ff0000;
	font-weight: bold;
}

.Stil12 {
	color: #999999;
	font-weight: bold;
}

/***********************************************/
/************** header tag styles **************/
h1{
	font: 30px Arial,sans-serif;
	color: #d45100;
	margin: 0px;
	padding: 0px;
}

h2{
	font: 16px Arial,sans-serif;
	color: #ffcc66;
	margin: 0px;
	padding: 20px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	font: 10px, Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/
ul{
	list-style-type: disc;
	list-style-image : url(../images/lilie_nav.jpg);
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
#home.ul{
	list-style-type: disc;
	padding-left: 60px;
    margin-left:  40px;
}

#home.ul ul{
	list-style-type: disc;
}

/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #ff0000;
}

				
input{
	font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 10px;
	width: 800px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 95.6%;
}

#pageNav{
	float: left;
	width: 180px;
	height: 300px;
	padding: 5px 0px 30px 20px;
	border-top: 0px solid #ff0000;
	font: 14px, Arial;
	
}

#content{

	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 50px;
	border-left: 0px solid #ff0000;
}

#content_index{
	text-align: center;
	font: 14px Arial,sans-serif #888888;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/
#utility{
	font: bold 75% Verdana,sans-serif,bold;
	position: absolute;
	top: 65px;
	right: 10px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: none;
}

/************** pageName styles ****************/
#pageName{
	font: bold 20px Arial,sans-serif;
	color: #FDB018;
	margin: 0px;
	padding: 10px;
}

#pageName h2{
	font: bold 24px Arial,serif;
	font-align: center;
	color: #FDB018;
	margin: 0px;
	padding: 10px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

#pageName_index{
	font: bold 150% Arial,sans-serif;
	color: #ff0000;
	padding: 10px;
	text-align: center;
}

#pageName_index img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}


/************* globalNav styles ****************/
#globalNav{
	position: relative;
	top: 0px;
	width: 100%;
	height: 20px;
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left: 0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right: 0px;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 26px;
	font-size: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	right: 0px;
	z-index: 10;
	
}

a.glink, a.glink:visited{
	font-size: 14px;
	color: #ff9d30;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	
}

a.glink:hover{
	font-size: 14px;
	color: #f27900;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks {
	display: none;
}
a.glink0, a.glink0:visited{
	font-size: 14px;
	color: #ff9d30;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;

}

a.glink0:hover{
	font-size: 14px;
	color: #f27900;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks0 {
	display: none;
	}
a.glink1, a.glink1:visited{
	font-size: 16px;
	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

a.glink1:hover{
	font-size: 16px;
	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks1 {
	display: none;
}
a.glink2, a.glink2:visited{
	font-size: 16px;
	color: #4f954f;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;

}

a.glink2:hover{
	font-size: 16px;
	color: #4f954f;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks2 {
	display: none;
}
a.glink3, a.glink3:visited{
	font-size: 16px;
	color: #4fb9dc;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

a.glink3:hover{
	font-size: 16px;
	color: #4fb9dc;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks3 {
	display: none;
}
a.glink4, a.glink4:visited{
	font-size: 14px;
	color: #ff9d30;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

a.glink4:hover{
	font-size: 14px;
	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks4 {
	display: none;
}
a.glink5, a.glink5:visited{
	font-size: 14px;
	color: #ff9d30;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	border-right: 1px solid #ffffff;
}

a.glink5:hover{
	font-size: 14px;
	color: #4f954f;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks5 {
	display: none;
}
a.glink6, a.glink6:visited{
	font-size: 14px;
	color: #ff9d30;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	border-right: 1px solid #ffffff;

}

a.glink6:hover{
	font-size: 14px;
	color: #4fb9dc;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

.skipLinks6 {
	display: none;
}
a.glink7, a.glink7:visited{
	font-size: 14px;
	color: #ff9d30;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	border-right: 1px solid #ffffff;

}

a.glink7:hover{
	font-size: 14px;
	color: #4fb9dc;
	font-weight: regular;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	border-right: 1px solid #ffffff;
}

.skipLinks7 {
	display: none;
}
a.glink8, a.glink8:visited{
font-size: 14px;
	color: #ff9d30;
	font-weight: regular;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	border-left: 1px solid #ffffff;

}

a.glink8:hover{
    font-size: 14px;
	color: #f27900;
	font-weight: bregular;
	text-decoration: none;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 5px;
	border-left: 1px solid #ffffff;
}

.skipLinks8 {
	display: none;
}
/************* globalNav TOP styles ****************/
#globalNavtop{
	position: relative;
	top:-14px;
	width: 100%;
	left: 320px;
	padding: 0px;
	margin: 0px;
}

/************* breadCrumb styles ***************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: none;
}

/************** feature styles *****************/

html>body.feature {
	height: 370px;
}
.feature{
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font: 14px, Arial,sans-serif;
	color: #4e4e4e;
	height: 370px;
}
.feature_kontakt{
	padding: 10px 130px 0px 20px;
	margin: 0px 0px 0px 0px;
	font: 14px, Arial,sans-serif;
	color: #4e4e4e;
	text-align: center;
}
.feature table{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 14px, Arial,sans-serif;
	color: #4e4e4e;
}



.feature h4{
	font: 10px, Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

.feature h3{
	font: 14px Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

.feature img{
	position: static;
	float: right;
	witdh:10px;
	padding: 0px 0px 0px 0px;
}

.feature1 img{
	float: center;
	padding: 0px 0px 0px 0px;
}
.feature_index img{
	position: absolute;
	padding: 0px 0px 0px 0px;
}

/*************** story styles ******************/
.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display: block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/
#siteInfo{
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: 10px;
	color: #FDB018;
	padding: 2px 0px 0px 2px;
	margin-top: 0px;
	text-align: center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: relative;
}

#kontakt a:link, a:visited {
     color: #FDB018;
	 font: 14px;
	text-decoration: none;
}

#kontakt a:hover{
	text-decoration: none;
	font: 14px arial
}
/************ sectionLinks styles **************/
a span {
	display: none;
	}
#sectionLinks{

	font: bold 14px Arial;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
    background-image: url("../images/lilie_nav.jpg");
	background-repeat: no-repeat;
	background-position: 5 4px;
	width: 120px;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font: bold 14px Arial;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0px 3px 30px;
	color: #ff9d30;
}

#sectionLinks a:hover{
	display: block;
    background-image: url("../images/lilie_nav.jpg");
	background-repeat: no-repeat;
	background-position: 5 4px;
	width: 120px;
	height: 20px;
	border-top: 1px solid #cccccc;
	font: bold 14px Arial;
	font-weight: bold;
	text-decoration: none;
	color: FDB018;
	padding: 10px 0px 3px 30px;
	text-decoration: none;
	
}
#sectionLinks a:active,sectionLinks a:visited:active {
	display: block;
    background-image: url("../images/lilie_nav.jpg");
	background-repeat: no-repeat;
	background-position: 5 4px;
	width: 120px;
	height: 20px;
	border-top: 1px solid #cccccc;
	font: bold 14px Arial;
	font-weight: bold;
	padding: 10px 0px 3px 30px;
	text-decoration: none;
	background: #FFCB64 none;
}


/**************** advert styles *****************/
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/************** imgages styles *****************/

#images{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#images_r{
	position: absolute;
	float: left;
	padding: 0px 0px 0px 220px;
	vertical-align: top;
}

#images_l{
	position: absolute;
	top: 50px;
	left: 50px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

/************* title / index styles ****************/


#pagecell1_index{
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
}

.Stil1 {
	font-size: 12px;
	color: #003366;
}

.stil2 {
	font: bold 800% Arial,sans-serif;
	color: #bdbdbd;
	margin-top: 40px;
	margin-left: 100px;
}

.stil3 {
	font: bold 830% Arial,sans-serif;
	color: #e7e7e7;
	margin-top: -100px;
	margin-left: -70px;
}

.stil4 {
	font: bold 820% Arial,sans-serif;
	color: #c9c9c9;
	margin-top: -60px;
	margin-left: 70px;
}

.stil5 {
	font: bold 820% Arial,sans-serif;
	color: #ebebeb;
	margin-top: -80px;
	margin-left: 130px;
}

.stil6 {
	font: bold 600% Arial,sans-serif;
	color: #ebebeb;
	margin-top: -480px;
	margin-left: 70px;
}

.stil9 {
	font: bold 670% Arial,sans-serif;
	color: #c9c9c9;
	margin-top: 260px;
	margin-left: 10px;
}

.stil7 img{
	margin-top: 5px;
	margin-left: 0px;
}

.stil8 {
    font: bold 900% Arial,sans-serif;
    color: #999999;
/********************* end **********************/

