* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* --- TAGS ------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {	font-weight: normal;}

h1 {	font-size: 16px;}
h2 {	font-size: 12px;}
h1, h2 {	font-weight: bold; padding: 2px;}

a:link, a:visited {	color: #261468;	text-decoration: none;}
a:hover {	color: #db261f;}

input, select, textarea {
	border: 1px solid white;
	background-color: Silver;
}

img {
	border: 0;
}
.lng_flags {
    width: 17px;
    border: 1px solid silver;
}
/* --- Container -------------------------------------------------------------------- */
div#wrapper {
	width: 800px;
	text-align: left;
	margin: auto;
	margin-top: 20px;
	min-height: 500px;
	background-color: #e2e2e2;
}

div#wrapper_cadview {
	width: 620px;
	text-align: left;
	margin: auto;
	margin-top: 20px;
	min-height: 500px;

}

div#left {
	width: 180px;
	float: left;
	min-height: 500px;
	/*background-image: url(../img/HymerHintergrund.jpg);*/

}

div#right {
	width: 620px;
	float: left;
	min-height: 500px;
	/*background-image: url(../img/HymerHintergrund.jpg);*/
	background-color: #f1f1f1;
}

.clearall {
	font-size: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
}

div#left_top {	background-color: #CCCCCC;	height: 30px;}
div#left_middle {
	/*background-image: url(../img/logo_links01.jpg);
    height: 86px;*/
	vertical-align: bottom;
	/*padding: 2px;*/
}

div#left_nav {	padding: 2px;}
div#right_top {	background-color: #CCCCCC; height: 30px; }
div#right_middle {
	background-image: url(../img/logo_links02.jpg);
	height: 90px;
	text-align: right;
}

div#right_content {
	padding: 3px;
	margin-bottom: 20px;
}

div#footer_wrapper {
	width: 800px;
	text-align: left;
	margin: auto;
	color: black;
}

div#footer_wrapper_cadview {
	width: 620px;
	text-align: left;
	margin: auto;
	color: black;
}


div#footer_left, div#footer_right {	float: left; font-size: 10px; }
div#footer_left {   width: 180px; }
div#footer_right {	width: 620px; }

#footer_wrapper a {
    font-size: 10px;
}
#footer_wrapper_cadview a {
    font-size: 10px;
}

/* --- mainnav ---------------------------------------------------------------------- */
ul#mainnav {
    padding-left: 10px;
}

ul#mainnav li {
	list-style: none;
	float: left;
}

ul#mainnav li a {
	display: block;
    width: 155px;
    height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	-padding-left: 8px;
	line-height: 28px;
	border-bottom: 1px dotted #FFFFFF;
}

ul#mainnav li a:hover {


}

/* --- part solutions --------------------------------------------------------------- */
input, select, textarea    { border: 1px solid silver; font-size: 12px; font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;}
input.error, select.error {padding-right: 16px; border: 1px solid #E60003 !important; background-color: #FFFCE2;
		background-image: url(warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus, textarea:focus {border: 1px solid #E60003; background-color: #FAFAD2;}

ul {
	padding-left: 20px;
	list-style: disc;
}

/* --- User Administration 	---------------------------------------------------------- */
.admin_table {
	width: 95%;
}

.admin_table tr {
	height: 30px;
	vertical-align: text-top;
	background-color: silver;
}

.admin_table th {
	background-color: #FFFFFF;
	text-align: center;
	color: #E60003;
	padding: 5px;
}

.admin_table td {
	padding: 3px;
	font-size: 11px;
}

.admin_icon img {
	border: 1px solid #0D3F96;
	padding: 3px;
}

.admin_icon:hover  img{
	border: 3px solid #E60003;
	padding: 1px;
}

.admin_input_table {
	width: 95%;
	background-color: #EEEEEC;
	padding: 0;
	margin: 0;
}

.admin_input_table td {
	border-bottom: 1px solid Silver;
	padding: 4px;
	vertical-align: text-top;
}

.admin_input_table th {
	background-color: #FFFFFF;
	text-align: center;
	color: #E60003;
	padding: 5px;
}

/* --- Konfigurator Formular 	---------------------------------------------------------- */

.tbl_konfi_form { background-color: #EEEEEC; }

.tbl_konfi_form td {
	vertical-align: top;
	padding: 2px;
}

.tbl_konfi_form tr td fieldset {	widTH: 280px; border: 1px solid gray; padding: 1px; }

.tbl_konfi_form tr td fieldset legend {
	padding: 5px;
	border: 1px solid #261468;
	margin-bottom: 10px;
	color: #261468;
	background-color: #ffffff;
}

.tbl_konfi_form td legend {
	color: #261468;
	font-weight: bold;
}

.tbl_konfi_form_tax {	font-size: 9px; }

.tbl_konfi_form select {	font-size:10px; }

input.field , select.field, textarea.field {
	background-color: #B7FF71;
}

input.readonly {
	background-color: #cccccc;
	color: #000000;
}

.mm {	font-size: 9px;}

.btn {
    color: #0D3F96;
    font-weight: bold;
    border-left: 2px solid lightgray;
    border-top: 2px solid lightgray;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    background-color: lightgray;
}

/* Webmodels */
.webmodel_table {
	width: 95%;
}

.webmodel_table tr {
	vertical-align: middle;
	background-color: #EEEEEC;
}

.webmodel_table th {
	background-color: #FFFFFF;
	color: #E60003;
	padding: 5px;
	padding-top: 15px;
}

.webmodel_table td {
	padding: 3px;
	font-size: 11px;
}

.webmodel_table_myth {
	background-color: #FFFFFF;
	color: #E60003;
}

.webmodel_table_myth td {
	border-bottom: 1px solid black;
}
