body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#wrap {
	border: 7px solid #89a295;
	width: 1100px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #ffffff;
}

.hide {
    DISPLAY: none;
    VISIBILITY: hidden
}
.show {
	clear: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.micro {
	font-size: 7px;
}
.tiny {
	font-size: 8px;
}
.smaller {
	font-size: 9px;
}
.small {
	font-size: 10px;
}
.normal {
	font-size: 11px;
}
.big {
	font-size: 13px;
}
.bigger {
	font-size: 14px;
}
.biggest {
	font-size: 15px;
}
.large {
	font-size: 16px;
}
.larger {
	font-size: 18px;
}
.largest {
	font-size: 28px;
}

.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.gray {
	color: #666666;
}

.red {
	color: #CC0000;
}
.orange {
	color: #FF6600;
}
.green {
	color: #336600;
}
.yellow {
	color: #FFFF00;
}
.brown {
	color: #990033;
}
.bluelight {
	color: #C3DAF9;
}
.blue {
	color: #2B4D86;
}
.darkblue {
	color: #29537C;
}


.arial {
	font-family: Arial;
}
.antiqua {
	font-family: "Book Antiqua", Arial;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.helvetica {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.sans {
	font-family: sans-serif, Verdana, Arial, Helvetica;
}

textarea, input, select {
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.button {
	background-color: #FFFFFF;
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
}
.button:active {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.button, .button:focus {
	padding: 0px 5px 0px 5px;
}

.header1 {
	font-family: Arial;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

.header2 {
	font-family: Arial;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
.header3 {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
.header4 {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}

.div-scroll-one {
	overflow: auto; 
	overflow-x: hidden; 
	scrollbar-arrow-color: #1B5028; 
	scrollbar-face-color: #E9E48F; 
	scrollbar-3dlight-color: #E9E48F; 
	scrollbar-darkshadow-color: #E9E48F;
}

a:hover {
	text-decoration: none;
}

.struktur {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.rowstruktur {
	height: 30px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.rowstruktur:hover{
	background: #ffffaf;
	color: #ffffff;
}

.borderbottom {
	border-bottom: solid 1px #8e8e8e;
}

p {
	padding-left: 8px;
	padding-right: 8px;
}

.blur:hover {
	text-shadow: 0 0 0.5em #87F, 0 0 0.5em #87F,
        0 0 0.5em #87F, 0 0 0.5em #87F;
}

.bordercurve {
	-webkit-border-radius: 10px 10px 10px 10px;
	height: 20px;
}
