@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend, caption, tbody, tfoot, thead,{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline:none
}
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top{
	width: 998px;
	height: 132px;
	margin: 0 auto; 
}
#container {
	width: 998px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#bg {
	width: 783px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 412px 0;
	height: auto;	
}
.sidebar {
	float: right;
	width: 215px;
	padding-bottom: 10px;
	height: auto;	
}
#maincontent {
	padding: 0;
	width: 783px; height:auto;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
table, tr, th, td {
	padding: 0px;
	border: 0px;
	text-align: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
p{
	margin-top: 7px; 
	padding-right: 15px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6,  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0
	padding-right: 15px;
	padding-left: 15px;
}
.titel1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #452e81;
	color: #452e81;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}
.titel2 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px 15px 10px 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #00a092;
	text-decoration: underline;
}
.titel3 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px 15px 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #00a092;
	text-decoration: underline;
}
.line{
	margin: 10px 10px 10px 0;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #452e81;
	color: #452e81;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
a.fioletlink{
	color: #7350BC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
a.fioletlink:hover{
	color: #666;
	text-decoration: underline;
	padding-left: 4px;
}
a.greenlink{
	color: #00a092;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 22px;
}
a.greenlink:hover{
text-decoration: underline;
}
a.greenlinksmall{
	color: #00a092;
	font-weight: bold;
	text-decoration: none;
}
a.greenlinksmall:hover{
color: #fb025b;
}
li{
margin-left:40px;
font-weight: bold;
}
li.another{
	margin-left:40px;
	font-weight: normal;
	list-style-type: circle;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	background: #b8fff8;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding: 5px 15px 5px 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	width: 998px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.copylogo {
	background-image: url(../images/logocopyright.gif);
	background-repeat: no-repeat;
	background-position: 34px center;
	padding-left: 67px;
	padding-top: 8px;
	padding-bottom: 9px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear{
		float:none;
		clear:both;
		height:0px;
}
.left_quote {
	margin-right:5px;
	padding:0;
}
.right_quote{
margin-left:5px;
padding-top:30px;
padding-left:0;
}
.dropcap:first-letter {
-x-system-font:none;
color:#00a092;
display:block;
float:left;
font-family:Georgia,Times,serif;
font-size:50px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:40px;
padding:4px 8px 0 0;
}
.newdate {
	background-color: #fb025b;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 9px 6px 0;
}
.presslink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-right: 10px; padding-left: 8px;
}
.presslink:hover{
	color: #fb025b;
	text-decoration: underline;
}
.grey{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 6px; margin-left: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-bottom: 13px; margin-right:15px
}
