/* CSS Document bla*/

s 
P, OL, UL, DIV, H1, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494949;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	font-style:italic;
}


.bodytext {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494949;
}
.style2 {
	color: #3c59a1;
	font-weight: bold;
}
.menu-act {
	background-color: #3c59a1;
	color: white;
	
}
.style3 {font-size: smaller}


/* kontaktformular */
label {
  clear: left;
  float: left;
  width: 150px;
}
.csc-mailform-field {
  padding-top: 5px;
  height: 25px;
  clear: left;
  margin-bottom: 1px;
}
fieldset textarea {
  width:auto;
  clear:none;
  float:left;
  display:block;
  padding-right:2px;
  white-space:nowrap; /*to fix IE6 wrapping*/
}
.csc-mailform-submit {
  margin-left: 150px;
}
/* /kontaktformular */


.button {
    font-weight:bold;
    background-color:#efedf1;
    border:1px solid #000000;
	width: 100px;
	color: #33519e;
}
.button-head {
	font-weight:bold;
    background-color:#efedf1;
    border:1px solid #000000;
	width: 100px;
	color: #33519e;
}


.content_table_with_border th {
	font-weight:bold;
	padding:5px;
	border:1px solid black;
	border-collapse:collapse;
}
.content_table_with_border, .content_table_with_border td {
	text-align:center;
	padding:5px;
	border:1px solid black;
	border-collapse:collapse;
}




/* arminconf */
.section {
	color: #000066;
	font-weight:bold;
}
.subsection {
	color:#0099CC;
}

.arminshop_errormessage {
	color:#CC0000;
	font-weight:bold;
	font-size:12px;
	height:0;
}


.arminshop_table {
	width:100%;
}
.arminshop_table, .arminshop_table td, .arminshop_table th{
	border:1px solid black;
	border-collapse:collapse;
}

.arminshopSmallPrint {
	font-size: 10px;
}
.arminshop_button {
	border: 1px;
	background:#CCCCCC;
	
	border-style:solid;
}
.arminwhoistable {
	border: 1px;
	border-style: solid;
}
/* /arminconf */