/*** PAGE GLOBALS ***/
* {
	margin: 0px;
	padding: 0px;

}
body {
	background-image: url(images/bg-main.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	margin-bottom: 18px;
	line-height: 18px;
	color:#333333;
}
a {
	margin-bottom: 18px;
	color:#666666;
}

b, strong{
	color: #333399;
}

h1 {
	margin-top: 24px;
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image:url(images/navi-blue.gif);
	background-repeat:no-repeat;
	padding-left: 17px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #333399;	
}

ul{
	padding-top: 10px;
	margin-left: 20px;
}

li{
	list-style-type: square;
	line-height:18px;
	color:#333333;
}

.whiteline {
	clear: both;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.grayline {
	margin-top: 80px;
	margin-bottom: 10px;
	border-bottom-color: #8E8E8E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 402px;
}

/*** HEADER ***/
#header {
	background-color: #e8e8e8;
	height: 110px;
}
#header #logo {
	padding-top: 20px;
	padding-left: 9px;
}

/*** HEADERBAR & CONTAINER GLOBALS ***/
#container, #headerbar {
	width: 760px;
}
#headwrapper {
	float: left;
	width: 336px;
}
#wrapper {
	float: left;
	width: 336px;
}
#headcontent {
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
	float: right;
}
#content {
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
	float: right;
}
#snavi {
	float: left;
	width: 183px;
}
#navi {
	float: left;
	width: 183px;
}
#headpics {
	float: right;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
	width: 149px;
}
#pics {
	float: right;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
	width: 149px;
}

/*** DETAILS FOR HEADERBAR ***/
#headerbar #headcontent {
	background: #7e7e7e;
	height: 25px;
	width: 422px;
}
#headerbar #headcontent .aktiv{
	text-decoration: none;
	color:#ffffff;
	background-image:url(images/navi-blue.gif);
	background-repeat:no-repeat;
	padding-left: 17px;
}
#headerbar #headcontent .aktiv:hover{
	text-decoration: none;
	color:#ffffff;
	background-image:url(images/navi-blue.gif);
	background-repeat:no-repeat;
}
#headerbar #headcontent ul {
	padding: 0px;
	margin: 0px;
}

#headerbar #headcontent li {
	list-style-type: none;
	line-height:25px;
	padding-left: 10px;
}
#headerbar #headcontent a {
	text-decoration: none;
	color:#EDEDED;
	padding-left: 17px;
	padding-right: 12px;
	background-image:url(images/navi-grey-dark.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}
#headerbar #headcontent a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	background-image:url(images/navi-grey.gif);
}
#headerbar #snavi {
	background: #7e7e7e;
	height: 25px;
}
#headerbar #snavi ul {
	padding: 0px;
	margin: 0px;
}
#headerbar #snavi li {
	list-style-type: none;
	line-height:25px;
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 10px;
}
#headerbar #snavi a {
	text-decoration: none;
	color:#EDEDED;
	padding-left: 17px;
	background-image:url(images/navi-grey-dark.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}
#headerbar #snavi a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	background-image:url(images/navi-grey.gif);
}
#headerbar #snavi .aktiv{
	text-decoration: none;
	color:#ffffff;
	background-image:url(images/navi-blue.gif);
	background-repeat:no-repeat;
	padding-left: 17px;
}
#headerbar #snavi .aktiv:hover{
	text-decoration: none;
	color:#ffffff;
	background-image:url(images/navi-blue.gif);
	background-repeat:no-repeat;
}
#headerbar #headpics{
	background: #BBBBBB;
	height: 25px;
}

/*** DETAILS FOR CONTAINER ***/
#container #content{
	padding: 10px;
	background: #FFFFFF;
	width: 402px;
}

#container #navi{
	background: #939393;
}
#container #pics{
	background: #7e7e7e;
}

/*** PICS ***/
#pics img{
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#bggray {
	width: 149px;
	background-color: #7e7e7e;
}
#bgblue {
	width: 149px;
	background-color: #333399;
}

/*** NAVI ***/
#navi ul{
	padding-top: 20px;
	margin: 0px;
}
#navi li{
	list-style-type: none;
	line-height:18px;
	font-weight:bold;
	padding-left: 10px;
}
#navi a{
	text-decoration: none;
	color:#EDEDED;
	background-image:url(images/navi-grey-dark.gif);
	background-repeat:no-repeat;
	padding-left: 17px;
}
#navi a:hover{
	text-decoration: none;
	color: #ffffff;
	background-image:url(images/navi-grey.gif);
}
#navi .aktiv{
	text-decoration: none;
	color:#ffffff;
	background-image:url(images/navi-blue.gif);
	background-repeat:no-repeat;
	padding-left: 17px;
}
#navi .aktiv:hover{
	text-decoration: none;
	color:#ffffff;
	background-image:url(images/navi-blue.gif);
	background-repeat:no-repeat;
}