/* CSS Document */


	
html {
	height: 100%;
	}

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

/****************************** Aufbau ***********************************/
	
#gwrap {
	width: 1024px;
	min-height: 100%; 
   	height: auto !important; 
	height: 100%; 
	text-align: left;
	background: url(images/gkachel.jpg) repeat-y;
	margin: 0px auto;
	}
	#gfooter {
font-size: 10px;
	}
	
#ghead {
	height: 240px;
	background: url(images/ghead.jpg) no-repeat;

	}
	
#gmenu {
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0px 0px 12px;
	width: 200px;
	float: left;
	}

	
#gcontent { 

	margin: 30px 42px 0px 242px;
	width: auto !important;
	width: 100%;
	}

	

/************************** Layout *************************/

td, th {
	font-size: 12px;
	}

.gtitle {font: 100% Times-New-Roman, Serif; font-weight: bold; font-size: 24px; color: #993366;} /***Page Titel***/
a:link, a:visited{    color: #339933; text-decoration: none; outline: none;  }
a:hover, a:active, a:focus  { color: #333333; text-decoration: true; }
h1 {font: 100% Times-New-Roman, Serif; font-weight: bold; font-size: 20px; color: #339933; margin-bottom: 8px;}
h2 {font: 100% Times-New-Roman, Serif; font-weight: bold; font-size: 18px; color: #339933; margin-bottom: 8px;}
h3 {font: 100% Times-New-Roman, Serif; font-weight: regular; font-size: 18px; color: #339933; margin-bottom: 6px;}
h4 {font: 100% Times-New-Roman, Serif; font-weight: bold; font-size: 16px; color: #339933; margin-bottom: 6px;}
h5 {font: 100% Times-New-Roman, Serif; font-weight: bold; font-size: 14px; color: #339933; margin-bottom: 4px;}
h6 {font: 100% Times-New-Roman, Serif; font-weight: regular; font-size: 10px; color: #339933; margin-bottom: 4px;}


hr {border:solid #339933 1px;height:1px;}

#gmenu a:link, #gmenu a:visited{display: block; background-color: #f1e2f5; color: #000000; border-bottom: 1px solid #ffffff; padding: 5px 5px 5px 10px; margin-left: -10px;}
#gmenu a:hover  {background-color: #993366; color: #ffffff;}
#gmenu a:active   {background-color: #993366; color: #ffffff;} 
#gmenu a:focus   {background-color: #993366; color: #ffffff;} 

#gmenu ul {list-style-type: none; border-bottom: 1px solid #ffffff; }
#gmenu li {list-style-type: none; border-bottom: 1px solid #ffffff; margin-left: -30px;}