body {
	color: #000033;
	background-color: #fff;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, a, div, h1, h2, h3, h4, table, tr, td {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


td {
	font-size: 1em;
	vertical-align: top;
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.csc-firstHeader {
	padding-top: 0;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


a, a:visited {
	color: #6A9ECD;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #426EAF;
}


table.gallery {
	width: 100%;
}
table.gallery td {
	width: 50%;
	text-align: center;
}


table.vorstand td.td-0 {
	width: 140px;
}


table.links td {
	vertical-align: top;
}
table.links td.td-0 {
	width: 200px;
}

.comment {
	font-size: .8em;
}



/*************** Header ***************/
#header {
	color: inherit;
	background-color: #6A9ECD;
/*	background-image: url('pics/bg_header.jpg');	*/
	background-repeat: no-repeat;
	background-position: 200px 0px;
}



/*************** Left Column ***************/
#leftColumn {
	background-color: #6A9ECD;
/*	background-image: url('pics/bg_menu.jpg');		*/
	background-repeat: no-repeat;
}

#logo {
	background-color: #000033;
}

#logo, #logo img, #logo h1,
#header, #header img, #header h1 {
	border: 0;
}

#left-column a {
	font-size: 11px;
	text-decoration: none;
}
#left-column a:hover {
	cursor: pointer;
}

/***** Menu begin *****/
#menu {
}

#menu a, #menu a:hover, #menu a:visited {
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
	border-top: 1px solid #426EAF;
}

#menu ul li {
	list-style-type: none;
	border-bottom: 0px solid #426EAF;
	padding-left: 0px;
}

#menu ul ul {
	list-style-type: none;
	border: 0px;
	border-bottom: 1px solid #426EAF;
}
#menu ul ul li {
	list-style-type: none;
}

#menu ul ul.last-item {
	border-bottom: 0px;
}

/*** menu links ***/
a.menu-level1-no, a.menu-level1-act,
a.menu-level2-no, a.menu-level2-act { 
	color: #000033;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.menu-level1-no, .menu-level1-act {
	background-color: #6A9ECD;
	border-bottom: 1px solid #426EAF;	
}

.menu-level2-no, .menu-level2-act { 
	background-color: #B6D0E7;
	border: 0px;
}

a.menu-level1-no:hover, a.menu-level1-act:hover,
a.menu-level2-no:hover, a.menu-level2-act:hover {
	color: #000033;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.menu-level1-act, a.menu-level1-act:hover,
a.menu-level2-act, a.menu-level2-act:hover {
	color: #e00;
}
/***** Menu end *****/



/*************** Main Column ***************/
#content {
	color: inherit;
	background-color: inherit;
}

/***** InfoBar begin *****/
#infoBar, #infoBar table {
	color: inherit;
	background-color: inherit;
	font-size: 1em;
}

#infobar td {
	font-size: 1em;
}

#infoBar p {
	font-size: .9em;
}

#infoBar h3 {
	background: #B6D0E7;
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
}
#infoBar h3 a, #infoBar h3 a:visited, #infoBar h3 a:active {
	color: #000033;
}
#infoBar h3 a:hover {
	color: #426EAF;
}

#infoBar td p {
	padding-bottom: 0px;
}


table.inf_oeffnungszeiten {
	width: 100%;
}
table.inf_oeffnungszeiten td.td-1 {
	text-align: right;
}
/***** InfoBar end *****/



/*************** Footer ***************/
#footer {
	color: #666;
	background-color: inherit;
	font-size: .8em;
	text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited {
    color: #666;
	font-weight: normal;
	text-decoration:none;
}

#footer a:hover {
	color: #666;
	font-weight: normal;
	text-decoration:underline;
}



li.menufiller {
	border-top: 1px solid #426EAF;
	border-bottom: 0px;
	height: 150px;
	width: 100%;
	display: block;
}

