@charset "UTF-8";
body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-color:#3FC;
	width:100%;
	margin:0;
	padding:0;
}
h1{
	font-size:20px;
	font-variant:small-caps;
	font-style:italic;
	text-decoration:underline;
}
h2{
	font-size:15px;
	font-variant:small-caps;
	text-decoration:underline;
}
li{
	list-style:disc;
}
.v2 li{
	list-style:circle;
}
.mybutton{
	text-decoration:none;
	outline:none;
}
.underline{
	text-decoration:underline;
}
.link_v1{
	border-bottom:1px dotted #333;
}
#logout{
	float:right;
	font-size:11px;
}
#logout a{
	color:#333;
	text-decoration:none;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border:1px solid #418B86;
	margin-top:3px;
}
.description {
	font-style:italic;
}
.textform{
	width:280px;
	border:1px solid #418B86;
	margin-top:3px;
}
.pw{
	width:200px;
	border:1px solid #418B86;
	margin-top:3px;
}
.loginform{
	width:200px;
	border:1px solid #418B86;
	margin-top:3px;
}
a {
	outline:none;
}
a:link, a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#upperbar{
	width:100%;
	height:50px;
	background-image:url(../images/upperbar.jpg);
	background-repeat:repeat-x;
}
#container{
	width:900px;
	margin:auto;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}
#headline{
	width:900px;
	height:215px;
	float:left;	
}
#content{
	width:900px;
	height:auto;
	float:left;
	background-image:url(../images/bg_cont.jpg);
	background-repeat:repeat-y;
}
/*--------------------------------------------------------------------------
	Menu
--------------------------------------------------------------------------*/
#menu{
	width:175px;
	height:auto;
	float:left;
	font-size:11px;
	padding:20px 0;
}
#menu ul{
	margin:0;
	padding-left:0;
	list-style:none;
}
#menu li{
	list-style:none;
	margin:0;
	padding:0;
}
.label{
	float:left;
	width:145px;
	height:31px;	
	padding:19px 0 0 30px;
}
a.label_onpage:link, a.label_onpage:visited, a.label_onpage:hover, a.label_onpage:focus, a.label_onpage:active{
	float:left;
	width:145px;
	height:31px;	
	padding:19px 0 0 30px;
	background-image:url(../images/label02.jpg);
	background-repeat:no-repeat;
	color:#333;
	margin:0;
	text-decoration:none;
}
a.label:link, a.label:visited{
	background-image:url(../images/label01.jpg);
	background-repeat:no-repeat;
	color:#333;
	margin:0;
	text-decoration:none;
}
a.label:hover, a.label:focus, a.label:active{
	background-image:url(../images/label02.jpg);
	background-repeat:no-repeat;
	color:#333;
	margin:0;
	text-decoration:none;
}
/*------------------------------------------------------------------------*/
.pagecontent{
	width:685px;
	float:right;
	padding:0 25px 20px 10px;
	font-size:13px;
	text-align:justify;
	line-height:1.50em;
}
.formLeft{
	width:300px;
	padding:0 20px;
	float:left;
	text-align:left;
}
.formRight{
	width:305px;
	padding:0 20px;
	float:right;
	text-align:left;
}
.formBottom{
	width:685px;
	height:auto;
	float:left;
	text-align:left;
	padding-top:20px;
}
.formError{
	width:auto;
	height:auto;
	clear:both;
	padding:1px 3px;
	border:1px solid #F90;
	background-color:#FAE77C;
	color:red;
}
.question{
	width:643px;
	float:left;
	text-align:center;
	padding:20px;
	margin-top:10px;
	color:red;
	border:1px solid #F90;
	background-color:#FAE77C;
}
.bottom{
	float:left;
	width:850px;
	height:23px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	padding:2px 25px 0;
	font-size:11px;
	text-align:center;
}
#footer{
	width:850px;
	float:left;
	padding:0 25px;
	font-size:11px;
}
