/**
 * Style sheet lunisolar_stylesheet
 */
#wrapper
{
		width:1000px;
		margin: 0px auto;
}


body
{
	margin: 0px;
	background-color: white;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #6a6a6a;
	font-family: "Times New Roman", Times, serif, Georgia;
}


#header
{
	 width:1000px; 
	 height:280px;
	/*margin:0px auto;*/
}


#main
{
	width: 500px;
	/*margin: 0px 20px 30px 0px;*/
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
	background-repeat: no-repeat;

}

#mainright
{
	width: 750px;
	/*margin: 0px 20px 30px 0px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;

}



#left
{
	width: 230px;
	overflow: visible;
}


#right
{
	width: 200px;
	overflow: visible;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 20px;
}


h1{
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
}

h2{
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;	
}

h3{
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;	
}

/* Links */
a:link,a:visited,a:hover,a:active{
	color: #ff6100;
}

/* ------------------------------      ------------------------------ */
#ba
{
	position: absolute;
	top: 300px;
	left: 150px;
	width: 230px;
	margin-top: 40px; 
}

#bb
{
	position: absolute;
	top: 300px;
	left: 290px;
	width: 280px;
}

#bc
{
	position: absolute;
	top: 300px;
	left: 570px;
	width: 280px;
	margin-top: 40px; 
}

#ca
{
	position: absolute;
	top: 390px;
	left: 150px;
	width: 210px;
	height: 10px;
	background-color: #76a63d;
}

#cc
{
	position: absolute;
	top: 390px;
	left: 500px;
	width: 350px;
	height: 10px;
	background-color: #2a6295;
}

#fa
{
	position: absolute;
	top: 400px;
	left: 150px;
	width: 70px;
}

#fb
{
	position:absolute;
	top: 400px;
   left: 220px;
	width: 70px;
}

#fc
{
	position:absolute;
	top: 400px;
   left: 290px;
	width: 70px;
}

#fd
{
	position:absolute;
	top: 400px;
   left: 360px;
	width: 140px;
}

#fe
{
	position:absolute;
	top: 400px;
   left: 500px;
	width: 70px;
}

#ff
{
	position:absolute;
	top: 400px;
   left: 570px;
	width: 70px;
}

#fg
{
	position:absolute;
	top: 400px;
   left: 640px;
	width: 70px;
}

#fh
{
	position:absolute;
	top: 400px;
   left: 710px;
	width: 70px;
}

#fi
{
	position:absolute;
	top: 400px;
   left: 780px;
	width: 70px;
}


/* ------------------------------   Navigation 1.Ebene   ------------------------------ */

.mod_navigation>ul
{
	margin:0px;
	padding:0px;
	text-transform: uppercase;	
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li
{
	font-size: 22px;
	list-style-type: none;	
	margin-left: 5px;
}

.mod_navigation>ul>li>a

{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li>a:hover,
.mod_navigation>ul>li>a:focus
{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: normal;
}


.mod_navigation>ul>li>.active
{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
}

/* Navigation hardcoded color */
.mod_navigation a[title~=Aufsätze] {
	padding-top: 100px;
}


/* ------------------------------   Navigation 2.Ebene   ------------------------------ */


.mod_navigation>ul>li>ul
{
	margin:0px;
	padding:0px;
	text-transform: uppercase;	
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li
{
	font-size: 18px;
	list-style-type: none;	
	margin-left: 35px;
	list-style-type: circle;
	list-style-position: outside;
}

.mod_navigation>ul>li>ul>li>a

{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li>a:hover,
.mod_navigation>ul>li>ul>li>a:focus
{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li>.active
{
	display: block;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
}



/* ------------------------------   Navigation 3.Ebene   ------------------------------ */

.mod_navigation>ul>li>ul>li>ul
{
	margin:0px;
	padding:0px;
	text-transform: uppercase;	
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li>ul>li
{
	font-size: 16px;
	list-style-type: none;	
	margin-left: 5px;
}

.mod_navigation>ul>li>ul>li>ul>li>a

{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li>ul>li>a:hover,
.mod_navigation>ul>li>ul>li>ul>li>a:focus
{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: normal;
}


.mod_navigation>ul>li>ul>li>ul>li>.active
{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
}



/* ------------------------------   Navigation 4.Ebene   ------------------------------ */

.mod_navigation>ul>li>ul>li>ul>li>ul
{
	margin:0px;
	padding:0px;
	text-transform: uppercase;	
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li>ul>li>ul>li
{
	font-size: 13px;
	list-style-type: none;	
	margin-left: 40px;
	list-style-type: circle;
	list-style-position: outside;
	

}

.mod_navigation>ul>li>ul>li>ul>li>ul>li>a

{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-style: normal;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li>ul>li>ul>li>a:hover,
.mod_navigation>ul>li>ul>li>ul>li>ul>li>a:focus
{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: normal;
}

.mod_navigation>ul>li>ul>li>ul>li>ul>li>.active
{
	display: block;
	margin: 3px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: white;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
}




/* ------------------------------   Formatierung Pagination   ------------------------------*/

.pagination block>ul>li
{
    margin-top:8px;
    margin-bottom:8px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    min-height:120px;
}

  /* ------------------------------   Formatierung slideelem   ------------------------------*/


#slideWrapper {
height:500px;
overflow:hidden;
width:500px;
 }

#innerSlideWrapper {
width:300px;
 }

 #innerSlideWrapper div.slideElem {
float:left;
height:500px;
width:500px;
 }

#goForward {
cursor:pointer;
margin:0px 0 0;
 }

#goBack {
cursor:pointer;
margin:0px 0 0;
 }
