/*********************************************************************************************************************/
/* GENERAL TAGS */

html {
	overflow-y: 		scroll;
	overflow: 			visible;
}

body {
	background-color: 	#444444;
	margin: 			5px;
	min-width:			1350px;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-style: 		normal;
	text-decoration: 	none;
	font-weight: 		normal;
	color: 				#000000;
}

img {
	border: 			none;
}

/*********************************************************************************************************************/
/* LINKS */

A {
	color: 				#007700;
	font-weight: 		bold;
}

A:visited {
	color: 				#007700;
	font-weight: 		bold;
}

A:hover {
	color:				#FF9900;
 	font-weight:		bold;
}

/*********************************************************************************************************************/
/* ID DEFINITIONS und Styles */

#main {
	margin:				10px;
	padding:			0px;
	border: 			1px solid #3B5E80;
	background:			#ffffff;
}

#top {
}

#topleft {
	margin-right:		270px;
}

#topright {
    float: 				right;
	width: 				250px;
	margin:				10px;
}

#middle {
	margin:				0px;
	min-height:			600px;
}

#bottom {
	clear:				both;
}

#leftcolumn {
	width: 				200px;
	padding: 			10px;
	float:				left;
}

#content {
	padding: 			10px;
	margin-left:		220px;
}

#left200 {
	margin-right:		220px;
}

#left250 {
	margin-right:		270px;
}

#right200 {
    float: 				right;
	width: 				200px;
}

#right250 {
    float: 				right;
	width: 				260px;
}

#naviboxright {
    float: 				right;
	width: 				200px;
    border: 			2px dashed silver;
}

#linksbar {
	background: 		#015584;
	padding: 			2px;
	height:				12px;
	font-size: 			10px;
	color: 				#FFFFFF;
	font-weight: 		bold;
	text-decoration: 	none;
}

.linksbarnav {
	margin-left:		10px;
}

.linksbarnav a {
	color:				#ffffff;
}

#footerbar {
	background: 		#015584;
	padding: 			2px;
	height: 			12px;
	font-size: 			10px;
	color: 				#FFFFFF;
	font-weight: 		bold;
	text-decoration: 	none;
}

#footer {
	background: 		#FFFFFF;
	color: 				#000300;
	padding: 			5px 10px;
}

.newsbox {
	border:				2px #015584 dotted;
	margin-top:			10px;
	margin-bottom:		10px;
	padding:			10px;
}

/*********************************************************************************************************************************************************************************/
/* FONT DEFINITIONS */

.maintitle {
	font-family: 			Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 				60px;
	font-weight: 			bold;
	color:					#007700;
	margin-top: 			0px;
	margin-bottom: 			0px;
	text-align: 			left;
	font-style:				italic;
	vertical-align:			top;
}

.title {
	font-family: 			Calibri, Arial, Helvetica, Sans-Serif;
	color: 					#015584;
	font-size: 				26px;
 	font-weight: 			bold;
	font-style:				italic;
}

.title2 {
	font-family: 			Calibri, Arial, Helvetica, Sans-Serif;
	color: 					#015584;
	font-size: 				18px;
	font-weight: 			bold;
}

.title3 {
	color: 					#000000;
	font-size: 				16px;
	font-weight: 			bold;
	padding: 				5px;
	border-bottom-style: 	solid;
	border-bottom-width:	3px;
}

.title4 {
	font-family: 			Calibri, Arial, Helvetica, Sans-Serif;
	color: 					#015584;
	font-size: 				15px;
	font-weight: 			bold;
	line-height:			24px;
}

.txt12 {
	font-size: 				12px;
	line-height:			18px;
}

.txt12adv {
	font-size: 				12px;
	line-height:			18px;
}

.txt14 {
	font-size: 				14px;
	line-height:			20px;
}

.txt14adv {
	font-size: 				14px;
	line-height:			20px;
}

.txt16 {
	font-size: 				16px;
	line-height:			22px;
}

.txt16adv {
	font-size: 				16px;
	line-height:			22px;
}

.small {
	font-family: 			Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 				11px;
}

.newsboxdatum {
	font-family: 			Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 				12px;
	font-style:				italic;
	color: 					#015584;
}

/*********************************************************************************************************************************************************************************/
/* TABELLEN DEFINITIONEN */

table.simpletable
{
	border-style: 			solid;
	border-color: 			#000000;
	border-width: 			1px;
	border-collapse: 		collapse;
	padding: 				2px;
}

.rowHeader
{
	background-color: 		#00bb5e;
	font-weight: 			bold;
}

.rowHeaderYellow
{
	background-color: 		#FFD334;
	font-weight: 			bold;
}

.rowOdd
{
	background-color: 		#efefef;
}

.rowEven
{
	background-color: 		#f9f9f9;
}

.header1 {
	vertical-align:			top; 
	padding: 				5px; 
	font-weight: 			bold; 
	border-bottom-style: 	solid;
	border-bottom-width: 	1px;
}

.header2 {
	vertical-align:			top;
	padding: 				3px;
	font-weight: 			bold;
	border-bottom-style: 	solid;
	border-bottom-width: 	1px;
}

.cell1 {
	vertical-align:			top;
	padding: 				5px
}

.cell2 {
	vertical-align:			top;
	padding: 				3px;
}

/*************************************************************************************************/

table.archivtable
{
	border-style: 			solid;
	border-color: 			#000000;
	border-width: 			1px;
	padding: 				0px;
	border-collapse: 		collapse;
	width:					600px;
}

.archiv_row_header
{
	background-color: 		#FFD334;
	font-weight: 			bold;
	border-bottom-style: 	solid;
	border-bottom-width: 	1px;
}

.archiv_header {
	vertical-align:			top;
	padding: 				5px;
	font-weight: 			bold;
	font-size: 				14px;
	border-bottom-style: 	solid;
	border-bottom-width: 	1px;
}

.archiv_row_odd
{
	background-color: 		#efefef;
}

.archiv_row_even
{
	background-color: 		#f9f9f9;
}

.archiv_cell
{
	vertical-align:			top;
	padding: 				5px;
	font-size: 				12px;
	line-height:			18px;
}

/*************************************************************************************************/
/*** Galery ***/

.thumbnail {
	border: 				1px solid #a0a0a0
}

.thumbnails .wrap1 {
	margin: 				0px 5px 15px 5px;
	display:				table-cell;
	display:				inline-table;
	display:				inline-block;
	vertical-align:			top;
	text-align:				center
}

.thumbnails .wrap2 {
	border: 				1px solid #555555;
	margin:					0;
	display:				table-cell;
	vertical-align:			middle;
	border-radius: 			4px;
	width: 					235px;
	height: 				160px;
}

.thumbnails .wrap2:hover {
	background-color:		#eee;
	border:					1px solid #0cc9c;
	color:					#999;
}


/*************************************************************************************************/
