/*-- M A R K U P --*/
/*body,table,ul,li,div,img,a*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font: 11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/* permanent scrollbar */
	padding-bottom: 1px;
}
/*body.intro {
	background: none;
}*/

img {
	border-width: 0;
}

ul {
	list-style-type: square;
}

table {
	border-collapse: collapse;
}

th, td, caption {
	text-align: left;
	vertical-align: top;
}

caption {
	font-weight: bold;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #006690; 
}


h1, h2 {
	font-size: 1.4em;
	margin-bottom: 18px;
}

h3, h4 {
	font-size: 1em;
}

noscript {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: red;
}

p {
	margin-bottom: 18px;
}


/*-- S T A R T --*/
#wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
}
.intro #wrapper {
	background: #006690 url(../gfx/layout/seiten/intro-noten.jpg) 0 0 no-repeat;
	height: 546px; /*; 128px*/
	min-height: 1px;
}
.intro div.logo,
.intro div#logo {
	float: right;
	width: 242px;
	padding: 418px 0 0;
	background: url(../gfx/layout/seiten/intro-erleben.gif) 0 209px no-repeat;
	border-left: 3px solid #fff;
}
.intro #logo .welcome {
	line-height: 26px;
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #fff;
	color: #006690;
}
.intro .logo a {
	display: block;
}

/*-- T O P --*/
#header {
	height: 100px;
	margin-top: 15px;
}


/*-- N A V I G A T I O N --*/
.mod_navigation {
	background: url(../gfx/layout/bg_navi.gif) 0 0 repeat-x;
	text-transform: uppercase;
	height: 100px;
}
.intro .mod_navigation {
	/*margin: 418px 0 0;
	padding-right: 12px;*/
	float: right;
	width: 735px;
	margin-top: 418px;
	height: 26px;
}
.intro .mod_navigation ul {
	float: right;
}
.mod_navigation ul {
	list-style-type: none;
}
.mod_navigation li {
	float: left;
	border-right: 2px solid #fff;
	position: relative;
}
.mod_navigation li.last {
	border-right: none;
}

.mod_navigation li a {
	display: block;
	/*float: left;*/
	padding: 0 19px;
	color: #fff;
	line-height: 26px;
	height: 26px;
}

.mod_navigation li a:hover,
.mod_navigation li a:focus,
.mod_navigation li a:active {
	background-color: #2F7DA8; /*633;*/
}

.mod_navigation a.active,
.mod_navigation a.submenu {
	background-color: #c00 !important;
}

.mod_navigation ul ul a.active,
.mod_navigation .level_2  a.trail {
	font-weight: bold;
	background-color: #fff !important;
	color: #c00 !important;
}

.mod_navigation ul ul {
	position: absolute;
	top: 30px;
	left: 0px;
}
.mod_navigation ul ul li {
	float: none;
}
.mod_navigation ul ul a {
	color: #006690 !important;
	background-color: #fff !important;
	line-height: 18px;
	height: 18px;
	float: none;
}
.mod_navigation ul ul a:hover,
.mod_navigation ul ul a:focus,
.mod_navigation ul ul a:active {
	font-weight: bold;
	background-color: #fff;
}

.last a {

}

#container {
	overflow: hidden;
	margin-bottom: 90px; 
}

/* -- M A I N -- */
#main {
	float: left;
	padding: 63px 25px 0 335px;
	background: #fff 0 0 no-repeat;
	min-height: 385px; /*328px;*/
	width: 440px;
}

#container a {
	text-decoration: underline;
}

#container a:hover {
	text-decoration: none;
	color: #C00;
}

#main ul, #main ol, #main table,
.ce_download, .ce_downloads, 
#fruehere-konzerte li, #vorstand li {
	margin-bottom: 18px;
}

#main ul {
	padding-left: 25px;
	/*list-style-type: square;*/
}

#main ol {
	padding-left: 25px;
}

/* Konzerte */
.mod_booknav {
	text-align: center;
}
#main .mod_booknav ul {
	padding-left: 0;
	list-style-type: none;
	display: inline;
}
.mod_booknav li {
	display: inline;
	padding: 0 5px;
}

/* Downloads */
.mime_icon {
	vertical-align: middle;
}
#main ul.ce_downloads {
	list-style-type: none;
	padding-left: 3px;
}

/* Mitgliederbereich */
.mod_login .col_first {
	width: 9em;
}

.mod_login select, .mod_login input, .mod_login textarea {
	width: 12em;
}
.submit {
	cursor: pointer;
}

.image_container {
	margin-bottom: 9px;
}

.img_right {
	float: right;
	margin-left: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
}

/* Kontakt */
.webdesign {
	margin-top: 36px;
	font-size: 9px;
}

/* -- R I G H T -- */
#right {
	float: right;
	width: 180px;
}
#right div.contentBox {
	background-color: #DCDDDF;
	padding: 9px 10px;
	margin-bottom: 18px;
	overflow: hidden;
}
#right h3 {
	color: #006690;
	text-transform: uppercase;
}
#right p {
	margin: 0;
}

#right .image_container img {
	display: block;
}

#right .image_container.img_right,
#right .image_container.img_left {
	margin-bottom: 0;
}

#right a {
	text-decoration: underline;
}
#right ul {
	padding-left: 15px;
}

/* -- F O O T E R -- */
#footer {
	clear: both;
	position: relative;
	z-index: 10;
	font-size: 9px;
	line-height: 1.55em;
	width: 980px;
	margin: -90px auto 0;
}

#footer a {	
	color: #fff;
	/*margin-left: 19px; */ /*25px;*/
	text-decoration: underline;
}

#footer a:hover {

}

#footer a.active {

}

#footer #members {
	padding: 3px 0 3px 19px; /*25px;*/
	/* margin-top: 5px; */
	background-color: #006690;
	color: #fff;
}
#footer #members a {
	margin-left: 0;
}

/* Generelles */
.error h1 {
	color: #c00;
}

/* vertikal Zentrieren */
	html, body, .cBox0, .cBox1 {
		height: 100%;
	}
	.cBox0 {
		margin: 0 auto;
		display: table;
	}
	.cBox1 {
		display: table-cell;
		vertical-align: middle;
	}
	/**/
	div[class=cBox1] {
		white-space: nowrap;
	}
	
	/* in IEM solo shrink-wrap, no vert.center \*//*/
	.cBox1 {
		text-align: center;
	}
	.cBox2 {
		display: inline-block;
		text-align: left;
	}
	/**/
/* vertikal Zentrieren */