/* -------------------------------------------------
Urls        : http://www.gm-f.de
Author      : Gathmann Michaelis und Freunde
Version     : 0.2
File        : CSS-Definition Main
----------------------------------------------------
	Main Style
---------------------------------------------------- */
html {
	height: 100%;
	font-size: 100%;
}
body {
	background: #FFF;
	background-image: url(kobabackground.gif);
	background-repeat: no-repeat;
	height: 100%;
	font-size: 12px;
	line-height: 16px;	
}
* {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
/* -------------------------------------------------
	Main Standard
---------------------------------------------------- */
.pad {
	padding: 10px;
}
a, a:link, a:visited,a:hover {
	color:#700000;
	text-decoration:none;
}
a:hover {
	color:#333;	
	text-decoration:underline;	
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
h1 {
	font-size: 18px;
	color: #700000;
	font-weight: normal;
	margin-left: -1px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 10px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 10px;
}
/* -------------------------------------------------
	kobalogo 
---------------------------------------------------- */
#kobalogo {
	position:absolute;
	width:150px;
	height:30px;
	z-index:1;
	left: 865px;
	top: 76px;
	/* 77 867 */
}

/* -------------------------------------------------
	kobalevel1 ul li list
---------------------------------------------------- */
#kobalevel1 {
	position:absolute;
	width:85px;
	height:200px;
	z-index:2;
	left: 40px;
	top: 130px;
}
#kobalevel1 ul {
	list-style: none;	
}
#kobalevel1 ul li {
	margin: 0 0 10px 0;
	text-align: right;
}

/* -------------------------------------------------
	kobalevel2 ul li list
---------------------------------------------------- */
#kobalevel2 {
	position:absolute;
	width:180px;
	height:200px;
	z-index:3;
	left: 140px;
	top: 182px;
}
#kobalevel2 ul {
	margin: 0 0 0 0;
	list-style: none;	
}
#kobalevel2 ul li {
	margin: 0 0 10px 0;
	text-align: left;
}
#kobalevel2 ul li ul {
	margin: 10px 0 0;
	list-style: none;		
}
#kobalevel2 ul li ul li {
	margin: 0 0 10px 20px;
	text-align: left;
}
#kobalevel2 ul li ul li ul {
	margin: 10px 0 0;
	list-style: none;		
}
#kobalevel2 ul li ul li ul li {
	margin: 0 0 10px 40px;
	text-align: left;
}

/* -------------------------------------------------
	kobalevel1 and kobalevel2 navigation link
---------------------------------------------------- */
#kobalevel1 a, #kobalevel1 a:link, #kobalevel1 a:visited, #kobalevel1 a:hover,
#kobalevel2 a, #kobalevel2 a:link, #kobalevel2 a:visited, #kobalevel2 a:hover {
	color: #333;
	display: block;
	text-decoration: none;
}
#kobalevel1 a:hover,
#kobalevel2 a:hover {
	color: #700000;
	text-decoration: underline;	
}
#kobalevel1 a.active, #kobalevel1 a.active:link, #kobalevel1 a.active:visited, a.active:hover,
#kobalevel2 a.active, #kobalevel2 a.active:link, #kobalevel2 a.active:visited, a.active:hover {
	color: #700000;
	font-weight: bold;
	display: block;
}
#kobalevel1 a.active:hover,
#kobalevel2 a.active:hover {
	color: #700000;
	text-decoration: underline;	
}

/* -------------------------------------------------
	kobacontent 
---------------------------------------------------- */
#kobacontent {
	position:absolute;
	width:690px;
	width:770px;	
	height:443px;
	z-index:4;
	left: 325px;
	top: 85px;
}
#kobacontent p.footer {
	clear:both;
	padding-top: 20px;
}
