body { 	background-color: #FFFF00;
		font-family: Verdana;
		color: #0000FF;
		font-size: 16px;
		text-shadow: 0 0px 1px rgba(70,70,70,.3);
}

a {	text-decoration: none;
	color: #0000FF;
}

a:hover {	top:1px;
			text-shadow: 0 0px 10px rgba(70,70,70,.7);
}

.back	{	position: absolute;
			width:auto;
			height: auto;
			left:0px;
			right:0px;
			top:0px;
			bottom:0px;
			overflow-x: hidden;
			background-image: -moz-linear-gradient(100% 100% 90deg, #FFFF00, #F6F6D5) !important;
   			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F6D5), to(#FFFF00)) !important;
}


/* HEADER style FM13 */
.header	{	position: relative;
			top:0px;
			height:430px;
			left:0px;
			width:100%;
			z-index:1;
}

.logo	{	position: absolute;
			left:50%;
			width:436px;
			height:429px;
			top:0px;
			margin-left: -218px;
			z-index: 100;
			background-image: url('image/logo.png');
			background-position: center;
			background-repeat: no-repeat;
}

.headline	{	position: relative;
				left:50%;
				width:90%;
				margin-left: -45%;
				height: auto;
				border-bottom: 1px solid #0000FF;
				z-index: 1;
				text-align: center;
				padding: 10px 0px 10px 0px;
				font-size: 45px;
				float: left;
				text-shadow: #fff 0px 1px 1px;
}


/* navigation bar */
.nav {	position: relative;
		width: 100%;
		font-size: 25px;
		text-align: center;
		float: left;
		padding: 15px 0px 15px 0px;
		z-index: 1;
		text-shadow: #fff 0px 1px 1px;
}

.nav a	{	padding: 10px;
				color: #333333;
}


/* CONTENT boxes */
.content {	position: relative;
			height: auto;
			z-index: 1;
			float: left;
			left:50%;
			width:90%;
			margin-left: -45%;
			padding: 25px 0px 25px 0px;
			border-top: 1px dotted #0000FF;
			color: #000000;
}

.contentl {	position: absolute;
			top:20px;
			left:0px;
			padding: 10px;
			width: 20%;
			height: auto;
			bottom: 0px;
			z-index: 1;			
}

.contentr {	position: absolute;
			top:20px;
			left:20%;
			right: 0px;
			padding: 10px;
			width: auto;
			height: auto;
			bottom: 0px;
			z-index: 1;
}

/* CONTENT a */
.contentl a {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Helvetica, Arial sans-serif;
	padding: .5em 2em .55em;
	width: 50%;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #FFFF00;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#006FFF), to(#0000FF));
	background: -moz-linear-gradient(top,  #006FFF,  #0000FF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#006FFF', endColorstr='#0000FF');	
}

.contentl a:hover {
	text-decoration: none;
	background: #0000C8;
	background: -webkit-gradient(linear, left top, left bottom, from(#0051FF), to(#0000C8));
	background: -moz-linear-gradient(top,  #0051FF,  #0000C8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0051FF', endColorstr='#0000C8');
}
.contentl a:active {
	position: relative;
	top: 1px;
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0092FF), to(#005EFF));
	background: -moz-linear-gradient(top,  #0092FF,  #005EFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092FF', endColorstr='#005EFF');
}


/* IMPRESSUM */
.impressum {	position: absolute;
				right: 5px;
				top:5px;
				width: auto;
				height: 15px;
				z-index: 10;
				font-size: 9px;	

}

/* ARTICLE elements*/
.article_header {	position: relative;
							width:100%;			
							height:20px;
							float:left;
							z-index: 1;
							padding:5px 0px 4px 10px;
							margin: 20px 0px 20px 0px;
							font-weight: bold;
							color: #FFFFFF;
							background-color: #6699FF;
							-webkit-border-radius: 5px;
					   		-khtml-border-radius: 5px;
					   		-moz-border-radius: 5px;
					   		border-radius: 5px;
}

.article_text {	width:100%;			
						float:left;
						margin: 0px 0px 10px 0px;
}


/* LIST elements */
li {	padding: 5px 0px 5px 0px;
}

/* BOX Thumbnail */
.thumbnail	{	padding: 3px 3px 20px 3px;
				background-color: #FFF;
				border: 1px solid #CCC;
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
}


/* TABLE */
table {	width: 100%;
		border-collapse: collapse;
}

th {	text-align: left;
		min-height: 35px;
		border-bottom: 1px dotted #0000FF;
}

td {	vertical-align: top;
		min-height: 35px;
		min-width: 150px;
		padding: 5px 10px 5px 10px;
}

/* TABLE für Links */
.links table {	width: 100%;
					border-collapse: collapse;
				}

.links th {	text-align: left;
				min-height: 35px;
				border-bottom: 1px dotted #0000FF;
			}

.links td {	vertical-align: middle;
				height: 50px;
				min-width: 150px;
				padding: 5px 10px 5px 10px;
			}

			
			