@charset "utf-8";
/* CSS Document */

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
.gruen{
background-color:#bdce05;
height: 500px;
z-index:4;
}

.blau{
height: 284px;
background-color: #003479;
z-index:4;
}

.logo{
position: relative;
top:35px;
left:280px;
width: 490px;
height:230px;

z-index:6;
}

.emblem_oben{
position: absolute;
top:0;
left:0;
width: 442px;
height:500px;
background: url(images/emblem_oben.jpg) no-repeat;
z-index:5;
}

.emblem_unten{
position: absolute;
top:500px;
left:0;
width: 442px;
height:284px;
background: url(images/emblem_unten.jpg) no-repeat;
z-index:5;
}

.inhalt{
position: absolute;
left:105px;
top:310px;
width: 930px;
height: 230px;
z-index: 9;
color:#003479;
font-family:Arial, sans-serif;
font-size:115%
}

.button{
width:98px;
height:27px;
background: url(../images/senden_button.jpg) 0 0 no-repeat;
}



*+HTML .button{
width:95px;
height:27px;
background: url(../images/senden_button.jpg) -4 -4 no-repeat;
}




p{font-family:Arial, sans-serif;}

.small_letters{
font-size:80%;
line-height:87%
}

.inputbox{
background: url(../images/input_hinter.jpg) no-repeat;
height:20px;
padding-top:3px;
padding-left:10px;
border:0;
}

.text{
width:900px;
height:30px;
color:#fff;
font-weight:bold;
position: relative;
left:120px;
top: 20px;
z-index:9}

.alteseite{
width:250px;
height:28px;
position:relative;
left:400px;
top:30px;
z-index:9
}


