@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:75%;
margin:0;
padding:0;
line-height:17px;
}

.headline {
	font-size:120%;
	font-weight:bold;	
	color:#a9212f;	
}

.underline {
font-size:16px;
font-weight:bold;
color:#a9212f;
}

a:hover {
text-decoration: underline;
}


a {
color:#a9212f;
text-decoration:none;
font-weight:bold;
}

.platzhalter {
background-color:#999999;
height:80px;
width:80px;
}

.quadrat {
background-color:#a9212f;
height:100px;
width:100px;
}
.quadrat2 {
	background-color:#a9212f;
	height:100px;
	width:100px;	
	float: right;
}

.absatz {
line-height:17px;
text-align:justify;
}

.absatz2 {
line-height:19px;
text-align:justify;
}

.input {
	border-bottom: 1px solid #a9212f;	
	border-left:none;
	border-right:none;
	border-top:none;
}


.senden {
border:1px solid #a9212f;
background:none;
font-weight:bold;
color:#A62D35;
}


.tr_line {
border-bottom: 1px solid #a9212f;
}

.pr_line {
height:3px;
width:850px;
background-color:#a9212f;
}