body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #515356;
	text-decoration: none;
	background-color: #b40004;
}

address {
	font-style: normal;
	}

a,
a:visited { text-decoration: underline;	
	color: #b40004;
}
h1,
.titel {
	color: #b40004;
	font-size: 120%;
}

h2,
.subtitel {
	color: #b40004;
	font-size: 100%;
}

/* Navigation */
.menue a,
.menue a:visited,
.menue a:active,
.menue a:hover,
.menue a:focus {
 	marginright: 20px;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

/* Print */
.print {
	display: none;
	}

/* service */
div#servicemenue {
	marginright: 20px;
	paddingright: 20px;

	}

/* servicenav... */
div#servicenav {
    /*width: 20em;*/
	width: auto;
    float: right;
    color: #FFFFFF;
	font-size:70%;
	vertical-align: bottom;
}

div#servicenav ul {
    display: inline; /*for IE Mac*/
}

div#servicenav ul li {
    display: inline;
}

div#servicenav li a,
div#servicenav li a:visited {
    color: #FFFFFF;
}

div#servicenav li a:active {
    color: #FFFFFF;
    text-decoration: none;
}

div#servicenav li a:hover,
div#servicenav li a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}



/* steps */
div#stephorizontal_white {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
	background-color: #ffffff;
	height: 23px;
	margine: 0px;
}
div#stephorizontal_colored {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
	height: 23px;
	margine: 0px;
}

/* intro mit Logo und Adresse */
div#intro {
	width: 252px;                    /* left column width */
   /* margin-left: -252px;        /*       _negative_ left column width */
    float: left;
    position: relative;
    z-index: 10;
	background-color: #ffffff;
	padding: 20px;
}

/* IE Win code, position: relative causes rendering bug in IE Win \*/
* html body div#intro {
    position: static;                 
}


div#logo {
}

div#adress {
	margin-left: 50px;
	font-size: 10Px;
}

div#adress h1{
	text-indent: -2em;
	font-size: 12px;
}

div#content {
/*	margin: 2px;
	border: 1px solid #b40004; */
	padding: 20px; 
	font-size: 80%;
/*	heigth: 450px;
	width: 450px; */
	background-color: #ffffff;
/*	float: right; */

/*    margin: 2em 28px; */
    max-width: 34.5em;
    line-height: 130%;
}

div#contentblock {
    width: 100%;
    position: static;
}

div#content hr.minwidth {
    display: block;
    width: 100px;
    visibility: hidden;
}
	
/* Formulare */

form { 
    text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}
label {
	font-size: 80%;
	width: 120px;
	vertical-align: top;
	text-align: left;
}
fieldset {
    border: 1px solid #515356;
}
legend {
	color: #b40004;
	font-weight: bold;
}
.submit {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #b40004;
	font-weight: bold;
	background-color: #515356;
	width: 10em;
}
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border: 1px solid #515356;
	width: 20em;
	margin-right: 4px;
	margin-bottom: 4px;
}
.noborder {
    border: none;
	width: auto;
}


.topofpage {
	font-size: 70%;
	font-weight: bold;
    text-align: right;
	margin: 10px;
}
