/* ral 1021 = #ffff00 */
/*CI gelb: ffe600 */
/*CI blau: 003782 */
/*CI grau: B8B7B0 */

body {
	background-color:#003782;
	font: 12px helvetica, arial, non-serif;
	line-height:1.4em;
}

#page{
	position:relative;
	padding:0;
	width: 780px;
	margin: 20px auto 30px auto;
	color: #555;
}

#container {
	
	background-color:#ffe600;
	min-height:500px;
}

#logo {
	position:absolute;
	margin:20px 0 0 10px;
}

#content {
	margin-left:150px;
	background-color:white;
	min-height:500px;
	padding: 30px 100px 30px 50px;
}

#credit { float:right;margin-right:-3px; width:184px;}

address {display:none;}

#address_img {
	display:block;
	position:absolute;
	bottom:15px;
	left:15px;
}

/* Navigation */

div#mainNavContainer
{	
	font: 9px arial, helvetica, sans-serif;
	color: #000;
	padding:0;
	margin:0; margin-left:150px;
	height:28px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}

ul#navlist
{
	list-style-type: none;
	padding:0;
	margin:0;
}

ul#navlist li, ul#subnavlist li { display: inline; }

ul#navlist li a {
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	height:28px;
	line-height:28px;
	cursor:pointer;
	float:left;
	color:#003782;
	background:none;
	text-decoration: none;
	margin:0;
	padding: 0 1em 0 1em;
}


ul#navlist li a:hover,ul#navlist li a:focus { background-image:url(../images/nav_bg_over.jpg); }

ul#navlist li a:active {}

ul#navlist li#active a {
	color: #003782;
	background-color:white;
}

ul#navlist li { margin:5px 0 5px 0;}



#subNavContainer {
	background-color:white;
	margin:0px 0 0 0px; 
	/*padding:10px 0 0 25px;*/
	padding: 0;
	margin:0;
	margin-left:150px;
	
	
}
ul#subnavlist {
	margin:0;
	padding:1em 0 1em 2em;
	/*position:absolute;
	top:30px;
	left:130px;*/
}


ul#subnavlist li a {
	font: 11px arial, helvetica, sans-serif;
	color:#828175;
	text-decoration: none;
	letter-spacing:0em;
	/*font-weight:bold;*/
	margin:0 .4em 0 0;
}

ul#subnavlist li a:hover,ul#subnavlist li a:focus { color:#003782; }
ul#subnavlist li#subactive a {color: #003782;}

/* end nav */

img{border:0;}
#content img {margin-bottom:1.5em;}
#content .initialImage img {margin:0;margin-right:1em;}


p {margin:0;margin-bottom:1.5em}
b {margin:0}
br {line-height:70%}

.table500 table {width:475px; margin-bottom: 1em}

.small {
	font-size:10px;
	color:#999;
	line-height:12px;	
}

.leftColumn {
	float:left;
	width:43%;
	margin-right:6%;	
}
.rightColumn {
	margin:0;
	float:left;
	width:43%;	
}

.leftMitarbeiterColumn {
	float:left;
	margin-right:2em;
}
.rightMitarbeiterColumn {
	float:left;
	width:60%;
}

.wideLeftColumn {
	float:left;
	width:55%;
	margin-right:6%;	
}

.flexRightColumn {float:left;}

h1 {
	font-weight:normal;
	font-size:22px;
	line-height:23px;
	color:#003782;
	/*letter-spacing:0.05em;*/
	/*word-spacing:-0.1em;*/
	margin:0 0 0.5em 0;
}

h2 {
	font-weight:normal;
	font-size:14px;
	color:#003782;
	/*letter-spacing:0.05em;
	word-spacing:-0.1em;*/
	margin:0 0 0.5em 0;
	padding:0;
}

#content ul
{
	margin:0.7em 0 0.7em 0;
	padding-left: 0;
	list-style: none;
}

#content ul li
{
	padding-left: 1.5em;
	background-image: url(../images/list_bullet_y.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

#content a {
	text-decoration:none;
	color:#003782;
	border-bottom:1px solid #F4D900;
	padding:2px 1px 0 1px;
}



/* this is to fix the anchors in FF from taking up vertical space */
#content a[id] {display:none;}


#content a:link {

	
}
#content a:visited {


}
#content a:hover {
	background-color:#FFF000;
	border-bottom:1px solid #B26500;
}
#content a:active {

}



/* NEWS */
.archiveTable {
	border-spacing:0;
	padding:0;
	border-collapse:collapse;
	width: 450px;
}

#content .archiveTable a {line-height:20px} /* safari fix */

/*table .datum {
	color: #333;
	padding-bottom:5px;
	width:200px;
}*/

/*table { margin:0; padding:0; }*/

.archiveTable td {
	font-family:verdana,helvetica,sans-serif !important;
	/*font-size:10px;*/
	line-height:20px;
	padding-left:5px;
}

.archiveTable td.archiveHeader {
	font-size:10px;
	color:#003782;
	background-color:#FFF000;
	border-style:hidden;
	
}

.archiveTable td.c1 { 
	width:180px;
}

.archiveTable td.archiveEntry {
	height:20px;
	border-top: 1px solid #F4D900; border-bottom:1px solid #F4D900;
	background-color:transparent;
}

/* CONTACT FORM */
#contactFormID td{
	margin:0;
	letter-spacing:1px;
	font-weight:normal;
	font-size:10px;
	color:#86827D;
}

#contactFormID td { padding-top:5px;}

.formInput {
	font-family:helvetica, arial, non-serif;
	font-weight:normal;
	font-size:12px;
	color:#003782;
	border:1px solid #F4D900;;
	/*border-bottom:1px solid #F4D900;*/
	
	/*background-color:#FFF000;*/
	/*border:none;*/
	background:none;
	
	padding:5px 3px 3px 2px;
	width: 200px;	
}

.submitButton {
	margin-top:10px;
}

.error {
	color:#003782;
}
/* CONTACT FORM END */

/* GALLERY */
/* GALLERY */
table.galleryOverview, table.pictureOverview  { padding:0; margin:0; border-collapse:collapse;border-spacing:0;}
table.galleryOverview {width:450px; font-size:100%;}
.galleryOverview td, .pictureOverview td{
	width:96px; height:96px;
	border:0;
	vertical-align:top;
	padding:10px 10px 10px 0; margin:0;
}
.pictureOverview td { border-top:2px solid #ffe600; border-bottom:2px solid #ffe600;}
table.galleryOverview .galleryFirstRow  {width:400px;}



#content .imageLink, #content .imageLink:hover, #content .imageLink:active {border:none; padding:0; margin:0; background-color:transparent;}
#content a.imageLink img {margin:0;padding:0}


#content .imageLink, #content .imageLink:hover, #content .imageLink:active {border:none; padding:0; margin:0; background-color:transparent;}
#content a.imageLink img {margin:0;padding:0}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 25px;
	line-height:25px;
	letter-spacing:-2px;
	margin-top:-0.2em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 17px;

	margin-top:-0.2em;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}








