@import url(extend.css);
body {
	border : 0px;
	margin : 0px;
	padding : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #036;
	overflow : auto;
	background-color : #FFEFD5;
}
img {
	border : 0px;
	margin : 0px;
	padding : 0px;
}
h1 {	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 14px;
	color : #036;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	line-height : 20px;
	color : #036;
}
p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #036;
	line-height : 15px;
	margin-top : 0px;
	margin-bottom : 7px;
	white-space : normal;
}
ul {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #036;
	margin-left : 20px;
	padding-left : 5px;
	margin-bottom : 10px;
	margin-top : 5px;
	list-style-type : disc;
}
li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : italic;
	font-size : 10px;
	color : #036;	
	line-height : 15px;
	margin-top : 3px;
	margin-bottom : 3px;
}
/*==================================================CLASSES==================================================*/
.case {
	height : 100%;
	width : 100%;	
}
.main {
	height : 548px;
	width : 988px;
	border-color : #036;
	border-style : solid;
	border-width : 1px;
}
.navi {
	width : 180px;
	background-image : url(../images/navi_back.gif);
	vertical-align : middle;
}
.head {
	background-image : url(../images/header02.jpg);
	background-position : left;
	background-repeat : no-repeat;
	background-color : #fff;
	text-align : right;
}
.shadow {
	background-image : url(../images/content_shadow.gif);
}
.foot {
	background-image : url(../images/bottom_content_fill.gif);
	vertical-align : middle;
}
.border {
	border-color : #f90;
	border-style : solid;
	border-width : 1px;
}
.blockwrap {
	white-space : nowrap;
}
.input4 {
	width : 200px;
	border-color : #f90;
	border-style : solid;
	border-width : 1px;
	background-color : #fff;
	color : #f90;
	font-size : 10px;
	margin-right : 2px;
	cursor : pointer;
}
/*===================================================LINKS===================================================*/
a:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #036;
	text-decoration : none;
}
a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #036;
	text-decoration : none;
}
a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #f90;
	text-decoration : none;
}
a:activ {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #900;
	text-decoration : none;
}
.menue:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #036;
	text-decoration : none;
	line-height : 10px;
}
.menue:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #036;
	text-decoration : none;
	line-height : 10px;
}
.menue:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : White;
	text-decoration : none;
	line-height : 10px;
}
.menue:activ {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #ccc;
	text-decoration : none;
	line-height : 10px;
}