/******
site
******/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;			/* sets position of global */
	text-align: center;			/* horizontal centering for IE Win quirks */
}

html>body #fixiert {
	position: fixed;			/* nur fuer moderne Browser! */
}

#fixiert {
	position: absolute;
}

#global {
	margin: 0px auto;
	text-align: left;
}

/******
page design
******/

html {
	background: url(imgs/screen_x_back.jpg) repeat-x 0px 0px;
	background-color: #D9E0F0;
}

#global {
	width: 1200px;
	height: 550px;
	background: url(imgs/screen_header.jpg) no-repeat 0px 0px;
}

body {
	height: 795px;
}

#header {
	height: 150px;
}

#header a {					/* main logo link */
	width: 1190px;
	height: 130px;
}

#page {
	/* background: url(imgs/screen_page.jpg) repeat-y 123px 0px; */
	margin-top: 0px;
}

.content img {
	margin: 7px;
	padding: 7px;
	border: 1px solid #BCBCBC;
	background-color: #FFFFFF;
}

img.ttfgen {
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;
	background-color: transparent;
}

/******
navi
******/

#navimain li, #navifeed li, #feed li {		/* single navi ul tab */
	padding: 0px 13px;			/* distance between navi tabs */
	background: transparent;
	border: 1px solid transparent;
}

#navimain {					/* horizontal navi with ul tabs */
	width: 100%;
	height: 40px;
}

#navimain li:first-child {			/* first horizontal navi element */
	margin-left: 265px;
}

#navifeed {
	width: 937px;
	height: 60px;
	padding: 30px 0px 0px 263px;
	background: url(imgs/screen_shadow_trans.png) no-repeat 120px 30px;
}

#feed {
	margin-left: 327px;
}

/******
boxes
******/

#box_main {					/* main box */
	width: 835px;
	margin-left: 0px;			/* all text left to logo left */
}

#box_slideshow {				/* slideshow box */
	height: 385px;
	margin-top: 25px;
	margin-left: 10px;
}

#box_right {					/* right box */
	width: 300px;
	margin-right: 55px;
	padding-top: 54px;			/* same as navimain height */
}

#box_footer a {					/* distance footer top */
	margin-top: 20px;
}

/******
ajax_pane with div content
******/

.ajax_pane  {					/* single ajax_pane */
	/* border: 1px solid red; */
}

.ajax_pane ul {					/* ajax_pane ul in content */
	width: 93%;
}

.content {					/* div content in ajax_pane */
	width: 530px;				/* text width */
	min-height: 200px;
	margin: 16px 0px 0px 6px;
	padding: 3px 22px 10px 22px;
}

.content h1 {					/* headline position */
	margin-top: 0px;
}

.ajax_tabs li {					/* content list but sitemap element */
	padding: 0px 0px 7px 35px;		/* must come after content li */
	background: none;
}

/******
ul tabs
******/

ul.tabs {					/* horizontal navigation boxes */
	/* border: 1px solid green; */
}

/******
ul ajax_tabs
******/

ul.ajax_tabs {					/* left navigation box */
	width: 194px;
	margin-top: 14px;				/* makes distance to content */
	margin-left: 55px;
}

ul.ajax_tabs li:first-child {			/* first element for ul ajax_tabs vertical */
	padding: 5px 9px 7px 9px;
	text-align: left;
	border: 1px solid #BCBCBC;
	border-bottom: 1px solid transparent;
	background-color: #FFFFFF;
}

ul.ajax_tabs li {				/* single ul ajax_tabs vertical */
	width: 165px;				/* makes width of left navigation */
	padding: 3px 10px 7px 8px;
	border-right: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	background-color: #FFFFFF;
}

ul.ajax_tabs li:last-child {			/* last element for ul ajax_tabs vertical */
	border-bottom: 1px solid #BCBCBC;
}

/******
accordion
******/

.accordion {					/* root element for accordion */
	text-align: left;
	border: 1px solid #BCBCBC;
	background-color: #FFFFFF;
}

.accordion h2:first-child {			/* first header for accordion */
        /* border: 1px solid #BCBCBC; */
}

.accordion h2 {					/* single accordion header */
	height: 33px;
	margin-top: -1px;
	padding: 4px 6px;
	text-align: center;
	border-top: 1px solid #BCBCBC;
	background-color: #FFFFFF;
}

.accordion h2.current {				/* currently active header */
	background-color: #FFFFFF;
}

.accordion h2:last-child {			/* last header for accordion */
        /* border: 1px solid #BCBCBC; */
}

.accordion h3 {					/* accordion pane header */
	text-align: center;
}

.accordion div.acc_pane {			/* accordion pane */
	padding: 0px 7px;
}

.accordion img {				/* accordion image */
	padding: 7px;
}

/******
overlay
******/

#overlay {					/* content overlay */
	min-height: 200px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #818181;
}

#overlayContent {				/* content overlayContent */
	min-height: 200px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #818181;
}

.overlayContent {				/* container for external content with vertical scrollbar */
	width: 600px;
	padding: 15px;
	background-color: #FFFFFF;
}

.overlayMenu {					/* container for external content with vertical scrollbar */
	width: 600px;
	padding: 15px;
	background-color: #2A569D;
}

/******
hovers
******/

ul.tabs li:hover, ul.ajax_tabs li:hover {	/* single ul ajax_tabs hover */
	/* text-shadow: 1px 1px 1px #999; */
}

.ajax_tabs li:hover {
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 3px 3px 11px #999;
	-webkit-box-shadow: 3px 3px 11px #999;
}

.accordion:hover, #accordion div.acc_pane:hover {/* root element for accordion hover */
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 3px 3px 11px #999;
	-webkit-box-shadow: 3px 3px 11px #999;
}

/* active ul tab uses a class name "current" */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a,
ul.ajax_tabs a.current, ul.ajax_tabs a.current:hover, ul.ajax_tabs li.current a {
	color: #FF6600;
}

.accordion h2:hover {				/* root element for accordion hover */
	color: #FF6600;
}

.accordion h2.current {
	color: #FF6600;
}


#content_accordion h2:hover {			/* root element for content_accordion hover */
	color: #FF6600;
}

#content_accordion h2.current {
	color: #FF6600;
}

/******
colors
******/

a:link {
	color: #2A569D;
}
a:visited {
	color: #333;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

h1 {
	color: #2A569D;
}

h2, h3 {
	color: #2A569D;
}

ul.ajax_tabs p {
	color: #333;				/* to see text in left navigation */
}

.accordion div.acc_pane h3 {			/* title inside accordeon */
	color: #2A569D;
}

.accordion h2 {
	color: #2A569D;
	/* text-shadow: 1px 1px 1px #999; */
}

#content_accordion .new {			/* new acc link in content_accordion */
	color: #FF6600;
}

/******
fonts
******/

body {
	font-family: Geneva,Verdana,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 0.8em;
	color: #000000;
}

.content p {
	font-family: Geneva,Verdana,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
}

.content a {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

#navimain li {	
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

#navimain li.little {	
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

#navifeed li {	
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

#feed li {	
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

ul.ajax_tabs li {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
}

ul.ajax_tabs a {	
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

ul.ajax_tabs p {
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
}

h1 {	
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
}

h2 {	
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

h3 {	
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

ul.ajax_tabs li:first-child {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

.accordion h2 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
}

.accordion a {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

.accordion div.acc_pane {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

.overlay {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

.overlayContent p {
	font-family: Geneva,Verdana,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
}

/******
sitemap
******/

#maplist li {
	padding: 5px 5px 5px 5px;
	background: none;
}

a.maplink {
	margin: 0px;
	padding-left: 25px;
	background: url(syms/icon_small_page.png) no-repeat 0px 0px;
}
