/* Allgemeine Styles ---------------- */
body{
	color: #707070;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;	
	font-size: 11px;
}

h1{
	color: #707070;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;	
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top:0px;
}

h2{
	color: #707070;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;	
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom:3px;
	margin-top:18px;	
}

li{
	margin-bottom: 0px;
	margin-left: -10px;
	list-style-type: circle;
}

p{
	text-align: justify;
}

hr{
	border-style: none;
	border-top: 1px solid #707070;
}

a img { 
	border:0; 
}

a:link,a:hover,a:visited{
	color: blue;
}

/* Text ----------------------- */
.textBigger{
	color: #707070;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;	
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


/* ---------------------------------- */

/* Startseite ----------------------- */
.box{
	color: #707070;
	text-align:left;
	border: 1px solid lightgrey; 
	width:180px; 
	background-color: transparent;
}

.boxLink{
	display:block;
	width:100%;
	height:100%;
	color: #707070;
	color:black; 
	text-decoration: none;
}

.iconImgBox{
	border-width: 0px; 
	position: relative;
	top:22px;
	left:160px; 
}

.textBox{
	padding: 5px;
}

.captionBox{
	color: black;
	background-color: lightgrey;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;	
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}

.captionImg{
	color: black;
	background-color: lightgrey;
	vertical-align: center;
	text-align: right;
}

/* ---------------------------------- */

/* Aufzählung ----------------------- */
.listerfolg{
	margin-top: 8px;
	margin-bottom: 0px;
	list-style-type: circle;
}

.listerfolg li.listerfolg{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	list-style-type: none;
}
/* ---------------------------------- */

/* Spezielle Bodys  ----------------- */
body#spacerPage{
	background-color: #707070;
	margin: 0px;	
}

body#headPage{
	background-color: #707070;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px
}


body#mainPage{
	 /*background-image: url("../images/main_bg.gif"); */
}
/* ---------------------------------- */

/* Content -------------------------- */
.contentSubDiv{
	position:absolute;
	top:0px;
	left:10px;
	height:95%;
	width:740px;
}
.contentSubDivTable{
	width:740px;
	height:100%;
}
.contentDiv{
	position:absolute;
	top:12px;
	left:10px;
	width:920px;
	height:95%;
}
.contentDivTable{
	width:920px;
	height:100%;
}
/* ---------------------------------- */



/* Das Menu ------------------------- */
.menuDiv{
	margin: 0px;
	width:160px;
	height:100%;
	/*border-right: 1px solid lightgrey;*/
	
}

.subMenuDiv{
	margin-left: 10px;
	
}
	
a.btnLink{
	color: black;
	font-size: 11px;
	background-color: #e3e1e1;
	cursor: pointer;
	border: 1px solid #707070;
	padding: 3px;
	margin:2px;
	width: 130px;
	text-decoration: none;
	display: block;
}

a.btnLink:visited{
	color: black;
}

a.btnLink:link{
	color: black;
}

a.btnLink:hover{
	color: white;
	background-color: gray;
}


a.btnClick{
	color: white;
	font-size: 11px;
	background-color: gray;
	cursor: default;
	border: 1px solid #707070;
	padding: 3px;
	margin:2px;
	width: 130px;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

a.btnClick:visited{
	color: white;
}

a.btnTextLink{
	color: black;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

a.btnTextLink:visited{
	color: black;
}

a.btnTextLink:link{
	color: black;
}

a.btnTextLink:hover{
	color: black;
	text-decoration: underline;
}

a.btnTextClick{
	color: red;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
a.btnTextClick:visited{
	color: red;
}
/* ---------------------------------- */

/* Gallery -------------------------- */
.galleryDate{
	color: #707070;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;	
	font-size: 11px;
}

a.galleryThumb{
	background-color: white;
	cursor: pointer;
	float: left; 
	width:90px; 
	height: 90px;
	margin: 5px;
	border: 1px solid #707070; 
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	display: block;
}

a.galleryThumb:hover{
	background-color: #e3e1e1;
}


.galleryThumbDiv{
	background-color: white;
	cursor: pointer;
	float: left; 
	width:90px; 
	height: 90px;
	margin: 5px;
	border: 1px solid #707070; 
	overflow: hidden;
}

.galleryThumbDivHover{
	background-color: lightgrey;
	cursor: pointer;
	float: left; 
	width:90px; 
	height: 90px;
	margin: 5px;
	border: 1px solid black; 
	overflow: hidden;
}

/* ---------------------------------- */

/* Termine -------------------------- */
.DateDate {
	/*font-size: 11px;*/
	font-weight: bold;
	width: 110px;
}
.DateName {
	/*font-size: 11px;*/
	font-weight: bold;
}
.DateDescription {
	
}

.DateLocation{
	width: 180px;	
}

/* ---------------------------------- */

/* Icons ---------------------------- */
.iconImg{
	border-width: 0px; 
	vertical-align: middle; 
	margin: 4px;
}

/* ---------------------------------- */