/***********************************************/
/* stylesheet.css                              */
/*                                             */
/***********************************************/

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

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
}

#kopf {
	width: 1000px;
	background-image: url(images/backgroundkopf_weiss.png);
}

#kopf_schwarz {
	width: 1000px;
	background-image: url(images/backgroundkopf_schwarz.png);
}
#invisible {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}
#cal {
	height: 680px;
	width: 750px;
	background-color: #000000;
}



#kopf_blau {
	width: 1000px;
	background-image: url(images/backgroundkopf_blau.png);
}

#kopf_grau {
	width: 1000px;
	background-image: url(images/backgroundkopf_grau.png);
}

#kopf_dgrau {
	width: 1000px;
	background-image: url(images/backgroundkopf_dgrau.png);
}

a{
	color: #000099;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	font-weight:normal;
	color: #66FF00;
}
#locations {
	font-size: 14px;
	color: #FF6600;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

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


h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}

ul{

}

ul li{

}

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

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

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


#navBar{
	float: left;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/backgroundnavi_weiss.png);
	background-repeat: repeat-y;
}

#navBar_schwarz{
	float: left;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/backgroundnavi_schwarz.png);
	background-repeat: repeat-y;
}

#navBar_blau{
	float: left;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/backgroundnavi_blau.png);
	background-repeat: repeat-y;
}

#navBar_grau{
	float: left;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/backgroundnavi_grau.png);
	background-repeat: repeat-y;
}

#navBar_dgrau{
	float: left;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/backgroundnavi_dgrau.png);
	background-repeat: repeat-y;
}

#content{
	float: right;
	width: 770px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	height: auto;
	font-size: 12px;
	color: #333333;
}

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

#content ul li{
	text-indent: 40px;
	list-style-type: disc;
	list-style-position: inside;
}

#content_schwarz {
	float: right;
	width: 770px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000000;
	height: 700px;
	font-size: 12px;
	color: #FF6600;
}


#content_blau{
	float: right;
	width: 770px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #6666CC;
	height: auto;
	font-size: 12px;
}

#content_grau{
	float: right;
	width: 770px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #CCCCCC;
	height: 700px;
	font-size: 12px;
	color: #333333;
}

#content2{
	float: right;
	width: auto;
	background-color: #000000;
	height: auto;
}

#contentevents{
	float: right;
	width: auto;
	background-color: #000000;
	height: auto;
	padding-top: 20px;
	padding-left: 50px;
}

#contentgb{
	float: right;
	width: auto;
	background-color: #FFFFFF;
	height: 1200;
}

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

#siteInfo{
	color: #666666;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear: both;
	background-color: #FFFFFF;
	margin: 0px;
	height: 18px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	text-decoration: none;
}
#navBar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navBar_schwarz ul a:link, #navBar ul a:visited {
	text-decoration: none;
}
#navBar_schwarz ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navBar_blau ul a:link, #navBar ul a:visited {
	text-decoration: none;
}
#navBar_blau ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navBar_grau ul a:link, #navBar ul a:visited {
	text-decoration: none;
}
#navBar_grau ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navBar_dgrau ul a:link, #navBar ul a:visited {
	text-decoration: none;
}
#navBar_dgrau ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

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

#sectionLinks{
	position: fixed;
	margin: 0px;
	font-size: 90%;
	width: 200px;
	float: left;
	color: #9999FF;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
}

#sectionLinks a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #9999FF;
}

#sectionLinks a:hover{
}

/*********** #sectionLinks2 styles ***********/

#sectionLinks2{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 0px;
	border-bottom-style: none;
	width: 200px;
	float: right;
}

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

#sectionLinks2 a {
	display: block;
	border-top-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #9999FF;
}

#sectionLinks2 a:hover{
	background-color: #666666;
}
#main {
	width: 1000px;
	height: auto;
}
.Stil1 {color: #FFFFFF}
.Stil11 {color: #66CCFF}
.Stil12 {color: #000000}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#blog {
	background-color: #6666CC;
	font-size: 13px;
	color: #000000;
}
#banner {
	padding-top: 25px;
	padding-left: 120px;
}

