/*
 * Default and global CSS Styles 
 */
html
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;   
}

body
{
	background-color: #EEEEEE;
	color: #2e2e2e;
	font-family: verdana, helvetica, arial, sans-serif;
}

html,
body
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
}

tr, th, td
{
	border: 0 none transparent;
	padding: 0;
}

table
{
	border: 0 none transparent;
	border-collapse: collapse;
	border-spacing : 0;	
	empty-cells: show;
}

/*
 * Global <a href> styles
 */ 

img
{
	border: 0 none transparent;
}

a
{
	text-decoration: none;
	color: #c0c0c0;
}

a:visited, a:link
{
	text-decoration: underline;
	color: rgb(120,120,120);
}

a:hover
{
	text-decoration: none;
	color: rgb(200,200,200);
}

/*
 * Center Page definition
 */


.page_top
{
	margin: 0 auto;
	top: 30px;
	width: 772px;
	height: 97px;

	background-color: white;
	background-image: url(../images/bg_head.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	position: relative;
	
	z-index: 1;
}

.page_body
{
	position: relative;
	margin: 0 auto;
	width: 772px;
	min-height: 600px;
	height: auto !important;
	height: 600px;        
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-y;	
	background-position: 0 0;
	padding-top: 40px;
	text-align: left;
}

.page_bottom
{
	margin: 0 auto;
	width: 772px;
	height: 35px;
	background-color: transparent;
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	z-index: 5000;
}

/*
 * Footer - Text placement and font selection
 */

.copyright
{
	font-family: verdana, helvetica, arial, sans-serif;	
	font-size: 10px;    
	position: relative;
	left: 0px;
	top: 10px;
}

div.disclaimer
{
	font-family: verdana, helvetica, arial, sans-serif;	
	font-size: 10px;    
	position: absolute;
	right: 4px;
	top: 10px;
}

a:link.disclaimer, a:visited.disclaimer, a:hover.disclaimer
{
	color: black;	
	text-decoration: none;	
}

a:hover.disclaimer
{
	color: #c0c0c0;
	text-decoration: none;	
}

/*
 * Content alignment and position in page
 */

.title_image
{
	position: relative;
	width: 724px;
	height: 164px;
	margin: 0 auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0px;
	z-index: 0;
	
}

.content_align
{
	position: relative;
	width: 772px;
	padding-bottom: 0; 
	padding-top: 20px;
	padding-bottom: 20px;	
	padding-left: 0px;
}

.content
{
	vertical-align:top;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;    
	position: relative;
	width: 739px;
}

table.content
{
	width: auto;
}

.left_column
{
	vertical-align:top;
	position:relative;	
	top: 0px;
	width: 420px;	
}

.right_column
{
	vertical-align:top;
	border: 0;
	margin: 0;
	paddding: 0;
	padding-left: 60px;
	top: 0px;
	width: 267px;

}
/*

.right_column
{
	position: absolute;
	top: 0px;
	left: 480px;
	width: 267px;
	height: 100%;
	border: 0;
	margin: 0;
	paddding: 0;
}
*/


/*
 * Main navigation and menu
 */ 
  
#outline.navigation
{
	position: absolute;
	background-color: #1C206A;
  left: 158px;
  top: 53px;
  width: 590px; 
	margin: 4px 0;  
  font-size: 10px;
  z-index: 1000;  
}


/* Hauptmenuepunkte */

.navitem
{
	color: white;	
	position: relative;
	padding: 8px 0px;	
	font-weight: bold;	
	cursor:default;
}
 
div.navitem
{
	color: white;	
	background-color: #1C206A;
	float: left;
	position: relative;
}

a:link.navitem, a:visited.navitem, a:hover.navitem, span.navitem
{
	color: white;	
	text-decoration: none;	
	padding: 8px 16px;
	cursor:pointer;
}


a:hover.navitem
{
	background-color: #4C509A;
	color:white;
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor:pointer;
}



/* Die Untermenuepunkte */

.submenu
{
	font-weight: normal;
	z-index: 1000;
	cursor:default;
}

div.menu_subitem
{
	position: relative;
	color: white;
}

a:link.menu_subitem, a:visited.menu_subitem, a:hover.menu_subitem
{
	color: white;	
	text-decoration: none;	
}

a:hover.menu_subitem
{
	background-color: #4C509A;
	opacity: 0.9;
	filter: alpha(opacity=90);

/*
	filter: alpha(opacity=95);
  opacity: 0.95;	
*/
}

a.menu_subitem, span.menu_subitem
{
	display: block;
	position: relative;	
	padding: 7px 16px;
	width: 180px;
	color: #E0E0E0;
	background-color: #1C206A; 
}


/* Der gesamte Untermenüblock (der ein und ausgeschaltet wird) */
div.submenu
{
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;	
	background-color: #FFFFFF;
	filter: alpha(opacity=95);
  opacity: 0.95;	
}

/*
 * Content Block Elements
 */
 
.block_headline
{
	border: 0;
	margin: 0;
	padding: 0;
  height: 4px !important;
  max-height: 4px;
  background-color: green;
  filter: alpha(opacity=10);
  opacity: 0.1;
  font-size: 1px;
}

.block_title
{
	padding: 8px 23px 8px 23px;
	height: 100%;
	background-color: white;
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.block_content
{
	padding: 8px 23px 8px 23px;
	height: 100%;
	background-color: transparent;

	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

li.block_content
{
	vertical-align:middle;
	padding: 5px 0px 5px 0px;
	margin: 0;
	list-style: disc outside;
}

ul.block_content
{
	margin: 0 0 0 2px;
	padding: 2px 23px 2px 35px;
	height: 100%;
	background-color: transparent;

	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/*
 * Formular und Formularfelder
 */ 
/* Der äußere Rahmen eines Formulars */
.form_frame_0
{
	position: relative;
	top: 0px;
	left: 20px;
	width: 400px;
}

.form_frame_1
{
	position: relative;
	top: 0px;
	left: 320px;	
	width: 300px;
}

/* Die linke Position für Texte */
.form_pos_0
{
	width:80px;
	padding-top: 1px;
}

/* Die linke Position für Felder */
.form_pos_1
{
	width: 300px;
}

.form
{
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: black;
	vertical-align: center;
	padding-left:2px;	
	margin: 1px 0;
	background-color: white;

}


.form_item_ok
{
	color: black;
	background-color: #FFFFFF;
}

.form_item_error
{
	color: black;
	background-color: #F5F8FF;
}

input.form
{
	border: 0 none transparent;
	border-bottom: 1px solid #9CB0BB;
	width: 280px;
	padding: 4px 5px;
}

textarea.form
{	
	border: 1px solid #9CB0BB;
	padding: 4px 4px;
	height: 80px;
	width: 280px;
	background-color: #fff;
}

input.form_submit
{
	display:inline; float:right;
	margin-left:10px;
	margin-right:26px;
	margin-top: 15px;
	height: 24px;
	width: 100px;	
	/* background-color: #F1FAFF; */
	background-color: #F6F8FF;
	
	border: 1px solid #DCF0FB;
	padding: 0px 4px;
}

input:hover.form_submit
{
	color: black;
	background-color: #F9FEFF;
	border: 1px solid #CCE0EB;
	padding: 4px 4px;
}

select.form
{
	top: 3px;
	width:290px;
	height: 20px;
	margin-top: 3px;	
	padding: 3px 0;
	border: 1px solid #DCF0FB;
}

select[class~="form"]
{ 
	top: -1px;
}

form.form
{
	display: inline;
}

/*
 * News Block
 */ 
.news
{
  position: absolute;
	width: 100%;
  top: 210px;
  left: -20;
}	

.news_content
{
	position: absolute;
	
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 11px;

	padding: 8px 80px 8px 23px;
	
	z-index: 1;
	opacity: 0.6;
	background-color: white;
	color: black;	
	filter:alpha(opacity=60);
}

/*
 * Bildergalerie
 */

.image_gallery_preview
{
}

img.image_gallery
{
	border: 0 none transparent;	
}

ul.image_gallery_preview
{
	padding: 0;	
	border: 0;
	margin: 0;
	list-style: none inside none;
}

li.image_gallery_preview
{
	position:relative; left:-15px;
	list-style: none inside none;
	font-size: 1px;
	padding: 10px 10px;
	float:left;
	height:80px;
	width: 80px;
}


.image_gallery_preview_selected
{
	background-color:#f5f5f5;
}

li.image_gallery_preview_selected
{
	position:relative; left:-15px;
	list-style: none inside none;
	font-size: 1px;
	padding: 8px 8px;
	border: 2px solid #aaa;
	float:left;
	height:80px;
	width: 80px;
}


div.image_subtitle
{
	display:block;
	padding-top:6px;
	font-size: 9px;
}

.image_gallery_frame
{
	vertical-align: top;
}

table.image_gallery_frame
{
	width:739px;	
	position:relative;
}

.image_gallery_preview_frame
{
	position:relative;
	left:-2px;
	top:-10px;
	width:300px;
}

.image_gallery_nav
{
	width: 100%;
}

td.image_gallery_nav
{
	width: auto;
}

.image_gallery_categories
{
	padding: 5px 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;

}

img.image_gallery_categories
{
	border: 0;
	padding-left:10px;
}

tr.image_gallery_categories
{
	width:100%; 
	border-bottom: 1px solid #f0f0f0; 
	border-top: 1px solid #f0f0f0;
}

td.image_gallery_categories
{
	vertical-align:top;
	border-bottom: 1px solid #f0f0f0; 
	border-top: 1px solid #f0f0f0;}

/*
 * Image Objekte, Image Objekt mit HTML
 */

td.image
{
	padding: 10px 10px;
	vertical-align:top;
}

/*
 * Spezialobjekt - Refernezen
 */

tr.reference
{
	width:100%; 
	border-bottom: 1px solid #f0f0f0; 
	border-top: 1px solid #f0f0f0;
}

td.reference
{
	vertical-align:top;
	border-bottom: 1px solid #f0f0f0; 
	border-top: 1px solid #f0f0f0;}
}

/*
 * Spezialobjekt - Menüauflistung
 */

.menu_listing
{
	font-size:11px;
}

table.menu_listing
{
	padding: 0;
	margin: 0;
	border: 0;
	font-size:11px;
	border-collapse: collapse;
}

tr.menu_listing
{
 	cursor: pointer;
	width:100%; 
	border-bottom: 1px solid #f0f0f0; 
	border-top: 1px solid #f0f0f0;
}

td.menu_listing
{
	vertical-align:middle;
	border-bottom: 1px solid #f0f0f0; 
	border-top: 1px solid #f0f0f0;}
}
