html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
} body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	color: #5A5A50;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	background-color: #FFFFFF;
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Arial, Helvetica, sans-serif;}
h2 {font: normal 2.2em Verdana, Arial, Helvetica, sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.6em Verdana, Arial, Helvetica, sans-serif;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #F6F6F2 url(../img/bgr.gif) no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	width: 560px;
	margin-top: 10px;
	margin-left: 8px;
}
table.data_table th {
	color: #555;
	text-align: left;
	vertical-align: middle;
}
table.data_table tr {}
table.data_table td, table th {}
table.data_table td {

}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url(../img/dunkel.gif);
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url(../img/hell.gif);
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url(../img/bgr.gif) repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: url(../img/hell.gif);
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url(../img/dunkel.gif);
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 900px;
}
.label {
	background-repeat: no-repeat;
	background-position: 230px 80%;
	background-image: url(../04/pfeil-klein10.gif);
}


#header {
	background: #003300 url(../img/header_verein.gif) repeat-x;
	padding-top: 8px;
}


/* Toplinks */
#toplinks {
	background: no-repeat left top;
	color: #FFFFFF;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #FFFFFF;}
#toplinks a:hover {color: #FFB;}

/* Site title */
#site_title {
	color: #FFFFFF;
	padding: 0 0 16px;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {background: #958573 url(../img/bgr.gif) repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}


/* Main */
#main_wrapper_outer {background: #FFFFFF;}
#main_wrapper_inner {
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 580px;
	float: right;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	color: #665;
	width: 240px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCB;
}
#sidebar_content {}
#sidebar a {
	color: #665;
	text-decoration: none;
}
#sidebar a:hover {
	color: #C40;
	text-decoration: underline;
}


/* Dashboard */
#dashboard {
	background: #DDD url(../img/dunkel.gif);
	border-top: 1px dashed #C0C0B0;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	padding: 12px 0;
	background-color: #003300;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 10px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date_3d {
	color: #777;
	margin-bottom: 14px;
}
.post .post_date_3d a {
	color: #777;
	margin-bottom: 14px;
}
.post .post_date_3d a:hover {
	color: #FF0000;
	margin-bottom: 14px;
}


.post_date a {color: #444;}

.post_meta {
	background: url(../img/hell.gif);
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_body {
	font-size: 1.1em;
}

.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {
	width: 160px;
	float: left;
	height: 60px;
}
.archive_post_date {
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	height: 60px;
	width: 60px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {
	margin-top: 0;
	margin-right: -8px;
	margin-left: 0px;
}
.thumbnails a.thumb {
	background: #FFFFFF;
	display: block;
	float: left;
	margin: 0 8px 8px 0px;
	padding: 2px;
	border: 1px solid #DDD;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	margin-bottom: 1.5em;
}
.box_title {
	background: url(../img/wrapper_box.gif);
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box_content_current {
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {
	min-height: 0.01%;
	float: left;
	padding-right: 20px;
}
.ram {
	margin-bottom: 10px;
	background-image: url(../img/dunkel.gif);
	padding: 3px;
	margin-top: 10px;
}
.ram_hp {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.ram_video {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #DDD;
	background-image: url(../04/meldung.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ram_gallery {
	border: 1px solid #DDD;
	padding: 3px;
	float: left;
	margin-bottom: 10px;
	width: 570px;
}
.ram_gallery_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../img/header_museum.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
	padding: 6px 2px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}



.site_undertitle {
	color: #BEBEB1;
	font-weight: normal;
}
.site_undertitle a {

	color: #FFF;
	text-decoration: none;
}
.site_undertitle a:hover {
color: #FFB;
}
.play {
	position: absolute;
}
.box_title_unt_mrnu {
	background: url(../img/wrapper_box.gif);
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
	border: 1px solid #CCB;
	margin-top: 2px;
}
.img-bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.box_title_unt_mrnu_link {
	background: #FFFFFF url(../img/bg_links.jpg) no-repeat;
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
	border: 1px solid #CCB;
	margin-bottom: 4px;
}
#main_content_med {
	font: normal 0.9em Verdana,sans-serif;
	width: 580px;
	float: right;
	position: relative;
}
.medie_new {
	height: 78px;
	width: 200px;
	position: absolute;
	left: 336px;
	top: -160px;
	padding: 5px;
}
.box_title_unt_mrnu_med {
	background: url(../img/bg_medien_a.gif) repeat-x;
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
	border: 1px solid #CCB;
	margin-bottom: 4px;
	margin-right: 2px;
}
.ram_aktuell {
	margin-bottom: 10px;
	background-image: url(../img/dunkel.gif);
	padding: 3px;
	margin-top: 10px;
	height: 140px;
	width: 560px;
}
.box_title_unt_mrnu_verein {

	background: url(../img/bg_vereinsmitt.gif);
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
	border: 1px solid #CCB;
	margin-bottom: 4px;
	height: 60px;
	margin-right: 2px;
}
.box_title_unt_mrnu-clip {
	background: url(../img/wrapper_box.gif);
	color: #665;
	padding: 5px 8px;
	border: 1px solid #CCB;
	margin-top: 3px;
	font-size: 0.8em;
}
.blockarchiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
}
.ram_story {
	border: 1px solid #DDD;
	padding: 3px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ram_news {
	border: 1px solid #DDD;
	padding: 3px;
	margin: 10px 0px;
}
.form_required_story {
	font-weight: bold;
	color: #990000;
}
#neu_mitglied {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 805px;
	top: -145px;
	z-index: 2;
}
#facebook {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 805px;
	top: -145px;
	z-index: 2;
}
#newsticker {
	height: 175px;
	width: 239px;
	background-repeat: no-repeat;
	background-image: url(../04/vsu-aktuell4.png);
	margin-right: 8px;
	margin-left: 8px;
	left: 829px;
	z-index: 1;
	position: absolute;
	overflow: visible;
	top: -17px;
}
#newsticker-top-text {
	height: 140px;
	width: 200px;
	padding-top: 40px;
	cursor: help;
	padding-left: 20px;
	position: relative;
}
#newsticker-wrapper {
	height: 160px;
	width: 200px;
	background-image: url(../04/news4.png);
	background-repeat: no-repeat;
	float: right;
}
.newsticker-tab {
	width: 174px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.newsticker-tab-facebook {
	width: 174px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 20px;
	padding-top: 5px;
}

#newsticker-container {
	width: 200px;
	background-repeat: no-repeat;
	margin-left: 8px;
	float: right;
	border-left: 1px solid #CCCCCC;
	background-image: url(../04/vsu-aktuell_news01.jpg);
	height: 100%;
}
#newsticker-tab-top-text {
	height: 220px;
	width: 200px;
	padding-top: 42px;
	padding-left: 14px;
	margin-bottom: 30px;
}
#newsticker-infotaff {
	width: 200px;
	margin-left: 8px;
}
.newsticker-tab a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newsticker-tab a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: underline;
}
.video-title {
	height: auto;
	color: #5a5a50;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ram-logo {
	border: 1px solid #CCC;
}

.ram_14 {
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logos {
	width: 550px;
	margin-left: 8px;
}
