/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 101%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	display: table;
	background:url(../images/bg_page.jpg) top repeat-x #738EA1;
	background-attachment:fixed;
   font-family: Tahoma, Verdana, Arial, serif ;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0A58AB;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

input.button { cursor: pointer; }

p { 
  margin-top: 0; 
  margin-bottom: 5px;
  text-align: justify; 
}

img { border: 0 none; }

.search label {
    display: none;
}

.protectedby,
.accordion-toggle {
    display: none;
}

h1 {
	color: #1e7bbe;
	font-size: 13pt;
   margin: -43px 0 30px 30px;
   padding: 0;
}

h2 {
	color: #1e7bbe;
	font-size: 13pt;
   margin: -43px 0 30px 30px;
   padding: 0;
}

hr {
	border:none;
	border-top: 1px solid #ddd;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	margin: 0;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#main{
  margin: 10px auto;
  width: 979px;
  height: auto;
  min-height: 400px;
  overflow: hidden;
}

#header {
   width: 979px;
   height: 372px;
   
} 

#content {
   width: 979px;
   height: auto;
   min-height: 400px;
   background-color: #fff;
   padding: 0 0 20px 10px;
   overflow: hidden;
} 

#footer {
   width: 979px;
   height: auto;
   text-align: center;
   padding-top: 5px;
   border-top: 10px solid #000;
} 

#links {
   float: left;
   width: 180px;
   height: auto;
   min-height: 300px;
   margin: 0 10px 0 0;
   padding: 0;
}

#links h3,
#rechts h3{
   width: 165px;
   height: 30px;
   line-height: 30px;
	color:#FFFFFF;
	font-size:16px;
	margin:0px;
	font-weight:bold;
	background: url(../images/bg_h3.png) top center no-repeat;
	margin: 0;
   padding: 5px 0 0 15px;
}

.random-image {
   text-align: center;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 0;
}

/*------------------ Navi --------------------------------*/
.moduletable_menu {
   background-color: #EFEFEF;
}

.moduletable {
   background-color: #EFEFEF;
}

#mitte .moduletable {
   background-color: #fff;
} 

#links ul {
	padding-left: 0;
	margin-left: 10px;
	width: 140px;
}

#links li {
	list-style-type: none;	
	padding: 0.3em;
}

#links a { 
	 display: block;
	 width: 140px;
	 padding-left: 15px;
	 background-image: url(../images/menu_arrow.gif);
	 background-position: 0% 50%;
	 background-repeat: no-repeat;
	 font-weight: normal;
}

#links a:link, #links a:visited {
	color: #1e7bbe;
	text-decoration: none;
	font-weight: normal;
}

#links a:hover {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
 

#mitte {
   float: left;
   width: 550px;
   height: auto;
   min-height: 300px;
   margin: 0 10px 0 0;
   padding: 0 10px 0 10px;
}

#rechts {
   float: left;
   width: 180px;
   height: auto;
   min-height: 300px;
   padding: 0;
} 

.path{
	margin: 10px 0 10px 0px;
	padding: 5px;
	padding-left:30px;
	background:url(../images/breadcrumbs_bg.png) top left no-repeat;
	border-bottom: 1px solid #ddd;
   height: 25px;
} 

.path ul {
   margin:0;
   padding:0;
   text-align:left;
   list-style-type:none;
 }
 
 .path ul li {
  padding: 0;
}   