/**
* Calipsopages.css impoort
*
* dunkelblau #0860A8 (Nav inactive, Link)
* hellblau   #80C5DD (Nav active)
*
/*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(5,54,95);
	vertical-align: top;		
}

td{
	vertical-align: top;
}

body {
	background-color: white;
	background-image: url(../images/background.gif);
	margin: 0;
	background-repeat: no-repeat; 
   background-position: center top;
	margin: 15px;
}

    



a:link, a:visited, a:active {
	color: #0860A8;
	text-decoration: none;
}
a:hover {
	color: #0860A8;
	text-decoration: underline;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #0860A8;
	border: 0;
	border-top: 3px solid #0860A8;
	height: 3px;
	width: 100%;;
}



h1, h3 { 

   	font-size: 14px;
      font-weight: bold;
      color: rgb(8,96,168);
}     


form {
	margin: 0;
}


/***************/
/*  Struktur   */
/***************/

.main {
	width: 780px;
	margin: auto;
	padding: 0;
	
	
}


.banner, .search_box {
	height: 80px;
		
	border-top: 3px solid #0860A8;
	border-bottom: 3px solid #0860A8;
}

.banner {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 530px;
	padding-left: 20px;
	float: left;
	text-align: left;
	background-position: 2px 8px;
}


.search_box {
	text-align:right;
}



/********************************************************************
* M e n ü 
********************************************************************/
.menu {
	float: left;
	width: 160px;
	margin: 20px 0;
	margin-right: 20px;
}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding: 2px;
	color:white;
	width: 120px;
	height: 50px;
	background: #0860A8;
	font-weight: bold;
}

.menu a:hover{
	background: #80C5DD;
	text-decoration: none;
}



.menu .menu-current a, .menu-current{
	display:block;
	color:white;
	width: 120px;
	height: 50px;
	background: #80C5DD ;
	font-weight:bold;
padding:2px;
border-bottom:3px solid white;

}

.menu-parent a{
	display:block;
	color:white;
	width: 120px;
	height: 50px;
	background: #80C5DD !important;
	font-weight:bold;
padding:2px;
 border-bottom:0px solid white;

}
/*
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
*/
.content {
	margin-left: 180px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
.footer {
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}

