/* BASISELEMENTE ------------------------------------------------ */
body     { color: #666666; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 16px; background-color: #fff; padding: 0; scrollbar-3d-light-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-base-color: #D2BAA2; scrollbar-dark-shadow-color: #D2BAA2; scrollbar-face-color: #D2BAA2; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #D2BAA2    }

h1  { color: #000000; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 16px; text-decoration: none; text-indent: 0; word-spacing: 0; letter-spacing: 0; margin: 0; padding: 0; vertical-align: 0 }

h3  { color: #000000; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 16px; text-decoration: none; text-indent: 0; word-spacing: 0; letter-spacing: 0; margin: 0; padding: 0; vertical-align: 0 }
/* LINKS ------------------------------------------------ */
a, a:link, a:visited, a:active    { color: #000; text-decoration: none }
a:hover    { color: #ba004c; text-decoration: none }
a.highlight { color: #B42557; text-decoration: none; font-weight: bold; }
a.highlight:link { color: #B42557; text-decoration: none; font-weight: bold; }
a.highlight:hover { color: #B42557; text-decoration: underline; font-weight: bold; }
/* TABELLEN ------------------------------------------------ */
table, tr, td   { color: #666666; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 16px }
/* FORMULARE ------------------------------------------------ */
FORM { 
	padding:0px;
	margin:0px;
 }
 
select	 { font-size: 11px; padding: 3px; border: solid 1px #e0cfbe }
input  { font-size: 11px; padding: 3px; border: solid 1px #e0cfbe }
textarea  { font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 3px; overflow: auto; border: solid 1px #e0cfbe }


/* ERRORS ------------------------------------------------ */
.warning   {
	color: #b8004a
	}
.error 	   {
	color: #b8004a;
	font-weight: 700 }
.hint  { 
	color: #b8004a
	}
	
.success { 
	color: #b8004a; 
	font-weight: bold; 
	} 
.hint_red { 
	color: #b8004a; 
	font-weight: bold; 
	}
.hint_yellow { 
	color: #FF8C00; 
		font-weight: bold; 
	}

.clear { 
	clear: both; 
	font-size: 0; 
	margin: 0; 
	padding: 0; 
	line-height: 0;
	display: block;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	
* html .clearfix { height: 1%;}
.clearfix { display: block; }

.display_hide  { display: none; visibility: hidden; }
.display_show  { display: block; visibility: visible; }

.external { target-new: tab }
.target-tab { target-new: tab }
.target-window { target-new: window }
	
.float-left    { float: left; }
.float-right   { float: right; }
 
.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
 
.img-left      { float: left; margin: 0 10px 4px 0; }
.img-right     { float: right; margin: 0 0 4px 10px; }
.img-nospace   { font-size: 0; line-height: 0; white-space: nowrap; } 
.img-nospace img.block { display: block; }
 
.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }
	

