@charset "UTF-8";
/* CSS Document */
/* The Braid UG (haftungsbeschraenkt)  */  
/* mediaism  */      
/* Gutenbergstraße 18 */
/* 24118 Kiel */
/* diekert@the-braid.de */
/* author: Bjoern Diekert / Germany / Kiel */



/* Clear all
***********************************/  

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
} 

/* Basic Settings
***********************************/  

body {
	background: rgb(230,230,230);	
	color: rgb(30,30,30);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 17px;
}

/* Stile
***********************************/

a {
	color:rgb(0,0,0);
	text-decoration: none;
}

a:hover {
	color:rgb(15,15,15);
	text-decoration: underline;
}	

blockquote {
	font-size: 12px;
	font-style: italic;
	padding: 0;
	margin: 0 25px 0 25px; 
}

h1 {
	display: none;
}

h2 {
	display: none;
}

h3 {
	color: rgb(24,43,111);
	font-size: 1.7em;
	line-height: 150%;
	margin: 0 0 25px 0;
}   

h4 {
	color: rgb(24,43,111);
	font-size: 1.5em;
	line-height: 150%;
	margin: 0 0 25px 0;
}

hr {
	height: 0px;
	border: 1px dotted rgb(180,180,180);
	margin: 10px 0 10px 0;
	width: 100%;
}

img {
	border: none;
}

p {
	
}

.clear {
	clear: both;
}

/* Box-Sheet
***********************************/

#wrapper {
	background: rgb(230,230,230) url(../img/wrapper-bg.jpg) repeat-y;
	margin: 0 auto;
	width: 980px;
}

#content-wrapper {
	margin: 0 auto;
	width: 950px;
}	

#header {
	background: url(../img/header-bg.jpg) rgb(230,230,230);
	height: 495px;
	width: 980px;
}

#heder-logo {
	height: 95px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 250px;
}

#header-navigation {
	background: #bfd0d7;
	margin-left: 15px;
	margin-top: -10px;
	width: 285px;
}

#header-navigation ul {
	list-style: none;
}

#header-navigation li .rex-current, #header-navigation li .rex-active {
	color: #35445b;
	font-weight: bold;
}

#header-navigation li .rex-normal {
	color: #35445b;
	font-weight: normal;
	text-decoration: none;
}

#header-navigation ul li a {
	color: #35445b;
	display: block;
	font-size: 2em;
	line-height: 2em;
	padding: 0 0 0 25px;
}

#header-navigation li {
	height: 4em;
}

#header-navigation li:hover {
	background: rgb(38,90,171);
}

#header-navigation a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}


#footer {
	background: url(../img/footer-bg.jpg); 
	height: 175px;
	width: 980px;
}

#footer p {
	font-size: 1.2em;
}

#footer .table {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

#footer .title {
	color: rgb(24,43,111);
	font-size: 1.35em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#impressum {
	height: 20px;
	line-height: 20px;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 700px;
}

#jubilaeum {
	background: url(../img/jubilaeum.jpg);
	height: 133px;
	margin-left: 15px;
	width: 285px;
}


/* Content
***********************************/


#content {
	float: right;
	margin: 0 40px 25px 25px;
	width: 600px;
}

#content-text p {
	margin: 0 0 25px 0;
}

.img-margin-bottom {
	margin-bottom: 25px;
}

.img-margin-bottom-center {
	margin-bottom: 0 auto 25px auto;
}

#content-text ul {
	margin: 0 0 25px 25px;
	list-style-type: square;
}

/* SUB-Nav
****************************/

#sub_nav {
	margin: 0 0 15px 0;
	width: 600px;
}

#sub_nav ul {
	margin: 0;
	list-style: none;
	text-align: left;
	padding: 0;
	text-align: center;
}

#sub_nav li {
	float: left;
	font-size: 1.1em;
	margin: 0 0 17px 0;
	padding: 0;
}

#sub_nav a {
	background: #172b6f; /* vorher: #0000aa; */
	color: rgb(255,255,255);
	cursor: hand;
	display: block;
	margin: 0 15px 0 0;
	padding: 5px 18px 5px 17px; 
	text-decoration:none;
	line-height: 25px;
	height: 25px;
	width: 150px;
	
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}	

#sub_nav a:hover {
	background: #4057a7;
	color: rgb(255,255,255);
	cursor: hand;
	padding: 5px 18px 5px 17px; 
	
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#sub_nav li .rex-current, #sub_nav li .rex-active {
	background: #4057a7;
	font-weight: bold;
	text-decoration: underline;
}


/* Navigation
***********************************/

#nav {
	float: left;
	font-size: 1.2em;
	line-height: 250%;
	margin: 0 0 0 15px;
	width: 255px;
}

#nav li .rex-current, #nav li .rex-active {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#nav li .rex-normal {
	color: rgb(255,255,255);
	font-weight: normal;
	text-decoration: none;
}

#nav a {
	color: rgb(200,200,200);
	text-decoration: none;
}

#nav a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li a {
	font-size: 1.25em;
	padding: 0 0 0 25px;
}

#nav ul li a { /*IE6 only*/
	padding: 0 0 0 15px;
  }


#nav ul ul {
	margin: 0 0 7px 0;
}

#nav ul ul li a {
	font-size: 1.1em;
	padding: 0 0 0 50px;
}

#nav ul ul li a { /*IE6 only*/
	padding: 0 0 0 30px;
  }

#nav ul ul ul {
}

#nav ul ul ul li a {
	font-size: 1em;
	padding: 0 0 0 75px;
}

#nav ul ul ul li a { /*IE6 only*/
	padding: 0 0 0 45px;
  }


/* Spacer
***********************************/

.spacer-30px {
	height: 30px;
	width: 100%:
}

.spacer-50px {
	height: 50px;
	width: 100%:
}

/* Gallerien
***************************************/

.gallery {
	list-style: none;
}

.gallery ol li img {
	margin-bottom: 15px;
}

.gallery-box {
	position: relative;
	border: 1px solid #333;
	margin-bottom: 10px;
	height: 449px;
	width: 598px;
}

.gallery-thumbs {
	width: 600px;
}

.gallery-thumbs-pic {
	border: 1px solid #333;
}

#gbox2 {
	display: none;
	
	position: absolute;
	
	filter:alpha(opacity=00); /* Internet Explorer */
	-moz-opacity: 0.00; /* Mozilla Browser */
	opacity: 0.00; /* Opera */
}

#gbox3 {
	display: none;
	position: absolute;
	
	filter:alpha(opacity=00); /* Internet Explorer */
	-moz-opacity: 0.00; /* Mozilla Browser */
	opacity: 0.00; /* Opera */
}


/* Partnerliferanten / Partnerfirmen
***************************************/

.box {
	border: 1px solid #CCC;
	float: left;
	margin: 0 20px 15px 30px;
	width: 240px;
}

.box:hover {
	border: 1px solid #666;
}


/* Inline-Navigation
***************************************/

#artikel-wrapper {
	width: 400px;	
}
	
#inline {
	background: rgb(0,27,70) url(../icon/pdf1.jpg) right no-repeat;
	line-height: 30px;
	height: 30px;
}

#inline:hover {
	background: rgb(11,41,90) url(../icon/pdf2.jpg) right no-repeat;
}



#inline a {
	color: #FFF;
	display: inline;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
}


#inline-without {
	background: rgb(0,27,70);
	line-height: 30px;
	height: 30px;
}

#inline-without:hover {
	background: rgb(11,41,90) ;
}

#inline-without a {
	color: #FFF;
	display: inline;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
}                       


/* Formulare
***************************************/
dl {
	margin-bottom: 10px;
	height: 1%;
	overflow: hidden;
}
dt {
	float: left;
	width: auto;
	width: 45%;
	text-align: left;
	border: none;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
}
dd {	color: #666666;
	margin: 0 0 0 45%;
	padding: 0 0 0 5px;
	border: none;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
	font-size: 1.00em;}
dd + dd { padding-top: 5px;}
dt span { padding: 0 5px 0 0;}
dt label {
	text-align: left;
	font-weight: bold;
	color: #4A5A73;
}
dd label {
	white-space: nowrap;
	margin: 0 10px 0 0;
	color: #4A5A73;
}
html>body dd label input { vertical-align: text-bottom;}	
dd input {
	max-width: 100%;
}
dd select {
	font-size: 100%;
	width: auto;
	max-width: 100%;
}
dd textarea {
	font-size: 0.90em;
	width: 90%;
}
dd select {
	width: auto;
	font-size: 1.00em;
}

dl:hover dt, fieldset dl:hover dd {
	border-color: #666666;
}

dl:hover dt label {
	color: #000000;
}

dl dd label:hover {
	color: #BC2A4D;
}

input:focus, textarea:focus {
	border: 1px solid #BC2A4D;
	background-color: #E9E9E2;
	color: #BC2A4D;
}
.successbox, .errorbox {
	padding: 8px;
	margin: 10px 0;
	color: #FFFFFF;
	text-align: center;
}

.successbox p, .errorbox p {
	margin: 5px 0;
	color: #FFFFFF;
	text-align: center;
}

.successbox {
	background-color: #228822;
}
.errorbox {
	background-color: #BC2A4D;
}
input, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	vertical-align: middle;
	padding: 2px;
	color: #111111;
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #D5D5C8;
	border-bottom: 1px solid #D5D5C8;
	background-color: #E3DFD8;
}
input.radio {
	width: auto !important;
	background-color: transparent;
	border: none;
	cursor: default;
}
p.submit-buttons {
	text-align: center;
	margin: 0;
	padding: 4px;
	margin-top: 10px;
}
