/*<![CDATA[*/ 



html {
	padding: 0px;
	margin: 0px;
}

/* Allgemein */
body {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 100.01%;
	background: #fff;
	
}

#druckadresse, #logodruck {
	display: none;
}

a {
	color: #fa9f1d;
	text-decoration: underline;
}

a:hover {
	color: #00a8db;
	text-decoration: none;
}


form {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 8px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.35em;
	padding: 0;
	margin: 0 0 10px 0;
	color: #fa9f1d;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.15em;
	padding: 0 0 3px 0;
	margin: 10px 0 5px 0;
	color: #fa9f1d;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 0px 0 3px 0;
	color: #c81e1e;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #5e5e5e;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #5e5e5e;
}

.hr {
	border-bottom: 1px solid #bdcdf4;
	margin: 0;
}

.hr hr {
	display: none;
}

img {
	border: 0;
	/*margin: 0;
	padding: 0;*/
}

table {
	font-size: 1.0em;
	border: 0;
}

#logo img {
	/*margin-top: -20px;*/
	/*padding-top: -20px;*/
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* DOT MENU */

.dot { 
	position: absolute; 
	width: 15px; 
	height: 15px; 
	visibility: hidden; 
	/*background-color: red; */
	font-size: 1px; 
	cursor: pointer; 
	cursor: hand; 
	z-index: 100;
	background: url(img/dot.gif) top left no-repeat;
}
.dotoff { 
	position: absolute; 
	width: 15px; 
	height: 15px; 
	visibility: hidden; 
	/*background-color: gray; */
	font-size: 1px; 
	cursor:default; 
	z-index: 100;
	background: url(img/dot_off.gif) top left no-repeat;
}
.dotempty { 
	position: absolute; 
	width: 15px; 
	height: 15px; 
	visibility: hidden; 
	/*background-color: orange; */
	font-size: 1px; 
	cursor: pointer; 
	cursor: hand; 
	z-index: 100;
	background: url(img/dot_empty.gif) top left no-repeat;
}
.caption { 
	position: absolute; 
	visibility: hidden; 
	font-family: Tahoma; 
	color: black; 
	font-size: 12px; 
	text-align: center; 
	cursor: default; 
	z-index: 1;
	padding: 3px 0 0 0;
}

/*p { font-size: 10px; font-family: tahoma; color: black }*/


/*//////////////////////////////////////////////////////////////////////////////////*/
/* Titel */

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 300px;
	padding: 0px 0px;
	z-index: 200;
	margin-left: -150px;
	margin-top: -140px;
   /*margin-right: auto;*/
	font-size: 0.75em;
	line-height: 1.3em;
	background: #fff;
	border: 1px solid #fa9f1d;
}

.content .inner {
	padding: 0px 12px 5px 12px;
}

.content .closecontent a {
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	color: #fa9f1d;
	text-decoration: none;
}

.content .closecontent a:hover {
	background: #d4edfa;
	color: #00a8db;
	text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* Formulare */

.input-login {
	color: #000;
	background: #fff;
	border: 1px solid #fbc295;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
}

.input-halb, .input-plz, .input-ort,
.input-select,
.textarea-voll {
	color: #000;
	background: #fff;
	border: 1px solid #fbc295;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
}

.input-halb {
	width: 200px;
}

.input-plz {
	width: 50px;
}

.input-ort {
	width: 140px;
}

.textarea-voll {
	width: 257px;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Farben */
.rot {
	color: #ec1c05;
}

.gruen {
	color: #008000;
}

.grau {
	color: #666;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/*]]>*/ 
