/*---------------------------------------
              GRID
  ---------------------------------------*/
  
#container {
	width: 970px;
	margin: 40px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E6EAF5;
}

#banner {
	background-color: #0059A9;
	padding: 0px;
	margin: 0px 0px 0px 223px;
	height:25px;
}
#banner img {padding:10px 0px;} 

#banner li {
	display:inline;
	margin:0px;
	padding:0px;
}

#banner ul {
	margin:0px 0px 0px 524px;
	padding:5px 0px 0px 0px;
}

html>body #banner ul {
	margin:0px 0px 0px 530px;
	padding:5px 0px 0px 0px;
}

#banner a {
	color:#FFFFFF;	
	margin:0px 7px 0px 7px;
}

#content {
	background-color: #E6EAF5;
	padding-left: 65px;
	padding-bottom: 15px;
	padding-right:45px;
	width:410px;
	color:#000000;
	float:left;
	min-height:530px;
	height:expression(this.scrollHeight > 600 ? "auto":"530px"); 
	margin: 14px 0px 0px 0px;
	
}


p, pre{
	padding: 5px 10px;
	margin:0px;
}


#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

	
/*---------------------------------------
              TYPOGRAPHY
  ---------------------------------------*/

body {
	background-color: #E6EAF5;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#ffffff;
	padding:0px;
	margin:0px;
}

a {
	color:#035AA1;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color:#035AA1;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color:#035AA1;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color:#035AA1;
	}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	padding:0px;
	margin:5px 15px;
	float:left;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 10px 0px;
	margin:0px;
}

h3 {
	font-size:14px;
	font-weight: bold;
	padding: 5px 0px;
	margin:0px;
}


form {
	padding: 0px;
	margin: 0px;
}

#content .error {
/*	padding: 3px;*/
/*	background-color: #FFE5CD;*/
	color: #004B8B;
}
/*
#content .list {
	background-color: #F7F7F7;
	width: 100%;
}

#content .list tr:hover {
	background-color: #FDEEDF;
}

#content .list_header {
	background-color: #EEEEEE;
}

#content .list_footer {
	background-color: #EEEEEE;
}

/*#content .left_column {
	width: 280px;
	float: left;
}*/

/*#content .right_column {
	margin-left: 10px;
	width: 280px;
	float: left;
}*/


#content table tr td {
	font-size: 12px;
	
}

#menu {
	float:right;
	width: 223px;
	/*height:expression(this.scrollHeight > 600 ? "auto":"530px");*/
	margin:0px;
	padding:0px;
	margin-top:15px;
}

#menu ul {
	margin: 0px;
	margin-bottom:9px;
	padding: 0px;
	list-style-type: none;
}

#menu li{
margin:1px;
margin-left:0px;
margin-right:0px;
}

#menu ul li a   {
	display: block;
	min-height:    1.5em;
	height:       auto !important;
	height:       1.5em;
	line-height:    1.5;
	
	
	
	
	/* Dimension IE
	* somit voll anklickbar
	*/
	position: relative;
	padding: 1px 1em 2px;
	background-color:#79A2CE;
}

#menu ul ul li a   {
	background-color:#B7CDE5;
}

#menu ul li.level1{
	font-weight:bold;
	color:#024377;
}

.level1  {
	border-style:solid;
	border-width:0px;
	border-color:#000000;
}


#menu ul li.topbox a {
	font-weight:bold;
	color:#035AA1;
	background-color:#B7CDE5;
	border-style:solid;
	border-color:#79A2CE;
	border-width:1px;
}


html body div#container div#menu ul ul li a {
	font-weight:normal !important;
	
}





/**** CMS ****/
.common_text {
	line-height: 18px;
}

.paragraph {
	clear: both;
	visibility: none;
}

.text_table {
	width: 100%;
	border-spacing:0px;
	border-collapse: collapse;
}

.text_table td {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.document_table{
	border-spacing:0px;
	margin: 0px;
	border: 0px;
}

.document_table td{
	border: 0px;
	padding: 1px;
}

.link_table{
	border-spacing:0px;
	margin: 0px;
	border: 0px;
}

.link_table td{
	border: 0px;
	padding: 1px;
}


.image_left {
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}

#image_left {
	background-image:url("../../image/user/alc.jpg");
	width:223px;
	height:600px;
	float:left;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	clear:both;
}
/*html>body #image_left{
	min-height:600px;
	height:auto;
}*/

.image_leftclear {
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	clear: left;
}

.image_right {
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-left: 6px;
	margin-top: 2px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}

.image_rightclear {
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-left: 6px;
	margin-top: 2px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	clear: right;
}

img.test {
	margin: 1px;
}

.image_comment {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	margin: 1px;
}

.gallery_entry {
	margin-left: 2px;
	margin-right: 2px;
}

.gallery_text {
	text-align: center;
	width: 126px;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	margin: 1px;
}

.gallery_image {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align:middle;
	height: 126px;
}

.gallery_show {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

.gallery_show_bar {
	background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
}

.gallery_album_image {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align:middle;
	height: 126px;
	width: 126px;
}


.agenda_table {
	background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.agenda_table td{
	background-color: #F0F0F0;
	border-bottom: 1px solid #CCCCCC;
}

.guestbook_header {
	background-color: #f4f4f4;
	border: 1px solid #dddddd;
}

.newsletter_table {
	background-color: #f4f4f4;
	border: 1px solid #dddddd;
	width: 565px;
}

.news_date {
	font-style:italic;
	line-height: 20px;
}

.news_title {
	font-weight: bold;
	font-size: 12px;
	color: FF3300;
	line-height: 20px;
}

.news_text {
	line-height: 20px;
}

hr {
	width: 100%;
	color: #CCCCCC;
	height:1px;
	border:1px
}

.page_table {
	margin-top: 0px;
	width: 100%;
}

.page_table_td {
	padding: 0px;
}

.page_table_entry {
	margin-left: 0px;
	margin-right: 0px;
	
}

.page_table_text {
	text-align: center;
	width: 126px;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}

.listbar_mouseover {
    background-color: #DDDDDD;	
}

.listbar {
    background-color: #EEEEEE;	
}