* {
    padding: 0;
    margin: 0;
} 

body {
	background-color: #588220;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("ml_01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Arial, sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
input.form {
	width: 380px;
	color: #000000;
	background-color: #97bcd6;
	border: 1px solid #000000;
}
input, select {
	color: #000000;
	background-color: #97bcd6;
	border: 1px solid #000000;
}
textarea.form {
    height: 300px;
    width: 380px;
	color: #000000;
	background-color: #97bcd6;
	border: 1px solid #152340;
}
input.formint {
    width: 100px;
	color: #000000;
	background-color: #97bcd6;
	border: 1px solid #000000;
}
.preview {
	font-weight: normal;
    border: 1px solid #97bcd6;
    margin: 0 0 10px 0;
    padding: 5px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}


#wrap {
margin: 0px auto;
width: 724px;
/*background: #fff url('images/midbg.jpg');*/
/*background-repeat: repeat-y;*/
}

#top { 
/*background: #fff url('images/topbg.jpg');*/
height: 30px;
}

#content {
/*padding: 0 40px 0 40px;*/
}

#bottom {

/*background: #fff url('images/botbg.jpg');*/
height: 30px;
}


.header {
	height: 100px;
	text-align: right;
	width: 700px;/*background: #85ACF7 url('images/hidr.jpg');*/
	font-weight: normal;
	color: #E0E8F4;
}

.header h1 { padding-left: 17px; padding-top: 24px; font-size: 22px; color: #fff; font-weight: normal;}
.header h1 a { font-size: 22px; text-decoration: none; color: #fff;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #fff; font-weight: normal;}

.breadcrumbs { 
    /*background: #F6F9FB;*/ 
	color: #fff;
	font-size: 12px;
	font-family:Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #97bcd6; 
	padding: 5px;
}

.breadcrumbs a { 
    /*background: #F6F9FB;*/ 
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family:Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #97bcd6; 
	padding: 5px;
}
	
.middle {
	color: #cacaca;
	font-family:Tahoma, Arial, sans-serif;
	font-size:13px;
	float: left;
	width: 69%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.middle p {
	margin-bottom:16px;
}

.right {
	float: left;
	color: #E0E8F4;
	width: 20%;
	margin: 0 10px;
	padding: 1% 1%;
	font-size:12px;
}
.right a {
	color: #E0E8F4;
	font-size: 12px;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
	color: #E0E8F4;
}

.right li {
	margin-bottom:5px;
	list-style-image: ('images/punkt.gif');
	color: #E0E8F4;
	list-style-image: url("punkt.gif");
}

.middle h2 { color: #E0E8F4; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}
.middle h2 a { color: #E0E8F4; text-decoration:none; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #E0E8F4; font-size: 18px; margin-top: 15px; font-weight: normal;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	font-size:11px;
	color: #E0E8F4;
}

#footer a {
	text-align: center;
	font-size:11px;
	color: #E0E8F4;
}