/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}
/* div { border:1px solid red} */

body {
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6E6E6E;
}

h1, h2, h3, h4 {
	margin: 1.2em 0em 0.3em 0em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
/* 	color: #414141; */
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #939292;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

ul, ol {
	margin-top: 1.2em;
	line-height: 100%;
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

p {
   padding:0.6em 0em 0.6em 0em;
}

pre {
   font-size:0.9em;
   padding:0.4em;
   margin-bottom:1em;
   background: #e7e7e7;
   overflow:auto;
}

strong {
   font-size:110%;
}

acronym {
 border-bottom:1px dotted #cbe6f5;
}

table {
 border-collapse:collapse;
}

thead {
 font-weight:bold;
}

td {
 padding:0.2em 0.7em 0.5em 0.2em;
 border:1px dotted #939292;
 vertical-align:top;
}

ul {
	margin: 0.1em 40px;
	padding: 0;
	line-height: normal;
}

li {
	padding:0.2em 0em 0.2em 0em;
	line-height: normal;

}


li li {
	margin: 0.1em 40px;
	border-bottom: 1px solid #E5E5E5;
}


/* Logo */

#logo {
	width: auto;
	max-width: 770px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	padding-top: 31px;
	padding-bottom: 23px;
	background:url(../images/greymichi_avatar.jpg) no-repeat;
	background-position:right;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menue {
	width: auto;
	max-width: 800px;
	height: 42px;
	margin: 0 auto;
	margin-top: 5px;
	background: #252E3A url(../images/img02.jpg) no-repeat;
	overflow:scroll;
	white-space:nowrap;
}

#menue ul {
	margin: 0;
	padding: 11px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menue li {
	float: none;
	display:inline;
	white-space:nowrap;
	padding: 0 20px 0 22px;
	background: url(../images/img03.gif) no-repeat left center;
}

#menue li.first {
	background: none;
}

#menue a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menue h2 {
	display:none;
}


/* Banner */

#banner {
	width: auto;
	max-width: 800px;
	margin: 0 auto;
	padding: 8px 0;
}
#banner img {
	width: 100% !important;
}

/* Page */

#page {
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	padding: 25px 50px 25px 50px;
	padding: 25px 10px 25px 10px;
	background: url(../images/img05.gif) no-repeat;
}

/* Content */

#content {
	width: auto;
	max-width: 600px;
	margin: 0 auto;
}

.inhalt {
}

.inhalt h2, .inhalt h3, .inhalt h4 {
	margin: 0;
	padding: 30px 20px;
}

.inhalt p {
	padding: 10px 20px;
}


/* Footer */

#footer {
	clear: both;
	width: auto;
	max-width: 800px;
	height: 10px;
	margin: 0 auto;
/* 	padding: 35px 45px; */
	background: url(../images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}