/*
Name: MKV Creative
Author: David Oerter
Author URL: http://www.davidoerter.com/
Version: 1.0
*/

/* IE und FF Nullsetzen
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
	list-style: none;
	
}

/* Body definieren und Content zenrieren
--------------------------------------------------*/
body{
	background-color: #cccccc;
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;
}



/* Header
--------------------------------------------------*/
#logo {
	width: 195px;
	height: 130px;
	background-color: white;
	background-image: url(layout/mkvcreative_logo.jpg);
	position: absolute;
	left: 25px;
	top: 0px;
}

#sprache {
	width: 100%;
	height: 20px;
	background-color: #333333;
	position: absolute;
	left: 0px;
	top: 0px;
}


/* Content
--------------------------------------------------*/

#content {
	width: 550px;
	background-color: white;
	position: absolute;
	left: 233px;
	top: 200px;
}

#headblock {
	width: 538px;
	height: 30px;
	margin: 6px 6px 6px 6px;
	background-color: #6dbef6;
}

.titleblock {
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	text-decoration: none;
	color: black;	
	font-weight: bold;
	line-height: 30px;
	margin-left: 20px;
}

.h1 {
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	color: black;	
	margin-left: 20px;
}

.fliesstext {
	width: 450px;
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	color: black;	
	margin-left: 20px;
	line-height: 18px;
}

.formular {
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	color: black;	
	margin-left: 10px;
	line-height: 18px;
}

.fliesstext ul {
		width: 450px;
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	color: black;	
	margin-left: 20px;
	line-height: 18px;
	list-style: square;
}

.fliesstext a {
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	color: #6dbef6;
	text-decoration: none;	
	line-height: 18px;
	
}
	
	
/* Navigation
--------------------------------------------------*/

.sprache {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #acacac;
	line-height: 18px;
	padding-left: 695px;
	text-decoration: none;
	font-weight: bold;
}

.sprache a {
	text-decoration: none;
	color: #acacac;
	font-weight: normal;
}


#navicontainer {
	width: 195px;
	height: 380px;
	background-color: white;
	position: absolute;
	left: 25px;
	top: 200px;
	z-index: 1;
}

#naviblock {
	width: 183px;
	height: 30px;
	margin: 6px 6px 6px 6px;
	background-color: #6dbef6;
}

#navi {
	width: 195px;
	border-bottom: 1px solid #e2f2fd;
	width: 183px;
	margin: 0px 6px 0px 6px;
	text-decoration: none;
	list-style: none;
}
	 
.naviactive {
	height: 35px;
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	text-decoration: none;
	color: black;
	list-style: none;
	border-bottom: 1px solid #e2f2fd;
	text-decoration: none;	
	line-height: 30px;
	padding-left: 30px;
	background-color: #e2f2fd;
	font-weight: bold;
}	


#navi li a {
	height: 35px;
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	text-decoration: none;
	color: black;
	list-style: none;
	border-bottom: 1px solid #e2f2fd;
	text-decoration: none;	
	line-height: 30px;
	padding-left: 30px;
}	
	
#navi li a:link, #navi li a:visited {
	color: black;
	display: block;
	background-color: white; 
}
	
#navi li a:hover {
	background-color: #e2f2fd;
	font-weight: bold;
}

#navi li a:active {
	background-color: #e2f2fd;
	font-weight: bold;
}

#subnavi {
	width: 183px;
	border-bottom: 1px solid white;
	text-decoration: none;
	list-style: none;
}
	 
#subnavi li a {
	height: 35px;
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans serif;
	text-decoration: none;
	color: black;
	list-style: none;
	border-bottom: 1px solid #e2f2fd;
	text-decoration: none;	
	line-height: 30px;
	padding-left: 45px;
}	
	
#subnavi li a:link, #subnavi li a:visited {
	color: black;
	display: block;
	background-color: #f6f6f6; 
}
	
#subnavi li a:hover {
	background-color: #f6f6f6;
	font-weight: bold;
}

#subnavi li a:active {
	background-color: #f6f6f6;
	font-weight: bold;
}

#tradeguild {
	width: 182px;
	height: 130px;
	background-image: url(layout/finearttradeguild.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 31px;
	top: 442px;
	z-index: 2;
}

ul {
	list-style: square;
}
