#213D62 = Blau
#0ECC77 = Grün

body {
 margin: 0;
 padding: 0;
 min-width: 1050px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #213D62 url(images/links.png) repeat-y;
}

#links {
 float: left;
 width: 217px;
 min-height: 960px;
 background: url(images/banner_leftv2.jpg) no-repeat;
}

#main {
}

#footer {
 width: 201px;
 background: #213D62;
 color: #999999;
 font-size: 10px;
 padding: 5px 0 5px 13px;
}

form {
 margin: 5px;
 padding: 5px;
}

input {
 border: 1px solid #555555;
 margin: 1px;
}

input.txt, select.txt{
 width: 170px;
}

label {
 width: 110px;
 display: block;
 float: left;
}

.label_1 {
 width: 180px;
}

select {
 border: 1px solid #555555;
}

textarea {
 border: 1px solid #555555;
 width: 255px;
 height:80px;
 margin: 1px;
}
.frage {
 border: 1px solid #0000FF;
}
.frage_neu {
 border: 1px solid #AAAAFF;
}
.hinweis {
 border: 1px solid #213D62;
}
.antwort_neu {
}

.neu {
 width: 34px;
 height: 17px;
 background: url(images/new_normal.png) no-repeat;
 display: block;
 /* clear: both; */
}
.neu:hover {
 background: url(images/new.png) no-repeat;
}
.refresh {
 width: 20px;
 height: 20px;
 background: url(images/refresh.png) no-repeat;
 display: block;
}
.refresh:hover {
 background: url(images/refresh_over.png) no-repeat;
}
.loeschen {
 width: 20px;
 height: 20px;
 background: url(images/plus.png) no-repeat;
 display: block;
}
.loeschen:hover {
 background: url(images/plus_over.png) no-repeat;
}
.naechste {
 width: 20px;
 height: 20px;
 background: url(images/sign-out.png) no-repeat;
 display: block;
 border: 0;
}
.naechste:hover {
 background: url(images/sign-out_over.png) no-repeat;
}

.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #0ECC77;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #213D62;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #213D62;
}

.style a:link, .style  a:hover, .style  a:visited { font-size: 10px; }
#links a:link, #links a:hover, #links a:visited { font-size: 10px; }

.klein a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #213D62;
	text-decoration: none;
}

.Mainstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.agententext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
.auswahl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
input.big {
 cursor: pointer;
}
h2 {
 font-size: 17px;
}
h3 {
 font-size: 15px;
}
h4 {
 font-size: 14px;
}

.antwort {
    float:left;
	width:170px;
	height:140px;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px;
	margin: 5px;
    cursor: pointer;
}
.antwort div {
	margin:0;
	padding:0;
}
.antwort_box {
	border: 2px solid #000000;
	border-style: outset;
	height:134px;
	width:164px;
}
.antwort textarea {
	width:160px;
	height:108px;
}

.weiter {
	display: block;
	margin-left: 98px;
	width: 155px;
	max-width: 155px;
	font-size: 9px;
}
.weiter_leer {
 display: none;
}

#einwand {
 position: absolute;
 top: 5px;
 left: 600px;
 min-height: 25px;
 width: 250px;
 padding: 5px;
 background: #EEEEEE;
 border: 1px solid #AAAAAA;
}
#hinweis {
}
#info {
 margin: 0 0 20px 0;
 padding: 5px;
 min-width:  190px;
 width:      720px;
 max-width:  90%;
 min-height: 18px;
 overflow: visible;
 background-color: #FAD0A0;
 border: 1px solid #555555;
 font-weight: bold;
}
