html {
	height: 100%;
	width: 100%;
	overflow: auto;
	background: none;
}
body {
	height: 100%;
	width: 100%;
	background: #08afe4 url(../images/blue/bg.gif) repeat;
	font-family: Calibri, "Trebuchet MS", sans-serif;
	line-height: 1.5em;
	/*color: #033a4c;*/
	/*color: #0F556F;*/
	color: #002f41;
}
/*font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Calibri, sans-serif;*/
legend {
	color: #002F41;
}
b, strong, th {
	/* font-weight: bold; */
	font-weight: normal;
	color: #000000;
}
#footer b, #footer strong {
	font-weight: bold;
	color: #748A91;
}
i, em {
	font-style: italic;
}
#balken {
	background: url(../images/blue/balken-links.png) repeat-y;
	height: 100%;
	width: 20px;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 98;
}

#page {
	background: url(../images/blue/page_bg.gif) repeat;
	width: 100%;
	min-width: 1200px;
	margin: 150px 0px 10px 0px;
	float: left;
	display: inline;
	position: relative;
	border-top: 1px solid #07a5d6;
	border-bottom: 1px solid #07a5d6;
}
.jsenabled #page {
	min-width: 990px;
}
#header{
	width: 100%;
	height: 73px;
	max-height: 71px;
	overflow: visible;
	background: #ffffff url(../images/header_bg.gif) repeat-x left bottom;
	position: relative;
}
#logo {
	float:left;
	display: inline;
	margin: 26px 0px 0px 60px;
}
#beta {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 93px;
	height: 52px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/beta-bandarole.gif) left top no-repeat;
}

#twitter {
	display: block;
	width: 52px;
	height: 44px;
	text-indent: -9999px;
	background: url(../images/blue/twitter_bird.png) left top no-repeat;
	position: absolute;
	top: -35px;
	left: 0px;
}
#twitter:hover,
#twitter:active,
#twitter:focus {
	left: 7px;
}

#twitter-rss {
	display: inline;
	float: left;
	margin: 14px 0 0 30px;
}

.twitter, 
.rss {
	float: left;
}

.twitter {
	margin-right: 15px;
}

.twitter a, 
.rss a {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: url(../images/blue/rss_icon.gif) left top no-repeat;
}

.twitter a {
	width: 22px;
	background: url(../images/blue/twitter_icon.gif) left top no-repeat;
}

#header-grafik {
	background: url(../images/blue/header_grafik_kiel.png) no-repeat;
	width: 384px;
	height: 211px;
	overflow: hidden;
	position: absolute;
	bottom: -90px;
	right: 340px;
}
.jsenabled #header-grafik {
	right: 140px;
}

#content {
	width: 100%;
	background: url(../images/blue/content_bg.gif) repeat-x;
	float: left;
	min-height: 200px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}
#text {
	margin: 0 375px 0px 50px;
	padding: 50px 5% 50px 5%;
	background: #ffffff url(../images/blue/text_bg.gif) repeat-x left top;
	position: relative;
	z-index: 30;
	/*-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;*/
}
.jsenabled #text,
.jsenabled #breadcrumb {
	margin-right: 175px;
}
#spalte-links {
	float: left;
	width: 23%;
	max-width: 450px;
	display: inline;
	margin: 0px 5%;
	padding: 35px 0px 20px 0px;
	overflow: hidden;
}
#spalte-mitte {
	float: left;
	width: 28%;
	max-width: 500px;
	display: inline;
	padding: 35px 0px 20px 0px;
	overflow: hidden;
}
#spalte-rechts {
	float: left;
	width: 23%;
	max-width: 450px;
	display: inline;
	margin: 0px 9% 0px 5%;
	padding: 35px 0px 20px 0px;
	overflow: hidden;
}





/************************************************************/
#footer {
	width: 100%;
	min-height: 130px;
	overflow: hidden;
	float: left;
	background: #092834 url(../images/blue/footer_bg.gif) repeat-x left top;
	color: #748a91;
	font-size: 85%;
	padding: 5px 0px 5px 0px;

	position: relative;
	/* z-index: 1; */
}

#footer a {
	color: #748a91;
	text-decoration: underline;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #748a91;
	text-decoration: none;
}
#footer label {
	display: block;
	cursor: pointer;
}
#footer label.focused {
	color: #ffffff;
}

/* FIELDS */
#fieldsets {
	float: left;
	display: inline;
	margin: 35px 0px 0px 30px;
}
#footer form {
	float: left;
	clear: both;
	width: 100%;
}
#footer input {
	float: left;
	display: inline;
	border: 1px solid #475a66;
	background: #2c3e4b url(../images/blue/input_bg.gif) repeat-x;
	width: 80px;
	max-width: 80px;
	color: #a5d8ef;
	margin: 0px 6px 0px 0px;
}
/* dont't show spamshield fields */
#footer form input {
	display: none;
}
#footer form fieldset input {
	display: inline;
}
#footer input:focus,
#footer input.focused {
	border-color: #afe0ff;
	background-color: #a3d6ed;
	background-image: url(../images/blue/input_bg_focus.gif);
	color: #475a66;
}
#footer input.login,
#footer input.search {
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/blue/send_search.gif);
	cursor: pointer;
}

#footer .formlabel,
#footer .tx-felogin-pi1 h3 {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
	width: 75px;
	text-align: right;
	color: #748A91;
	font-size: 100%;
	font-weight: normal;
}
#footer .tx-felogin-pi1 h3.error {
	color: #df3f3f !important;
}
#footer .tx-felogin-pi1 form {
	margin: 30px 0px 0px 0px;
}
#footer .tx-felogin-pi1 div {
	float: left;
	display: inline;
}
#footer .tx-felogin-pi1 div.felogin-hidden {
	display: none;
}
#footer .tx-felogin-pi1 div.tx-felogin-pi1-logout {
	clear: both;
	margin-left: 85px;
}
#footer input.login {
	background-image: url(../images/blue/send_login.gif);
}


fieldset {
	float: left;
}
fieldset legend {
	display: none;
}




/* ADRESSES */
.contact,
.vcard {
	line-height: 13px;
	margin: 19px 375px 20px -300px;
	float: right;
	display: inline;
}
.jsenabled .contact,
.jsenabled .vcard {
	margin-right: 175px;
	margin-left: -100px;
}
.contact {
	margin-left: 10px !important;
}
.vcard a {
	text-decoration: none !important;
}

.vcard .org,
.vcard .type,
.vcard .email,
.vcard .url {
	display: none;
}
.vcard .organization-name {
	font-weight: bold;
}
.vcard .tel,
.vcard .fax,
.contact .email,
.contact .url {
	background: no-repeat left center;
	padding-left: 17px;
}

.vcard .tel,
.contact .tel {
	background-image: url(../images/blue/ico_fon.gif);
	display: block;
	margin-top: 4px;
}
.vcard .fax,
.contact .fax {
	background-image: url(../images/blue/ico_fax.gif);
	margin-top: 0px;
}
.contact .email {
	background-image: url(../images/blue/ico_mail.gif);
	display: block;
	margin-top: 4px;
}
.contact .url {
	background-image: url(../images/blue/ico_welt.gif);
}
.vcard .adr {
	display: block;
}

.contact .url {
	display: block;
}


/* CHOICES */
#footer dl {
	float: left;
	display: inline;
	margin: 0px 0px 0px 50px;
}
#footer dt {
	clear: both;
	float: left;
	margin: 15px 0px 0px 0px;
}
#footer dd {
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	display: inline;
}

#colormenu {
	width: 80px;
	height: 22px;
	overflow: hidden;
	background: url(../images/colormenu.gif) no-repeat left 0px;
}
#colormenu li {
	width: 20px;
	height: 100%;
	float: left;
}
#colormenu a {
	width: 100%;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
hr.clearer {
	clear: both;
	display: block;
	height: 0px;
	width: 0px;
	border: 0px none;
	color: #ffffff;
}
/* Boxed style for content */
.boxed {
	background: #FFFFFF url(../images/boxed-text-bg.gif) repeat-x scroll left top;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0px 10px 10px 10px;
}
#text ul.boxed {
	font-size: 100% !important;
	margin: 0.6em 0 0 0;
}
#text ul.boxed li {
	list-style-image: none;
	line-height: 1.4em;
}
#text ul.boxed h2, #text ul.boxed p {
	margin: 0.8em 0 0 0;
}

/* Embedded images in content (RTE images) */
p img.inline-picture-left {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #CCCCCC;
}


/* SITEMAP */
#text .csc-sitemap ul {
	list-style-image:none;
	border-left: 1px solid #0F556F;
	margin: 20px 0px 10px 50px;
	padding: 0px 0px 0px 0px;
	font-size: 116%;
}
#text .csc-sitemap ul ul {
	margin: 0 0 0 1.2em;
}
#text .csc-sitemap ul ul {
	font-size: 93%;
}
#text .csc-sitemap li {
	margin: 0;
	padding: 0 0 0 1.2em;
	background: transparent url(../images/bullet.gif) no-repeat scroll left 0.8em;
	font-size: 100%;
	line-height: 1.6em;
}
.csc-sitemap a {
	color: #0168B2;
	text-decoration: none;
}
.csc-sitemap a:hover,
.csc-sitemap a:active,
.csc-sitemap a:focus {
	color: #0F556F;
	text-decoration: underline;
}

/*****/

#text hr.dotted-border {
	border: 0px;
	border-bottom: 1px dashed #C3D9DF;
	height: 1px;
	color: #ffffff;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 3% 0 0 0;
	margin: 0 0 3% 0;
}

/* TABLE for content */

#text table th, #text table td {
	font-size: 116%;
	padding: 0 1em 0.7em 0;
	vertical-align: top;
}
#content #text .column-left ul li {
	list-style-image: none;
}

/* MAPS */
#map {
	width: 99%;
	height: 300px;
	border: 1px solid #aaaaaa;
}

#networkteam-kiel,
#networkteam-hamburg {
	visibility: hidden;
}
#map #networkteam-kiel,
#map #networkteam-hamburg {
	display: block;
	visibility: visible;
}

/* Content element for images */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-style: italic;
	font-size: 93%;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
	padding: 0 1em 1em 0;
}

/* Lightbox */
#lbOverlay {
	background-color: #093648;
}