/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #EDEDED;
	font-size: 12px;
	background-image: url(bilder/layout/back_02.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

strong{
	color: #666666;
	font-weight: bold;
}
em{}

#titel{
	display: none;
	visibility: hidden;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #418ba4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #418ba4;
	border-right-color: #418ba4;
	border-bottom-color: #418ba4;
	border-left-color: #418ba4;
}


a:hover{
	text-decoration: none;
	border-bottom-style: solid;
	border-width: 1px;
}

/************** header tag styles **************/

/************** farben headline **************/

h1,  h3, h4, h5 {	color: #9c956d;}

h1{
	padding: 0px 0px 8px;
	text-indent: 0px;
	text-align: center;
	font: normal 25px/35px Georgia, "Times New Roman", Times, serif;
	border-top: 1px #C1BDA4;
	border-bottom: 1px dotted #C1BDA4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C1BDA4;
	border-left-color: #C1BDA4;
	margin: 0px 0px 10px;
	text-transform: none;
	letter-spacing: 0.3em;
}

h2{
	color: #418ba4;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0px 8px;
}

h3{
	color: #663300;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
}

h4{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C8A77D;
	border-right-color: #C8A77D;
	border-bottom-color: #C8A77D;
	border-left-color: #C8A77D;
	border-top-style: solid;
	border-bottom-style: solid;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}

h5{
 font: 100% Trebuchet MS, Verdana, Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}


#page{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: url(bilder/layout/back.jpg) no-repeat center top;
}

#title{
	display: none;
}

/******* banner *******/
#banner_top{
	background-color: #999999;
	width: 468px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#banner_side{
	height: 468px;
	width: 160px;
	float: left;
	position: relative;
	left: 20px;
	background-color: #666666;
	top: 200px;
}

#pagecell{
	POSITION: relative;
	TEXT-ALIGN: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px;
}


#head{
	POSITION: relative;
	TEXT-ALIGN: left;
	height: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

#pageNav{

}

#content{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#contentinnen img{
	FLOAT: left;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#contentinnen {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 23px;
	MARGIN-LEFT: auto;
	width: 65%;
	margin-right: auto;
}



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

#globalNav{
	width: 90%;
	height: 32px;
	color: #C1BDA4;
	padding: 8px 0px 0px;
	top: 198px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	border-bottom: 1px dotted #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #C1BDA4;
	border-right-color: #C1BDA4;
	border-left-color: #C1BDA4;
}




#globalNav a:link, #globalNav a:visited {
	color: #9c956d;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: normal 12px/21px Georgia, "Times New Roman", Times, serif;
	padding: 12px 10px 5px;
}



#globalNav a:hover {
	text-decoration: none;
	color: #418ba4;
	background: url(bilder/layout/back_navi.jpg) repeat-x center top;
}


#sectionLinks {
	
}
#sectionLinks H3 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#sectionLinks a:link, #sectionLinks a:visited {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 18px;
	PADDING-BOTTOM: 12px;
	COLOR: #BC0203;
	PADDING-TOP: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#sectionLinks a:hover {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 23px;
	FONT-WEIGHT: normal;
	PADDING-BOTTOM: 12px;
	PADDING-TOP: 12px;
	TEXT-DECORATION: none;
	color: #FF0000;
	background-image: url(bilder/layout/back_pagenavi_hover.jpg);
	background-repeat: no-repeat;
}

#pageNav {
	FLOAT: left;
	WIDTH: 160px;
	padding: 0px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	float: left;
	width:178px;
	padding: 0px;
	font: small Trebuchet MS, Verdana, Verdana,sans-serif;
}

/************** mainpic styles ****************/
#mainpic {
	margin-right: auto;
	margin-left: auto;
	width: 65%;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#mainpic img {
	border: 1px solid #B19F94;
	padding: 5px;
	background-color: #FFFFFF;
	width: 500px;
	height: 200px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 65%;
}

	
#siteInfo a:link, #siteInfoa:visited {
	color: #999999;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
}

#siteInfo img{
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
}

#siteInfo a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#clear {
	clear: both;
	height: 12px;
}

#spalte {
	float: left;
	width: 250px;
}

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