

body#popup, html#popup {
	margin: 0;
	padding: 10px;
	background-color: #fff;
	font-family: Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	font-size: 87%;
	text-align:left;
}


/********************************/
/*** GESAMTLAYOUT ***************/
/********************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma;
	font-size: 68%;
	background-color: #f1f1f1;
	background-image: url('images/flow.gif');
	background-repeat:repeat-x;
}

#box_picture {
	position: absolute;
	top: 0px;
	left: 0;
	width: 222px;
	height: 187px;
	z-index: 1000;
}

#wrapper {
	width: 953px;
}
* html #wrapper {
	width: 955px;
}


#box_header_left {
	float: left;
	height: 72px;
	width: 219px;
}
#box_header_right_logo {
	float: left;
	padding: 20px 0px 0px 30px;
	height: 52px;
	width: 300px;
/*	background-image: url('images/header_bg.gif'); */
	background-repeat: no-repeat;
}
#box_header_right_spruch {
	float: left;
	height: 27px;
	width: 404px;
	text-align: right;
	padding: 45px 0px 0px 0px;
}


#box_nav {
	width: 184px;
	float: left;
/*	background-image: url(images/nav.gif);  */
	background-repeat: no-repeat;
	min-height: 115px;
	padding: 111px 0px 0px 34px;
}
* html #box_nav {
	height: 115px;
}
#box_nav_top {
/*	background-image: url(images/nav_top.gif); */
	background-repeat: no-repeat;
	width: 154px;
	padding-top: 4px;
}
#box_nav_middle {
 	width: 139px;
	background-image: url(images/nav_middle.gif);
	background-repeat: repeat-y;
	padding: 8px 0px 10px 15px;
}
#box_nav_middle ul {
 	font-weight: bold;
	list-style-type: none;
	line-height: 22px;
}
#box_nav_middle li.subnav {
 	font-weight: normal;
	list-style-image: url(images/list.gif);
	line-height: 22px;
	margin-left: 18px;
}
#box_nav_middle li.subnava {
 	font-weight: normal;
	list-style-image: url(images/list.gif);
	line-height: 22px;
	margin-left: 18px;
 	color: #f04e29;
}
#box_nav_middle a {
	color: #68737a;
	text-decoration: none;
}
#box_nav_middle a:hover {
	color: #f04e29;
}
#box_nav_middle a.active {
	color: #f04e29;
}
#box_nav_middle a.subnava {
	color: #f04e29;
}
#box_nav_bottom {
	background-image: url(images/nav_bottom.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 154px;
}


#box_content {
	float: left;
}
#box_content_top {
	width: 717px;
	height: 16px;
	background-image: url('images/content_top.gif');
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 18px;
	text-align: right;
}
#box_content_top a {
	margin-left: 4px;
}
#box_content_middle {
	font-size: 11px;
	color: #68737a;
	clear: both;
	width: 710px;
	border: 0px solid grey;
	background-image: url('images/content_middle.gif');
	background-repeat: repeat-y;
	padding: 20px 0px 0px 25px;
}
#box_content_middle h3 {
 color: #68737a;
 font-size: 17px;
 font-weight: normal;
 margin-bottom: 2px;
}
#box_content_middle h1 {
 color: #f04e29;
 font-size: 17px;
 font-weight: normal;
 margin-bottom: 20px;
}
#box_content_middle_right {
	float: left;
	width: 158px;
	padding-left: 14px;
}
#box_content_middle_right a {
	color: #68737a;
	margin-left: 1px;
}
#box_content_middle_right a:hover {
	text-decoration: none;
	color: #f04e29;
}
#box_content_middle_right img {
 border: 1px solid #d8d8d8; 
}
#box_content_middle_right .spacer {
	height: 35px;
}
#box_content_middle_right ul {
	border: 1px solid #d8d8d8;
	list-style-image: url(images/list.gif);
	padding: 6px;
	padding-left: 23px;
	line-height: 18px;
}
#box_content_middle_right ul a {
	color: #667178;
	text-decoration: none;
}
#box_content_middle_right p {
	margin-bottom: 15px;
}
#box_content_middle_left {
	float: left;
	width: 475px;
	padding-right: 45px;
	line-height: 17px;
}
#box_content_middle_left a {
 color: #f04e29;
}
#box_content_middle_left a:hover {
 text-decoration: none;
}
#box_content_middle_left p {
	margin-bottom: 16px;
}
#box_content_bottom {
 clear: both;
 width: 735px;
 height: 7px;
 background-image: url('images/content_bottom.gif');
 background-repeat: no-repeat;
}


#box_footer {
 width: 715px;
 height: 50px;
 margin: 10px 0px 0px 0px;
 background-image: url('images/footer.gif');
 background-repeat: no-repeat;
 color: #68737a;
 padding: 15px 0px 0px 20px;
}
#box_footer p {
	float: left;
	width: 215px;
}
#box_footer a {
	color: #68737a;
}
#box_footer a:hover {
	text-decoration: none;
}
#box_footer .copyright {
	color: #cbc9c9;
	width: 240px;
}
#box_footer .copyright a {
	color: #cbc9c9;
	text-decoration: none;
}
#box_footer .copyright a.underline {
	text-decoration: underline;
}
#box_footer .copyright a.underline:hover {
	text-decoration: none;
}


/********************************/
/*** POPUPS *********************/
/********************************/

html body#popup {
	background-color: #fff;
	font: normal 0.8em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

html body#popup h1 {
	color: #3d70a4;
	font: bold 1.4em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

html body#popup a {
	color: #3d70a4;
	text-decoration: underline;
}

html body#popup a:hover {
	text-decoration: none;
}

html body#popup table, html body#popup td, html body#popup th {
	margin:0;
	padding: 0;
	border-collapse: collapse;
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

html body#popup th {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align:left;
}

html body#popup td {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

html body#popup input.input, html body#popup select.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

html body#popup input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}


/********************************/
/*** ALLGEMEINES ****************/
/********************************/

form {
/*	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;  */
}

.form_true {
/*
	border: 1px solid #316394;
	background-color: #d9dcdf;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 3px 0px;
	padding: 3px;
	color: #061e38;
*/
}

.form_true h6 {
	font-size: 10px;
/*
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #316394;
	margin: 0;
	padding: 3px 0px;
*/
}

.form_error {
/*
	border: 1px solid #900;
	background-color: #d9dcdf;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 3px 0px;
	padding: 3px;
*/
	color: #900;
}

.form_error h6 {
/*
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
*/
	color: #900;
	font-size: 10px;
/*
	margin: 0;
	padding: 3px 0px;
*/
}

input.input_err, textarea.input_err {
	border: 1px solid #900;
	font-size: 10px;
}

/********************************/
/*** NAVIGATION *****************/
/********************************/

.contenttab_left {
	width: 237px;
	vertical-align:top;
	background-color: #a2abb4;
	border-right: 1px solid #fff;
}

#navigation li {
	background-color: transparent;
	padding: 0;
	list-style: none;
	margin: 8px 0px 0px 8px;
}

#navigation li.subnav_li {
	background-color: transparent;
	padding: 0;
	list-style: none;
	margin: 0px 0px 0px 9px;
}

#navigation ul {
	background-color: transparent;
	padding: 0;
	margin: 8px 0px 0px 0px;
	width:212px;
}
#navigation a {
	font: bold 1.2em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #43505e;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 10px;
	border: none;
	margin: 0;
	width: 220px;
	display: block;
	line-height:25px;
	background-color: transparent;
}
#navigation a:link, #navigation a:visited {
	color: #556371;
	background: transparent url(./images/nav1.gif) no-repeat 0% 0%;
}
#navigation a:hover, #navigation a:focus, #navigation a.navactive, #navigation a:active.navactive, #navigation a:visited.navactive, #navigation a:hover.navactive {
	color: #2e3745;
	background: transparent url(./images/nav2.gif) no-repeat 0% 0%;
}

#navigation a.subnav, #navigation a.subnava {
	font: normal 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #b5bdc5;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0;
	display: block;
	line-height:18px;
	width:210px;
	border-top: 1px solid #a2abb4;
	background-color: transparent;
}

#navigation a.subnav:link, #navigation a.subnav:visited {
	color: #b5bdc5;
	background: #7c8694 url(./images/spacer.gif) no-repeat 0% 0%;
}
#navigation a.subnav:hover, #navigation a.subnav:focus, #navigation a.subnava:link, #navigation a.subnava:active, #navigation a.subnava:visited, #navigation a.subnava:hover {
	color: #fff;
	background: #7c8694 url(./images/spacer.gif) no-repeat 0% 0%;
}

/********************************/
/*** CONTENT ********************/
/********************************/

.contenttab_center {
	width: 415px;
	vertical-align:top;
	background-color: #fff;
	padding: 10px 15px 20px 15px;
	font: normal 0.88em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	line-height: 1.6em;
}

.content {
}

div.content p {
}
div.content ul {
	margin-left: 20px;
	list-style-image: url(images/list.gif);
}
div.content li {
	padding-left: 5px;
}
div.content h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.content_between {
}

div.content a:link, div.content a:visited, div.content a:active {
	color: #316394;
	text-decoration: underline;
}

div.content a:hover {
	text-decoration: none;
}

div.content_comment_box {
	padding: 5px;
	border-top: 1px dotted #061e38;
	border-bottom: 1px dotted #061e38;
	background-color: #eee;
}

div.content_comment_box a {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-decoration: underline;
}

div.content_comment_box a:hover {
	text-decoration: none;
}

div.content_comment_box table {
	border-collapse: collapse;
	margin-top: 8px;
	background-color: transparent;
	width: 100%;
}

div.content_comment_box td {
	border-collapse: collapse;
	margin: 0;
	padding: 0 10px 0 0;
	background-color: transparent;
}

div.content_comment_box input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.content_comment_box input.input, div.content_comment_box textarea.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.content_comment_list_box {
	margin-top: 15px;
}

div.content_comment_list {
	color: #061e38;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	border-top: 1px dotted #061e38;
	padding: 10px 0;
}


div.content_extern_container {
	padding: 10px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}

div.content_extern_container a {
	color: #3d70a4;
	text-decoration: underline;
}

div.content_extern_container a:hover {
	text-decoration: none;
}

iframe.content_extern_iframe {
	width: 100%;
	height: 500px;
	border: 1px solid #061e38;
}


div.content_preview {
	/*background: #ccd9e3 url('/images/bg_tab.gif') repeat-y;*/
	padding: 10px 20px;
	margin: 15px 0px;
	font: normal 0.85em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.content_preview h1 {
	color: #3d70a4;
	font: normal 1.6em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 0 0 5px 0;
}

div.content_preview a {
	color: #3d70a4;
	text-decoration: underline;
}

div.content_preview a:hover {
	text-decoration: none;
}


/********************************/
/*** SITEMAP ********************/
/********************************/

#sitemap_container {

}

#sitemap {
	width: 100%;
	margin: 0;
}

#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitemap a.nav {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #68737a;
}

#sitemap a.nav:hover {
	color: #f04e29;
}

#sitemap a.subnav {
	display: block;
	padding: 3px;
	text-decoration: none;
	margin-top: 1px;
	color: #68737a;
}

#sitemap a.subnav:hover {
	color: #f04e29;
}

li.sitemap_between {
	height: 10px;
}

/********************************/
/*** KALENDER *******************/
/********************************/
div.mod_calendar_container {
}

div.mod_calendar_container h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_calendar_container a {
	color: #3d70a4;
}

div.mod_calendar_container a:hover {
	text-decoration: none;
}

div.mod_calendar_container table {
	width: 100%;
	border-collapse:collapse;
}

div.mod_calendar_container h2 {
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align: left;
	color: #fff;
	margin:15px 0 0 0;
	padding:3px;
	background-color: #9da6b0;
}

div.mod_calendar_container h3 {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin:0;
	padding:0;
}

div.mod_calendar_container td {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align: left;
	margin:0;
	padding:3px;
	border-bottom: 1px solid #fff;
	background-color: #ced2d7;
}

div.mod_calendar_container td.date {
	width:100px;
	vertical-align:top;
	border-bottom: 1px solid #fff;
	background-color: #ced2d7;
}

div.mod_calendar_container th {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align: left;
	border-bottom: 1px solid #fff;
	background-color: #ced2d7;
	width: 100px;
	padding-left: 5px;
}

div.mod_calendar_container td.days {
	background-color: #fff;
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	border: 1px solid #061e38;
}

div.mod_calendar_container td.empty {
	background-color: #aaa;
	vertical-align:top;
	border: 1px solid #061e38;
}

div.mod_calendar_container td.prev {
	background-color: #ddd;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #aaa;
	vertical-align:top;
	border: 1px solid #061e38;
}

div.mod_calendar_container td.day {
	background-color: #fff;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	vertical-align:top;
	border: 1px solid #061e38;
}

div.mod_calendar_container td.today {
	background-color: #92c0ef;
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	border: 2px solid #36679b;
	vertical-align:top;
}

table.nextprev {

}



/********************************/
/*** DOWNLOADCENTER *************/
/********************************/
div.mod_download_container {
}

div.mod_download_container h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_download_container a {
	color: #3d70a4;
	text-decoration: underline;
}

div.mod_download_container a:hover {
	text-decoration: none;
}

div.mod_download_container table {
	width: 100%;
	border-collapse:collapse;
}

div.mod_download_container th {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align: left;
	margin:0;
	padding:3px;
	border-bottom: 2px solid #ced2d7;
}

div.mod_download_container th.date {
	text-align: center;
}

div.mod_download_container th.size {
	text-align: right;
}

div.mod_download_container td {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align: left;
	margin:0;
	padding:3px;
	border-bottom: 1px solid #ced2d7;
}

div.mod_download_container td.file {
	width:20px;
}

div.mod_download_container td.date {
	text-align: center;
}

div.mod_download_container td.size {
	text-align: right;
}


/********************************/
/*** KONTAKT ********************/
/********************************/
div.mod_contact_container {
}

div.mod_contact_container h1 {
}

div.mod_contact_container a, div.mod_contact_box a {
}

div.mod_contact_container a:hover, div.mod_contact_box a:hover {
}


div.mod_contact_box {
}

div.mod_contact_box h1 {
}


div.mod_contact_box td {
}

div.mod_contact_box small {
}

div.mod_contact_box input.submit {
	border: 1px solid #68737a;
	font-size: 10px;
	padding: 0px 10px;
	background: #f2f1ee;
}

div.mod_contact_box input.input, div.mod_contact_box textarea.input, div.mod_contact_box select.input {
 	color: #68737a;
	border: 1px solid #68737a;
	font-size: 11px;
	margin: 1px 0px;
	font-family: Tahoma;
}
div.mod_contact_box select.input {
	width: 60px;
}

/********************************/
/*** NEWSLETTER *****************/
/********************************/
div.mod_newsletter_container {
}

div.mod_newsletter_container h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_newsletter_container a, div.mod_newsletter_box a {
	color: #3d70a4;
}

div.mod_newsletter_container a:hover, div.mod_newsletter_box a:hover {
	text-decoration: none;
}


div.mod_newsletter_box {
	margin: 0;
	padding: 2px 0px;
	color: #061e38;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_newsletter_box h1 {
	color: #3d70a4;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 5px 0 0 0;
}


div.mod_newsletter_box td {
	margin: 0;
	padding: 2px 0px;
	color: #061e38;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	vertical-align: top;
}

div.mod_newsletter_box small {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #777;
}

div.mod_newsletter_box input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_newsletter_box input.input, div.mod_newsletter_box textarea.input, div.mod_newsletter_box select.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}
*/



/********************************/
/*** SUCHE **********************/
/********************************/
div.mod_search_container {
}

div.mod_search_container h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_search_box {
	margin: 0;
	padding: 2px 0px;
	color: #061e38;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_search_box h1 {
	color: #3d70a4;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 5px 0 0 0;
}

div.mod_search_box a, div.mod_search_list a {
	color: #3d70a4;
}

div.mod_search_box a:hover, div.mod_search_list a:hover {
	text-decoration: none;
}

div.mod_search_box h2, div.mod_search_list h2 {
	color: #061e38;
	font: bold 1.01em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 5px 0 0 0;
}

div.mod_search_list {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color #061e38;
}


div.mod_search_between {
	border-bottom: 1px solid #ced2d7;
	margin: 10px 0px;
}

div.mod_search_container input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_search_container input.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}


/********************************/
/*** LOGIN **********************/
/********************************/
div.mod_login_container {
}

div.mod_login_container small {
	font: normal 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #777;
}

div.mod_login_container h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_login_box a {
	color: #3d70a4;
}

div.mod_login_box a:hover {
	text-decoration: none;
}

div.mod_login_box h2 {
	padding: 20px 0 0 0;
	color: #061e38;
	font: bold 1.2em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 0;
}

div.mod_login_box table {
	border-collapse: collapse;
}

div.mod_login_box td {
	vertical-align: top;
	border-collapse: collapse;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 2px 0px;
	color: #061e38;
	border-bottom: 1px solid #ced2d7;
}

div.mod_login_box input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_login_box input.input, div.mod_login_box textarea.input, div.mod_login_box select.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

table.mod_login_login table, table.mod_login_login td {
	border: 1px solid #fff;

}
table.mod_login_profile {
	width: 100%;
}

table.mod_login_profile td {
	background-color: #fff;
	border-bottom: 1px solid #;
	vertical-align: middle;
}



/********************************/
/*** GALLERY ********************/
/********************************/
div.mod_gallery_container {

}

div.mod_gallery_container h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_gallery_container select.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_gallery_container td a {
	color: #3d70a4;
}

div.mod_gallery_container a:hover {
	text-decoration: none;
}

div.mod_gallery_box table {
	width: 100%;
}

div.mod_gallery_box td {
	margin: 0;
	padding: 3px 0px;
	color: #061e38;
	font: normal 1em verdana, sans-serif;
	border-collapse: collapse;
	border-bottom: 1px solid #ced2d7;
}

div.mod_gallery_box td.right {
	text-align:right;
}

div.mod_gallery_box h1 {
	color: #3d70a4;
	font: bold 1.01em verdana, sans-serif;
	margin: 0;
}







div.mod_gallery_lay1_box {
}

div.mod_gallery_lay1_box table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}

div.mod_gallery_lay1_box td {
	background-color: #ced2d7;
	vertical-align:top;
	margin: 0;
	padding: 2px 5px;
	color: #061e38;
}

td.mod_gallery_lay1_image {
	padding: 3px;
}

div.mod_gallery_lay1_box h4 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font: bold 1.1em verdana, sans-serif;
	margin: 0;
	padding: 3px;
	background-color: #9da6b0;
}

div.mod_gallery_lay1_box span.h2_right{
	float: right;
	display: block;
	text-align: right;
	font: normal 0.9em verdana, sans-serif;
	color: #fff;
}

div.mod_gallery_lay1_box span.h2_right a {
	color: #3d70a4;
}

div.mod_gallery_box a, div.mod_gallery_lay1_box h2 a, div.mod_gallery_lay1_small a {
	font: normal 1em verdana, sans-serif;
	color: #3d70a4;
}

div.mod_gallery_box a:hover, div.mod_gallery_lay1_box h2 a:hover, div.mod_gallery_lay1_small a:hover {
	text-decoration: none;
}

div.mod_gallery_lay1_small {
	font: normal 0.9em verdana, sans-serif;
	color: #777;
	margin: 0;
	padding: 3px;
	background-color: #ced2d7;
}

div.mod_gallery_lay1_small span.right{
	float: right;
	display: block;
	text-align: right;
}

div.mod_gallery_lay1_between {
	margin: 0px 0px 20px 0px;
}













table.mod_gallery_page {
	width: 100%;
}

div.mod_gallery_lay2_box {

}

table.mod_gallery_lay2_table {
	width: 100%;
	border-collapse: collapse;
}

table.mod_gallery_lay2_table td {
	border: 1px solid #ced2d7;
	border-collapse: collapse;
	text-align: center;
}

div.gallery_comment {
	border: 1px solid #ced2d7;
	margin: 3px 0px;
	padding:3px;
}

div.gallery_comment span.gallery_head {
	font: bold 1em verdana, sans-serif;
	color: #061e38;
}

div.gallery_comment small {
	font: normal 1em verdana, sans-serif;
	color: #777;
}


/********************************/
/*** GALLERY WIDESIDE ***********/
/********************************/

#container_image {
	width:800px;
	background-color: #fff;
	padding: 10px 10px;
	margin: 10px 0px 10px 45px;
}

#container_image a {
	color: #3d70a4;
	text-decoration: underline;
}

#container_image a:hover {
	text-decoration: none;
}

#container_image h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_gallery_wide_links {
	text-align: center;
}










/********************************/
/*** GÄSTEBUCH ******************/
/********************************/
div.mod_guestbook_container {
}

div.mod_guestbook_container h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_guestbook_sites {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align: center;
	margin: 10px 0px;
}

div.mod_guestbook_sites a, div.mod_guestbook_container a {
	color: #3d70a4;
}

div.mod_guestbook_sites a:hover, div.mod_guestbook_container a:hover {
	text-decoration: none;
}

table.mod_guestbook_extras, table.mod_guestbook_extras td {
	background-color: #ced2d7;
	border-top: 1px solid #fff;
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
	color: #061e38;
}

div.mod_guestbook_box, div.mod_guestbook_box td {
	margin: 0;
	padding: 2px 3px;
	color: #061e38;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_guestbook_box td {
	vertical-align: top;
	border-collapse: collapse;
}

div.mod_guestbook_box a {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #3d70a4;
}

div.mod_guestbook_box a:hover {
	text-decoration: none;
}

div.mod_guestbook_box h1 {
	color: #fff;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 0 0 5px 0;
	padding: 3px;
	background-color: #9da6b0;
}

div.mod_guestbook_box small {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #777;
}

div.mod_guestbook_between {
	/*border-bottom: 1px dashed #e20060;*/
	margin: 30px 0px;
}

div.mod_guestbook_box input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_guestbook_box input.input, div.mod_guestbook_box textarea.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}



/********************************/
/*** LINKLISTE ******************/
/********************************/
div.mod_linklist_container {

}

div.mod_linklist_box {
	margin: 0;
	color: #061e38;
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_linklist_box a {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #3d70a4;
}

div.mod_linklist_box a:hover {
	text-decoration: none;
}

div.mod_linklist_box h1 {
	color: #3d70a4;
	font: normal 1.7em Tahoma, tahoma, Verdana, verdana, sans-serif;
	padding: 0;
	margin: 5px 0;
}

div.mod_linklist_between {
	border-bottom: 1px solid #ced2d7;
	margin: 10px 0px;
}



/********************************/
/*** MARGIN *********************/
/********************************/

/* MARGINTEXT */

div.mod_margintext_container {
}


div.mod_margintext_container h1 {
}

div.mod_margintext_container a {
}

div.mod_margintext_container a:hover {
}


div.mod_margintext_container h2, div.mod_margintext_container h3 {
}

div.mod_margintext_text1, div.mod_margintext_text2, div.mod_margintext_text3 {
}

div.mod_margintext_text1 p, div.mod_margintext_text2 p, div.mod_margintext_text3 p {
}

div.mod_margintext_text1 a, div.mod_margintext_text2 a, div.mod_margintext_text3 a {
}

div.mod_margintext_between {
}



/* STATISTIK */
div.mod_statistik_container {
	background-color: #9da6b0;
	padding: 0;
	margin: 8px 8px 0 8px;
}

div.mod_statistik_head {
	border-bottom: 1px solid #ced2d7;
	color: #fff;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	line-height: 24px;
	background: #7c8694 url('images/margin_head.gif') repeat-x;
	padding: 0 5px;
}

div.mod_statistik_box {
	padding: 8px;
	color: #e6e8ec;
	font: normal 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_statistik_box table {
	border-collapse: collapse;
	width: 100%;
}

div.mod_statistik_box td {
	border-bottom: 1px solid #ced2d7;
	padding: 2px;
	border-collapse: collapse;
	line-height: 140%;
}


/* LOGIN BOX */
div.mod_login_margin_container {
	background-color: #9da6b0;
	padding: 0;
	margin: 8px 8px 0 8px;
}

div.mod_login_margin_head {
	border-bottom: 1px solid #ced2d7;
	color: #fff;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	line-height: 24px;
	background: #7c8694 url('images/margin_head.gif') repeat-x;
	padding: 0 5px;
}

div.mod_login_margin_box {
	padding: 8px;
	color: #e6e8ec;
	font: bold 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_login_margin_box a {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #fff;
}

div.mod_login_margin_box a:hover {
	text-decoration: none;
}

div.mod_login_margin_box input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_login_margin_box input.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;
}


/* NEWS */
div.mod_news_container {
	background-color: #9da6b0;
	padding: 0;
	margin: 8px 8px 0 8px;
}

div.mod_news_head {
	border-bottom: 1px solid #ced2d7;
	color: #fff;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	line-height: 24px;
	background: #7c8694 url('images/margin_head.gif') repeat-x;
	padding: 0 5px;
}

div.mod_news_box {
	padding: 8px;
	color: #e6e8ec;
	font: bold 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_news_list_title {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	margin: 3px 0px;
}

div.mod_news_list_text {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	border-bottom: 1px solid #ced2d7;
	padding: 3px 0px;
	margin-bottom: 10px;
}

div.mod_news_list_text a {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #fff;
}

div.mod_news_list_text a:hover {
	text-decoration: none;
}

span.mod_news_list_date {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #cdcdcd;
}

/* GALLERY-VORSCHAU */
div.mod_galleryprev_container {
	background-color: #9da6b0;
	padding: 0;
	margin: 8px 8px 0 8px;
}

div.mod_galleryprev_head {
	border-bottom: 1px solid #ced2d7;
	color: #fff;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	line-height: 24px;
	background: #7c8694 url('images/margin_head.gif') repeat-x;
	padding: 0 5px;
}

div.mod_galleryprev_box {
	padding: 8px;
	color: #e6e8ec;
	font: bold 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
	text-align: center;
}

div.mod_galleryprev_box a {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #fff;
}

div.mod_galleryprev_box a:hover {
	text-decoration: none;
}

/* VOTE */
div.mod_vote_container {
	background-color: #9da6b0;
	padding: 0;
	margin: 8px 8px 0 8px;
}

div.mod_vote_head {
	border-bottom: 1px solid #ced2d7;
	color: #fff;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	line-height: 24px;
	background: #7c8694 url('images/margin_head.gif') repeat-x;
	padding: 0 5px;
}

div.mod_vote_list_container {
	padding: 8px;
	color: #e6e8ec;
	font: normal 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_vote_list {
	font: normal 1em verdana, sans-serif;
	border-bottom: 1px solid #e6e8ec;
	margin: 3px 0px;
	line-height: 150%;
}

div.mod_vote_list_bar {
	height: 12px;
	background-color: #fff;
	margin: 3px 0px;
}

div.mod_vote_container input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_vote_comment_head {
	border-bottom: 1px solid #ced2d7;
	color: #fff;
	font: bold 1.1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	line-height: 24px;
	background: #7c8694 url('images/margin_head.gif') repeat-x;
	padding: 0 5px;
}

div.mod_vote_comment_container {
	padding: 8px;
	color: #e6e8ec;
	font: normal 0.9em Tahoma, tahoma, Verdana, verdana, sans-serif;
}

div.mod_vote_comment_container input.submit {
	font: bold 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #ced2d7;
	text-decoration: none;
	background-color: #556371;
	border: 1px solid #556371;
	margin-bottom: 5px;
}

div.mod_vote_comment_container input.input {
	font: 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	color: #061e38;
	text-decoration: none;
	background-color: #ced2d7;
	border: 1px solid #556371;
	margin-bottom: 5px;

}

div.mod_vote_comment_list {
	font: normal 1em Tahoma, tahoma, Verdana, verdana, sans-serif;
	border-bottom: 1px solid #e6e8ec;
	margin: 3px 0px;
	line-height: 150%;
}
