/* --- Properties for standart tags --- */
body {
	background-color: ffffff;
	margin-top: 0px;
}
p, div, li, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 4px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	line-height: 16px;	font-weight: bold;
	color: #333333;	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	line-height: 15px;	color: #666666;
	font-weight: bold;	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	line-height: 14px;	color: #2F5EBD;
	text-decoration: none;
}
a:hover {
	color:#FF9900;	text-decoration: none;
}

/* --- Margins for Tables, Headline and Pictures --- */
.tablemargin {
	/* Margin to create the white outline/border of the page */
	padding: 10px;
}
.tablemargin2 {
	/* Space between navigation-content-green line */
	padding-top: 9px;
	padding-bottom:7px;
}
.contentmargin {	
	/* Space from panel/left picture to content on the right */
	padding-left: 24px; 
}
.headlinemargin { 
	/* Space from the title-picture to the text */
	margin-bottom:5px; 
} 
.picmargin {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.picmargin-left {
	/* Same thing just for pictures on the left side */
	margin-bottom: 10px;
	margin-right: 15px;
}


/* -- Styles for Box Elements --- */
.boxhl {
	/* Style for headlines of boxes */
	color:#663333;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFCC;
	text-align: center;
	padding: 4px;
	margin: 0px;
}
.boxtext {
	/* Style for text in boxes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.boxlink {
	/* Style for Links in boxes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: ##2F5EBD;
}
a.boxlink:hover {
	/* Rollover for box links */
	color:#FF9900;
	text-decoration: none;
}


/* --- Navigation Links --- */
.navi {
	/* Link style for main navigation */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:hover {
	/* Rollover for main navigation links */
	color: #333333;
	text-decoration: none;
}


/* --- Panel Border Colors, Links --- */
.panelborder_top {
	/* First panel cell (title) bottom-border = white */
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	}
.panelborder {
	/* Bottom-border of panel cells */
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	/* Border-color has to be inserted in every panel manually, 
	because it is different in each section */
	
	}
.panelborder_last {
	/* This class is for the last cell in the panel
	Top-border = white */
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	}
	
.panellink {
	/* Links of panels */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	margin-left:100px;

	margin-right:100px
	margin-top: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 100px;
}
a.panellink:hover {
	/* Rollover format for panellinks */
	color: #333333;
	text-decoration: none;
}


/* --- Footer Objects --- */
.footer {
	/* Green line at the bottom of the content table */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}
.credit {
	/* Text under the website */
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.credit:hover {
	/* Rollover for Links */
	text-decoration:underline;
}
.reverse_panel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #CC6666;
	margin-top: 00px;
	margin-right: 00px;
	margin-bottom: 4px;
	margin-left: 00px;
}

