@charset "iso-8859-9";
body {
	background-image: url(assets/images/bodybkg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.alt {
	background-attachment: scroll;
	background-image: url(assets/images/bodybkgalt.gif);
	background-repeat: repeat-x;
}

#container {
	width: 100%;
}
#logoarea {
	clear: both;
	height: 110px;
	width: 760px;
}
#logoarea img{
	border:0px;
}
#menubar {
	height: 35px;
	width: 760px;
}
#menubar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menubar ul li {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	line-height: 35px;
	vertical-align: middle;
	display: block;
	height: 35px;
	background-attachment: scroll;
	background-image: url(assets/images/buttondot.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#menubar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: auto;
}
#menubar ul li a:hover {
	background-color: #FF9900;
	background-attachment: scroll;
	background-image: url(assets/images/buttonhover.jpg);
	background-repeat: repeat-x;
}
#motto {
	font-size:1px;
	clear: both;
	background-attachment: scroll;
	background-image: url(assets/images/motto.jpg);
	background-repeat: no-repeat;
	height: 354px;
	width: 760px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
#footer {
	height: 80px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	clear: both;
}
#footer p {
	font-family: tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 6px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
}
.imgfloatleft {
	float: left;
	margin-right: 15px;
}
#footer a {
	color: #00CC00;
}
#textfield {
	width: 760px;
	clear: both;
}
#leftmenubar {
	width: 179px;
}

#col1 {
	float: left;
	width: 179px;
}
#leftmenubar  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftmenubar  ul  li {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	display: block;
	background-attachment: scroll;
	background-image: url(assets/images/leftmenubkg.gif);
	background-repeat: repeat-x;
	text-indent: 20px;
	vertical-align: middle;
}
#leftmenubar  ul  li a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 24px;
	width: 179px;
}
#leftmenubar ul li a:hover {
	background-attachment: scroll;
	background-image: url(assets/images/leftmenubkgon.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 175px;
}
#col2 {
	float: left;
	width: 560px;
	margin-left: 11px;
	padding-bottom:10px;
}

#col2 p, #col2 table {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 10px;
	line-height: 1.5em;
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#col2 p a
{
    color:#000;}
#col2 p a:hover
{
    color:#333;
    text-decoration:none;}
h5 {
	font-family: tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: tahoma, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #43ADE1;
	margin-top:10px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #304150;
}
.aktif {
	background-attachment: scroll;
	background-image: url(assets/images/buttonhover.jpg);
	background-repeat: repeat-x;
}
input, select, textarea 
{
    background-color:#F4F4F4;
	font-family:Tahoma;
	color:#5d5d5d;
	font-size:11px;
	border:solid 1px #333;
	margin-bottom:4px;
	margin:1px;
	}