@charset "utf-8";
.wrapper {
	position: relative;
}
body {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #f0f5f9;
}
.header {
	background-image: url(../_assets/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.mainbody {
	padding: 10px;
	margin-left: 70px;
	margin-right: 70px;
}

#logo {
	position: absolute;
	float: left;
	clear: none;
	height: 141px;
	width: 236px;
	z-index: 20;
	left: 0px;
	top: 0px;
}

#button {
	position: relative;
	float: right;
	height: 119px;
	width: 119px;
	z-index: 21;
}

#subheader {
	float: left;
	position: absolute;
	background: #3e5a8b;
	height: 27px;
	color: #FFFFFF;
	top: 73px;
	z-index: 100;
	left: 152px;
	width: 580px;
	/*font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	width: 517px;*/
}

/*div#subheader a {
	text-decoration: none;
	color: white;
}

div#subheader a:hover {
	text-decoration: underline;
	color: #FFFF00;
	background-color: #CBE4FD;
}

div#subheader a:active {
	text-decoration: underline;
	color: #FFFF00;
}

div#subheader a:visited {
	text-decoration: none;
	color: white;
}*/

/* Boxes */

.rounded-box {
	background-color: #A7C4D8;
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/tl-on-f0f5f9.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.rounded-box .rounded-box-tr {
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/tr-on-f0f5f9.gif);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.rounded-box .rounded-box-bl {
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/bl-on-f0f5f9.gif);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
.rounded-box .rounded-box-br {
	padding: 2px;
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/br-on-f0f5f9.gif);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.rounded-box .rounded-box-content {
	padding: 10px;
}
.rounded-box .rounded-box {
	background-color: #FFFFFF;
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/tl-on-a7c4d8.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.rounded-box .rounded-box .rounded-box-tr {
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/tr-on-a7c4d8.gif);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.rounded-box .rounded-box .rounded-box-bl {
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/bl-on-a7c4d8.gif);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
.rounded-box .rounded-box .rounded-box-br {
	padding: 2px;
	background-image: url(file:///D|/_Arbeit/Rauchfreie%20Gemeinde/_assets/corners/br-on-a7c4d8.gif);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.rounded-box .rounded-box .rounded-box-content {
	background-color: #FFFFFF;
	padding: 10px;
}
#feature {
	margin-bottom: 10px;
}
.pkg {
	display: block;
}
.spotlight {
	margin-bottom: 10px;
}
/* End Boxes */

/* Menu */
#NavMenu {
	border: 0px none;
	color: #FFFFFF;
	font-size: 0.8em;
	list-style-type: none;
	margin: 0px;
}
.NavMenuItem {
	border:0pt none;
	cursor:pointer;
	display:block;
	float:left;
	margin:0pt;
	padding:0pt;
	white-space:nowrap;
	width:auto;
}
.NavMenuItem a, .NavMenuItem a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0.5em 0.6em;
	text-decoration: none;
}
.NavMenuItem a:hover, #Alpha {
	background-color: #CBE4FD;
	color: #114577;
}
/* End Menu */

/* Font Styles */
.intro {
	color: #213368;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0px 0px;
}
.intro.detail {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}
