﻿/* Georg Kueper Styles */
/* Georg kueper, Gelsenkirchen, 2017 */


body {
	width: 1090px;
	height: 1180px;
	font-family: arial, helvetica, sans-serif;
	background: black;
	margin: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: red;
	padding: 0px 0px 0px 0px;
}	
	
a {
	color: white;
	text-decoration: none;
	font-style: oblique;
}
	
a:hover {
	color: #ff0000;
	text-decoration: none;
	font-style: oblique;
}
	
h1, h2, h3 {
	font-family: 	arial, helvetica, sans-serif;
	color: 			red;
}

p {
	font-family: 	arial, helvetica, sans-serif;
	font-size:		16px;
	line-height:	24px;
	color:			#C6C6C6;
	}

hr {
	color:			#cccccc;
	clear:			both;
	margin:			0px 0px 20px 0px;
	}

#page {
	width:			1090px;
	height:			1140px;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	background:		black;
	font-family:	arial, helvetica, sans-serif;
	font-size:		12px;
	}


#header {
	width:			1090px;
	height:			140px;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	float:			left;
	background:		black;
	}
/*
#linehorizontal {
	width:			1100px;
	height:			10px;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	clear:			both;
	background:		white;
}
#linevertical {
	width:			10px;
	height:			850px;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	float: 			left;
	background:		white;
}

	

_Navigation______________________________________________________________*/



#navigation {
	width: 250px;
	height: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #666666;
	float: left;
}


#navigation p {
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	}

/*_Content______________________________________________________________*/

#content {
	overflow: auto;
	width: 700px;
	height: 785px;
	margin: 0px 0px 0px 0px;
	padding: 65px 70px 70px 70px;
	background: black;
	float: left;
}
#content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 24px;
	display: block;
	text-align: justify;
}
#content p2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	line-height: 24px;
	display: block;
	text-align: center;
}

	
#content h1 {
	margin:									0px 0px 10px 0px;
	padding:					 			10px 0px 0px 0px;
	font-size:								24px;
	line-height:							28px;
	}

#content h2 {
	margin:									0px 0px 10px 0px;
	padding:					 			0px 0px 0px 0px;
	font-size:								18px;
	line-height:							20px;
	}


#content h3 {
	margin:									10px 0px 0px 0px;
	padding:					 			0px 0px 0px 0px;
	font-size:								16px;
	line-height:							18px;
	}
	

/*_Margin______________________________________________________________*/

#margin {
	width: 1090px;
	height: 35px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background: black;
/*	float:			left;*/
}


/*_Footer______________________________________________________________*/

#footer {
	background: black;
	width: 840px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
/*
#footer a {
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	color:			#000000;
	}

#footer a:hover {
	color:			#ff0000;
	}

#footer .active {
	color:			#000000;
	font-weight:		bold;
	}
*/	

/*_Colors______________________________________________________________*/

.red {color:#FF0000; }
.blue {color:#336699; }
.black {color:#000000; }


/*_Tables______________________________________________________________*/

table {margin: 0px 0px 20px 0px;}	
tr.A {background:#cccccc;}
tr.B {background:#ffffff;}

th {
	font-family: 	arial, helvetica, sans-serif;
	font-size:		18px;
	line-height:	24px;
	color: 			red;
	padding: 0px 20px 2px 5px;
	margin: 0;
}

td {
	font-family: 	arial, helvetica, sans-serif;
	font-size:		16px;
	line-height:	20px;
	color:			#C6C6C6;
	padding: 2px 20px 2px 5px;
	margin: 0;
}

