/* Epple GmbH www.gustav-epple.de; Main-Style-Sheet; 2004 Werb'Office */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input, textarea {
   margin: 0; 
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}

/* Basisfornmatierung */

body {
	background-color:#fff;
  	background-attachment: scroll;
  	background-repeat: repeat-y; 
  	background-position: left top; 
	margin: 0px;
 }
  
/* Linkformatierungen */

a {   
 	font-size: 12px;
 	color: #669933;
}
 
 
a:link.top, a:active.top, a:visited.top, a:hover.top {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:link.sub, a:active.sub, a:visited.sub, a:hover.sub {
	color: #669933;
	font-weight: bold;
	text-decoration: none;
}

a:link.highlight, a:active.highlight, a:visited.highlight, a:hover.highlight {
	/*color:#3E6398;*/
	color:#17479E;
}
 
/* Tabellenformatierungen */

td {   
	font-size: 12px;
	color:#3E6398;
	vertical-align: top;
	/*background-repeat: no-repeat;*/
}
 
td.button {  
	vertical-align: middle;
	padding: 0px 2px 0px 30px;
	background-image: url(../pics/shared/b_bg02.gif);
	height: 12px;	
}

td.sublink {  
	vertical-align: middle;
	padding: 0px 2px 0px 30px;
	height: 12px;	
}

td.highlight {
	background-image: url(../pics/shared/b_bg01.gif);
}

td.txt {  
	padding: 0px 0px 3px 90px;
}

td.block {  
	padding: 4px;
	color:#669933;
	border-bottom: 1px solid #669933;
}

.green {
	color: #669933;
}

/* Formularelemente  */

 
input {
	font-size: 12px;
	color: #3E6398;
	padding-left: 3px;
	background-color: #FAFAFA;
	border: 2px solid #C5D1E7;
	height: 20px;
}

textarea {
	font-size: 12px;
	color: #3E6398;
	padding-left: 3px;
	background-color: #FAFAFA;
	border: 2px solid #C5D1E7;
}

select {
	font-size: 12px;
	color: #3E6398;
	background-color: #FAFAFA;
	height: 20px;
}

input.checkit {
	border: none 0px; 
	width: 14px; 
	height: 14px;
	background-color: transparent;
}

input.button {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #8BA3CF;
	border: none;
	height: 20px;
}

/* Textformatierungen */

h2 {
	/*color: #3E6398;*/
	font-size: 13px;
	font-weight: bold;
}

h3 {
	/*color: #3E6398;*/
	font-size: 12px;
	font-weight: bold;
}


.h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
	border-top: 1px solid #669933;
}

.anmerkung {
	font-size: 10px;
}

.quote  { 
	clear: left; 
	float: left; 
	margin: 8px 10px 8px -60px; 
	padding: 8px 8px 2px 8px; 
	width: 190px; 
	text-align: right; 
	font-size: 12px; 
	line-height: 1.2em; 
	font-weight: bold; 
	font-style: italic; 
	color: #669933; 
	border-top: 1px solid #669933; 
	border-bottom: 1px solid #669933;  
}

.autor {
	/*color: #3E6398;*/
	font-style: normal;
}

.float {
	clear: left; 
	float: left; 
	margin: 8px 10px 8px 0px; 
	border-top: 1px solid #669933; 
	border-bottom: 1px solid #669933;
}



/* Bildformatierungen */

.vorschau {
	border: 1px solid #669933;
}


