/*
	CSS ml-lehmann.de v.0.0.1 OLD

	André.Müller - musteradresse.mediadesign
	www.musteradresse.com
	mediadesign@musteradresse.com

*/
																/* GLOBAL */

body {
	color			:#990066;
	font-family		:Arial,Helvetica,sans-serif;
	font-size		:1em;
}

																/* LAyOUT */

#header #headline {
	position		:fixed;
	right			:40px;
	top				:50px;
}

#header #flags {
	position		:fixed;
	right			:40px;
	top				:80px;
	text-align		:right;
}

																/* NAVI */

#menue ul li a {
	height			:40px;
	padding			:5px 0 0 30px;
	margin			:0 0 5px 0;
	color			:#990066;
	font-family		:Arial,Helvetica,sans-serif;
	font-weight		:bold; 

	font-size		:1em;
	background		:url(../images/bg-nav.gif) no-repeat;
}

#menue a:hover {
	background		:url(../images/bg-nav-ho.gif) no-repeat;
}

#menue ul li a.act {
	color			:#FFBB00; 
	background		:url(../images/bg-nav-ho.gif) no-repeat;
}

																/* TAGS */

h1,h2,h3,p,ul {
	margin-bottom	:1em;
	color			:#990066;
}

p {
	text-align		:left; 
}

table {
	margin-bottom	:1.5em;
}

.ola, #footer p {
	text-align		:center; 
}

.maria {
	font-size		:1.2em;
}

small, cite {
	color			:#990066;
	font-size		:.8em;
}

#footer small {
	color			:#990066;
	font-size		:.8em;
}

.image p {
	color			:#990066;
	font-size		:.9em;
}

.image small {
	font-size		:.9em;
}

strong, b {
	color			:#990066;
}

#footer a {
	color			:#990066;
}
/*
#content a:hover {
	color			:#FFBB00;
}
*/
table th p {
/*	color			:#666666; */
}

h1 {
	font-size		:1.5em;
	border-bottom	:solid 0px; 
	margin-bottom	:0em;
}

h2 {
	margin-top		:.7em;
	font-size		:1.2em;
}

h3 {
	margin-top		:1em;
	margin-bottom	:.25em;
	font-size		:1em;
}

ul li {
	list-style-image:none;
}


form {
	font-size		:.9em;
}

input, textarea {
	font-size		:1em;
}


