/* use of filemaker.php */
/* 23.05.2011 */

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

body {
	width: 100%;
	height: 100%;
	text-align: center;			/* horizontal centering for IE Win quirks */
}

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

#fixiert {
	position: absolute;
}

/******
designs
******/

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

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

#page {
	width: 100%;				/* ohne - IE6 repeated background */
	background: url(imgs/screen_header.jpg) no-repeat 0px 0px;
}

#header {
	height: 320px;
}

#header a {
	width: 1000px;
	height: 320px;
}

#box_navi {					/* navi box */
	margin: 15px 0;
	padding-left: 224px;
	height: 2.1em;
}

#box_main {					/* main box */
	min-height: 400px;
	margin: 0 0 20px 10px;
}

#box_right {					/* right box */
	width: 238px;
	margin: 0 15px 20px 0;
}

#box_footer {					/* footer box */
	height: 3.4em;
	padding-left: 224px;
	background: url(imgs/screen_shadow_trans.png) no-repeat 16px 0;
}

div.ajax_pane a, div.acc_pane a {		/* content und accordion */
	margin-left: 3px;
	background: url(syms/icon_small_arrow_re.png) no-repeat 0px 0px;
}

hr {
	border-top: 1px solid transparent;
	border-bottom: 1px dotted #6D6E72;
}

/******
navis
******/

#navimain li, #navifeed li, #feed li {
	height: 1.3em;
	padding: 0 13px;			/* distance between navi tabs */
	border: none;
}

#navifeed {
	padding-top: 15px;
}

/******
floats
******/

#box_main, .ajax_tabs, .ajax_pane, #navifeed, #navimain li, #navifeed li, #feed li {
	float: left;
}

#box_right {
	float: right;
}

#box_footer, h2, h3, h4 {
	clear: both;
}

/******
img
******/

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

.content img {
	margin: 7px;
	padding: 7px;
	border: 1px solid #1A6875;
	background-color: #0F3039;
}
.acc_pane img {
	margin: 0 0 7px 0;
}

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

/******
content
******/

.ajax_pane {
	width: 480px;
	padding: 7px;
	border: 1px solid #444;
	background: url(imgs/screen_green_trans70.png) repeat 0 0;
}

.content {
	margin-top: 0px;
}

#content_accordion h2 {
	padding: 7px 7px 11px 25px;
}

#content_accordion h2.current {
	border-top: 1px solid #98B5D3;
}

#content_accordion .acc_pane {
	margin-bottom: 7px;
	padding: 0 7px 3px 25px;
	border-bottom: 1px solid #98B5D3;
}

/******
ajax_tabs
******/

.ajax_tabs {					/* left navi box */
	width: 180px;
	margin-right: 40px;			/* makes distance to content */
}

.ajax_tabs li:first-child {			/* first li */
	height: 75px;
	padding: 6px 9px;
	/*text-align: center;*/
	/*background: url(imgs/menu_left.png) no-repeat top left;*/
}

.ajax_tabs li {					/* single li */
	width: 100%;
	padding: 12px 9px 12px 9px;
	border: none;
	border-bottom: 1px solid #98B5D3;
	background: url(imgs/screen_green_trans70.png) repeat 0 0;
}

.ajax_tabs li:last-child {			/* last li */
	border-bottom: 1px solid #333;
	/* background: url(imgs/screen_titleSub.png) no-repeat bottom left; */
}

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

.accordion {
	border: none;
	padding-bottom: 7px;
	background: url(imgs/screen_green_trans70.png) repeat 0 0;
}

.accordion h1 {					/* accordion logo head */
	height: 75px;
	/*background: url(imgs/menu_right.png) no-repeat top left;
	display: none;*/
}

.accordion h2 {					/* single accordion h2 */
	padding: 12px 9px 12px 9px;
	border: none;
	border-top: 1px solid #98B5D3;
}

.accordion h2.current {				/* current accordion h2 */
	/* leer */
}

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

.accordion div.acc_pane {			/* accordion pane */
	margin-top: -4px;
	padding: 0 9px 12px 9px;
	border: none;
}

.accordion div.acc_pane a {
	padding: 0 0 3px 25px;
}

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

a:link {
	color: #98B5D3;
}
a:visited {
	color: #777;
}
a:hover {
	color: #6B9BF5;
}
a:active {
	color: #6B9BF5;
}

ul.tabs a {
	color: #0F3039;
}

ul.tabs a.current {
	color: #0F3039;
}

ul.tabs a:hover {
	color: #98B5D3;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.ajax_tabs a.current, ul.ajax_tabs a.current:hover, ul.ajax_tabs li.current a, .accordion h2:hover {
	color: #6B9BF5;
}

h1 {
	color: #98B5D3;
}

h2 {
	color: #FFF;
}

h3,h4 {
	color: #98B5D3;
}

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

.accordion h2 {
	color: #98B5D3;
}

.accordion div.acc_pane h3 {
	color: #BBB;
}

.content a {
	color: #98B5D3;
}

#content_accordion h2:hover, #content_accordion h2.current,
#content_accordion .new {			/* new link in content_accordion */
	color: #98B5D3;
}

/******
text
******/

body {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #FFF;
}

#navimain li {
	font-size: 1.5em;
	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;
}

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

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

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

a {
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
}

p {
	font-weight: normal;
	padding-bottom: 0.5em;
}

h1 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

h4 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

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

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

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

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

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

#content_accordion h2 {
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
}

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

#maplist li {
	padding: 0 0 0 25px;
	line-height: 2em;
}

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

#overlay {
	min-height: 200px;
	padding: 2px;
	border: 1px solid transparent;
}

.overlayContent {				/* container for external content with vertical scrollbar */
	width: 600px;
	padding: 15px;
	overflow-y: auto;
	border: 1px solid #444;
	background-color: #0F3039;
}

.apple_overlay .close {				/* default close button positioned on upper right corner */
	cursor:pointer;
	position:absolute;
	top: -17px;
	right: -17px;
	width: 35px;
	height:35px;
	background: url(syms/overlay_close.png);
}
