@charset "utf-8";
/* CSS Document */

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	border:0;
}

body {
	color:#333333;
	background:url(../images/layout/bg.jpg) repeat-x 0 0;
	background-color:#8D3720;
	font-family:  Geneva, Arial, Helvetica, sans-serif;

}

html, body {
	height: 100.1%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

p {
	padding:0 0 10px 0;
}

ul {
	line-height:1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-position: inside;
	list-style-image: url(../images/layout/dot.jpg);
}


a {
	color:#3F5351;
	text-decoration:none;
}
a:hover {
	color:#CD950A;
}
a.aktuell {
	color:#3F5351;
}

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color:#45595A;
	line-height:1.8em;
	font-size: 1.4em;
	font-weight:bold;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#5E7A7B;
	width:98%;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E7E8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h3 {
	color:#719193;
	line-height:1.4em;
	font-size: 1.1em;
	font-weight:bold;
}

/*  -------------------
	--- Layout	    ---
	-------------------  */

div#Wrapper {
	position: relative;
	background-image: url(../images/layout/wrapper.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 982px; /* für IE 5.x Wert incl Border */
	height: auto !important; /* !important-Regel für moderne Browser */
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	voice-family: "\"}\"";  /* alle folgenden Deklarationen      *
							   * innerhalb des Deklarationsblockes *
							   * werden von IE 5.x/Win ignoriert   */
	voice-family:inherit;
	width:980px;
}
html>body div#Wrapper {
	width:980px;
}

div#Header {
	width:980px;
	height: 195px;
	background:url(../images/layout/header.jpg) no-repeat 0 0;
}
div#header_nav{
	width:980px;
	padding-top:3px;
}
div#kvsaopen_logo{
	float: left;
	padding-top:30px;
	height: 140px;
	width: 980px;
	padding-left:280px;
	voice-family: "\"}\"";  /* alle folgenden Deklarationen      *
							   * innerhalb des Deklarationsblockes *
							   * werden von IE 5.x/Win ignoriert   */
	voice-family:inherit;
	width:700px;
	height: 110px;
}
html>body #kvsaopen_logo {
	width:700px;
	height: 110px;
}

#header_login {
	float: left;
	padding-top:7px;
	height: 29px;;
	width: 485px;
	padding-left:210px;
	voice-family: "\"}\"";  /* alle folgenden Deklarationen      *
							   * innerhalb des Deklarationsblockes *
							   * werden von IE 5.x/Win ignoriert   */
	voice-family:inherit;
	width:275px;
}
html>body #header_login {
	width:275px;
}

#header_menue {
	float: left;
	height: 36px;
	width: 250px;
}
#header_search {
	padding-top:7px;
	float: left;
	height: 29px;
	width: 244px;
}

div#MainNavigation {
	height: 23px;
	width: 980px;
	background-image: url(../images/layout/basic_menue.jpg);
	background-repeat: no-repeat;
	padding-left: 204px;
	voice-family: "\"}\"";  /* alle folgenden Deklarationen      *
                           * innerhalb des Deklarationsblockes *
                           * werden von IE 5.x/Win ignoriert   */
	voice-family:inherit;
	width:776px;
}
html>body #MainNavigation {
	width:776px;
}
div#NavigationLeft {
	width: 204px;
	height: auto !important;
	min-height:300px;
	float: left;
	background-image: url(../images/layout/menue_left.jpg);
	background-repeat: no-repeat;
}
#nav_left_ul {
	width:204px;
	float: left;
	padding-left: 60px;
	voice-family: "\"}\"";  /* alle folgenden Deklarationen      *
                           * innerhalb des Deklarationsblockes *
                           * werden von IE 5.x/Win ignoriert   */
	voice-family:inherit;
	width:144px;
}
html>body #nav_left_ul {
	width:144px;
}
#nav_left_adress {
	width:204px;
	float: left;
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 10px;	
	width:134px;
	font-size: 10px;
	color: #EBEBEB;
	text-align: right;
	voice-family: "\"}\"";  /* alle folgenden Deklarationen      *
                           * innerhalb des Deklarationsblockes *
                           * werden von IE 5.x/Win ignoriert   */
	voice-family:inherit;

}
html>body #nav_left_adress {
	width:134px;
}
#nav_left_img {
	float:left;
	width:204px;
	height:260px;
}
div#InfoRight {
	width: 158px;
	float: right;
	background-color: #9BACAB;
}

div#Content {
	min-height:300px;
	padding: 20px;
	margin-top: 0;
	margin-right: 158px;
	margin-bottom: 0;
	margin-left: 204px;
	background-color: #fff;
	background-image: url(../images/layout/content.jpg);
	background-repeat: no-repeat;
}

div#Footer {
	clear: both;
	bottom: 0;
	width: 980px;
	height: 63px;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
}
#footer_nav {
	float: none;
	height: 63px;
	width: 980px;
	padding-top:40px;
	padding-left:220px;	
	voice-family: "\"}\"";  /* alle folgenden Deklarationen      *
                           * innerhalb des Deklarationsblockes *
                           * werden von IE 5.x/Win ignoriert   */
	voice-family:inherit;
	width:760px;
	height: 23px;
}
html>body #footer_nav {
	width:760px;
	height: 23px;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  -------------------
	--- Header-Menue---
	-------------------  */
.header_menue_icon{
	height:31px;
	margin-right: 1px;	
}
/*  -------------------
	--- Admin Login ---
	-------------------  */
#login_box a {
	text-align: center;
}

#login_box a:hover {
	cursor:auto;
}

#login_box a span {
	display:none;
	visibility:hidden; 
	position:absolute;
}

#login_box a:hover span {
	visibility:visible;
	z-index:3;
	display:block;
	width:116px;
	color:#ffffff;
	background:#D98444;
	border:1px solid black;
	padding:8px;
	font-size: 10px;
	text-align: left;
	line-height: 1.1em;
}

.login_admin_name{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.login_admin_password{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.login_admin_input{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color: #fff;
	background-color: #334746;
	width: 50px;
	border: 1px dotted #FFFFFF;
	margin-right:5px;
	margin-left:2px;
}
.login_admin_submit{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 40px;
	color: #fff;
	background-color: #334746;
	border: 1px solid #FFFFFF;
}
.login_table{
	margin-top: 1px;
	width: 200px;
}

/*  -------------------
	--- Searching   ---
	-------------------  */

.search_form{
	display: inline;
}
.search_table{
	margin-top: 1px;
	margin-left: 60px;
	width: 140px;
}
.search_title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.search_input{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #334746;
	width: 60px;
	border: 1px dotted #FFFFFF;
}
.search_submit{
	width:30px;
	border: 1px solid #FFF;
	background-color: #334746;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;	
}

/*  -------------------
	--- Nav left    ---
	-------------------  */
	
.menue_left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	color: #FFFFFF;
	text-align:left;
}
.menue_left_ue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 4px;
	color: #FFFFFF;
	background-image: url(../images/layout/nav_left_ue.jpg);
	background-repeat: no-repeat;
	height: 22px;
	text-align:left;
}
.menue_left a {
	color: #FFFFFF;
}
.menue_left a.aktuell {
	color: #FFFFFF;
}
.menue_left a:hover {
	color: #CB9916;
}
.menue_left_aktiv{
	color: #344745;
}
.submenue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align:right;
}
.table_submenue {
	vertical-align: bottom;
	text-align: right;
	float: right;
}
/*  -------------------
	--- Nav Content ---
	-------------------  */

#nav_content_div{
	float:left;
	width: 575px;
	height:18px;
	margin-top: 3px;
	padding-top: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.nav_content_print{
	width: 55px;
	font-size: 10px !important;
	float: left;
	padding-left: 5px;
}
.nav_content_send{
	width: 55px;
	font-size: 10px !important;
	float: left;
	padding-left: 5px;
}
.nav_content_pdf{
	width: 80px;
	font-size: 10px !important;
	float: left;
	padding-left: 5px;
}
.nav_content_back{
	width: 50px;
	font-size: 10px !important;
	float: left;
	padding-left: 5px;
}
.nav_content_top{
	width: 50px;
	font-size: 10px !important;
	float: left;
	padding-left: 5px;
}
.nav_content_zoom{
	width: 80px;
	font-size: 10px !important;
	float: right;
	padding-left: 5px;
}
.content_margsmall {
	margin-right: 0px;
}
.content_textzoom {
	padding: 0;
}
.content_textzoom h3 {
	font-size: 12px !important;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 20px !important;
	margin: 2px 0 2px 0 !important;
}
#nav_content_div a{
	color: #333333;
	text-decoration:none;
}
#nav_content_div a:hover{
	color: #990033;
}
/*  -------------------
	--- Infoleiste  ---
	-------------------  */
.info_news_table{
	width: 100%;
}
#info_news a{
	color: #EEE;
	text-decoration:none;
}
#info_news a:hover{
	color: #344745;
}
.info_news_image{
	height: 108px;
	width: 158px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.info_news_datum{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.info_news_titel{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.info_news_wtitel{
	font-size: 11px;
	font-weight: bold;
	width:145px;
	height:14px;
	clear:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #344745;
}
.info_news_text{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
.info_news_list{
	font-size: 10px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin-left:20px;
}

.info_counter_table{
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.info_counter_table_einleitung{
	color: #ffffff;
	background-color: #333333;
}
.info_counter_table_text{
	color: #333333;
	background-color: #DDDDDD;
}
.info_counter_text{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.info_calender_table{
	width: 100%;
	background-color: #666;
	margin-top:10px;
}
.info_calender_table_titel{
	color: #ffffff;
	background-color: #CF9706;
	padding-top:3px;
	padding-bottom:3px;
}
.info_calender_titel{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 10px;
}
.info_calender_day_title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
	width: 14%;
}
.info_calender_space{
	background-color: #CCCCCC;

}
.info_calender_day{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.info_calender_all_day{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.info_calender_day_more{

}
.info_calender_current_day{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	border: 1px solid #F00;
}
#info_calender_box a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#info_calender_box a:hover {
	cursor:auto;
}

#info_calender_box a span {
	display:none;
	visibility:hidden; 
	position:absolute;
}

#info_calender_box a:hover span {
	visibility:visible;
	z-index:3;
	display:block;
	width:155px;
	color:#333333;
	border:1px solid black;
	padding:8px;
	font-size: 10px;
	text-align: left;
	line-height: 1.1em;
	background-color: #fff;
}
/*  -------------------
	--- Content     ---
	-------------------  */
.content_site_image{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.content_site_einleitung{
	line-height:1.4em;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	padding-bottom: 8px;
}
.content_site_text{
	line-height:1.4em;
	font-size: 1.0em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 8px;
}
.content_site_datum_autor{
	font-size: 0.8em;
	line-height:1.0em;
	font-style: italic;
	color: #666666;
	text-align: left;
	padding-bottom: 0px;
}
.content_site_link{
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
.content_site_link a{
	color: #039;
}
.content_site_link a.aktuell{
	color: #039;
}
.content_site_link a:hover{
	color: #D98444;
}

.content_ankuendigung_titel{
	font-size: 1.0em;
	line-height:1.3em;
	font-weight: bold;
	color: #000000;	
	padding-bottom: 5px;
	padding-top: 5px;
}
.content_ankuendigung_datum_autor{
	line-height:1.3em;
	font-size: 1.0em;
	font-style: italic;
	color: #666666;
	text-align: left;
}
.content_ankuendigung_einleitung_text{
	line-height:1.3em;
	font-size: 1.0em;
	color: #333333;	
	padding-bottom: 8px;
}
.content_ankuendigung_mehr_link a{
	color: #000000;
}
.content_ankuendigung_mehr_link a.aktuell{
	color: #000000;
}
.content_ankuendigung_mehr_link a:hover{
	color: #405453;
}
.content_news{
	font-size: 1.0em;
	min-height: 85px;
	width: 575px;
	margin-top: 3px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	display: block;
	float: left;
}
.content_news_datum_autor{
	font-size: 1.0em;
	line-height:1.2em;
	font-style: italic;
	color: #666666;
	text-align: left;
	padding-bottom: 5px;
}
.content_news_image{
	float: left;
	padding: 2px;
	margin-right: 6px;
	border: 1px solid #CCCCCC;
}
.content_news_mehr_link a{
	color: #4D6364;
	font-size: 0.8em;
	font-weight: bold;
}
.content_news_mehr_link a.aktuell{
	color: #4D6364;
	font-size: 0.8em;
	font-weight: bold;
}
.content_news_mehr_link a:hover{
	color: #C48E0A;
	font-size: 0.8em;
	font-weight: bold;
}
.content_news_text{
	line-height:1.4em;
	font-size: 1em;
	font-weight: normal;
	color: #5C5C5C;
	padding-bottom: 8px;
}
.content_news_file{
	padding-top: 10px;
	padding-left: 20px;
	width:550px;	
}
.content_news_file_title{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;
	width:98%;
	height:20px;
	clear:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADB1B6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.content_comment_title{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;
	width:98%;
	height:20px;
	clear:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADB1B6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.content_comment_table{
	width:570px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADB1B6;
}
.content_comment_date_name{
	font-style: italic;
	padding-bottom: 8px;
	font-size: 11px;
}
.content_comment_text{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.3em;
}
.content_comment_form_bezeichnung  {
	display: block;
	width: 130px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
}
.content_comment_form_element_250px  {
	display: block;
	width: 250px;
	float: left;
	border: 1px dotted #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content_comment_form_element_30px  {
	display: block;
	width: 30px;
	float: left;
	border: 1px dotted #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content_comment_form_fieldset {
	width: 400px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
}
.content_comment_form_submit {
	float:left;
	background:#CCCCCC;
	border: 1px solid #666666;
	margin-left: 10px;
	width: 90px;
	margin-bottom: 10px;
}
.content_rating{
	padding-top: 20px;
}
.content_rating_titel{
	color: #003366;	
}
.content_bilderliste_title{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;
	width:98%;
	height:20px;
	clear:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADB1B6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.content_site_bilderliste {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 550px;
}
.content_site_bilderliste li {
	list-style-type: none !important;
	list-style-image:none;
	float: left;
	border: 1px dotted #666666;
	margin: 3px;
	height: auto;
}
.content_bilderliste_table{
	padding-top: 10px;
	padding-left: 20px;
	width:600px;	
}
.content_galerie_image{
	padding: 2px;
	margin: 2px;
	border: 1px solid #999;	
}
.content_download_list{
	padding-left: 10px;
	font-style: italic;
}
/*  -------------------
	--- Footer      ---
	-------------------  */
.footer_link a {
	font-size: 12px !important;
	color: #fff;
}
.footer_link a.aktuell {
	color: #fff;
}
.footer_link a:hover {
	color: #CE9706;
}


/*  -------------------
	--- Module      ---
	-------------------  */
.passimage {
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_border_ws {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #000;		
}
/*  -------------------
	--- Produkte    ---
	-------------------  */
.produktbox {
	width: 650px;
}
.produktbox div{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 180px;
	height: 230px;
	background-color: #F4F4F4;
	border: 1px dotted #CCC;
}
.produktbox .first {
	clear: left;
	margin-left: 0px;
}
.produktbox img {
	display: inline;
}
.produktbox tr {
	background-color: #FFF;
}
.produktbox td {
	text-align: center;
}
.produktbox ul.overview {
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #333;
	display: block;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.produktbox span.overview {
	font-size: 10px;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	color: #333;
	display: block;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 0px;
}
.produktbox a.overview {
	font-size: 9px;
	text-align: left;
	text-decoration: none;
	color: #006;
	display: block;
	padding-left: 5px;
	margin-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.produktbox a:hover.overview {
	text-decoration: underline;
}

/*  -------------------
	--- Login    ---
	-------------------  */
.login_content_name{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.login_content_password{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.login_content_input{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #333;
	background-color: #FFF;
	width: 100px;
	border: 1px dotted #999;
	margin-right:5px;
	margin-left:2px;
}
.login_content_submit{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #666;
	margin-right:5px;
	margin-left:2px;
}
.vereine_input_60px{
	border: 1px dotted #666666;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 60px;
}
.vereine_input_40px{
	border: 1px dotted #666666;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 40px;
}
.vereine_submit_40px{
	border: 1px solid #666666;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 60px;
}
.vereine_form_fieldset {
	width: 550px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

