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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFE898;
	line-height: 1.266;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

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

.white {
	color: #FFFFFF;
}

h1{
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 130%;
    color: #000000;
    margin: 7px 0px 5px 0px;
    padding: 0px;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 114%;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 100%;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #334d55;
}

.forms {
	font-family: Arial, Helvetica, sans-serif;
    width: 280px;
}

hr {
	border: 1px solid #FAC41F;
}

.gaestebuch {
	background-color: #FAC41F;
	border: 8px solid #FAC41F;
	border-bottom: 2px solid #FAC41F;
}

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

#headTitle{
	margin: 40px 0px 0px 0px;
	background-color: #FAC41F;
	width: 100%;
	height: 99px;
}

#headNavi{
    clear:both;
	margin: 4px 0px 4px 0px;
	background-color: #FAC41F;
	width: 100%;
	height: 24px;
}

#naviLeft{
	float: left;
	width: 176px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}

#naviGrafik{
	float: left;
	width: 176px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFE898;
}


#headTitleContent{
    width: 571px;
	height: 99px;
	padding: 0px;
}

#content{
	float: left;
    width: 362px;
	height: 100%;
	padding: 0px 25px 0px 25px;
}

#teaser{
    float: left;
	width: 150px;
	height: 100%;
	padding: 0px 13px 0px 13px;
	background-color: #FFE898;
	font-size: 80%;
}

#siteInfo{
	clear:both;
	margin: 10px 0px 10px 0px;
	padding-bottom: 6px;
	background-color: #FFE898;
	color: #999999;
	font-size: 75%;
	width: 99%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


/***********************************************/
/* Components                                  */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 147px;
}

#globalNav a {
	color: #000000;
	padding-right: 10px;
	font-size: 70%;
	text-decoration: none;
}

#globalNav a:hover{
	color: #FFFFFF;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
}

.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story .headline {
	font-size: 120%;
    font-weight: bold;
}

.story .datum {
	font-size: 80%;
}


/************** .rteTexte (Aktionen/Jobs) styles *****************/

.rteTexte{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.rteTexte p{
	padding: 0px 0px 0px 0px;
}

.rteTexte .headline {
	font-size: 120%;
    font-weight: bold;
}

.rteTexte .datum {
	font-size: 85%;
}


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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 8px 0px 8px 20px;
	font-size: 70%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

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

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


/************** #teaser styles **************/

#teaser p{
	padding: 5px 0px 5px 0px;
	font-size: 80%;
}

#teaser .headline {
	font-size: 110%;
    font-weight: bold;
}

#teaser .datum {
	font-size: 90%;
}
