/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


        Stylesheet fuer die Webseite von Angelika Lohwasser 
        > http://www.a-lohwasser.de

        Code & Kommentare   :   Mareike Hybsier
        Erstellt            :   May 19, 2005
        Letzte Aenderung    :   May 19, 2005
        Homepage			:   http://www.o-rangen.de

	
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/***** Achtung: Farbangaben in Worten sind nicht CSS-konform! *****/


body.start {
	background-color: #fff9d1;
	color: #940532;
	font-family: Arial, sans-serif;
	text-align: center;
}

/*#content {
	width: 690px;
	background-color: #fff9d1;
	font-family: Arial, san-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}*/

body {
	background-color: #fff9d1;
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#content {
	width: 760px;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
}

#title {
	/*margin: 20px 0px 30px 0px;*/
	padding: 20px 0px 20px 10px;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}

#title a,
#title a:visited {
	color: inherit;
	text-decoration: none;
}

h1.start{
	text-align: center;
	font-size: 3em;
}


/* * *  Horizontale Hauptnavigation  * * */

#main_navigation {
	font-size: 1.2em;
	font-weight: bold;
}

#main_navigation ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#main_navigation li {
	display: inline;
	list-style: none;
	line-height: 2em;
}

#main_navigation a,
#main_navigation a:visited {
	padding: 3px 1.5em 3px 1.5em;
	background-color: #940532;
	border: 1px #940532 solid;
	text-decoration: none;
	color: #ffffff;
}

#main_navigation .active,
#main_navigation a:hover,
#main_navigation a:active {
	padding: 3px 1.5em 3px 1.5em;
	background-color: #e6fdff;
	color: #000000;
	border: 1px #940532 solid;
}

/* * *   Vertikale Unternavigation   * * */

#sub_navigation {
	margin: 10px 0px 5px 0px;
	/*margin: 0px;*/
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#sub_navigation ul {
	margin: 0px;
	padding: 0px;
}

#sub_navigation li {
	/*margin: 10px 0px 5px 0px;*/
	display: inline;
	list-style: none;
	line-height: 1.5em;
	white-space: nowrap;
}

#sub_navigation a {
	color: #000000;
	text-decoration: none;
}


#sub_navigation active,
#sub_navigation a:hover {
	color: #940532;
	text-decoration: underline;
}

/* * *   Text Body   * * */

#text,
#version {
	/*margin: 30px 0px 0px 60px;*/
	padding: 10px 0px 0px 0px;
	line-height: 1.2em;
}

#text p.img {
	float: right;
	margin: 20px 0px 20px 30px;
}

#text p.go2top,
#version {
	font-size: 0.9em;
	text-align: right;
	margin-bottom: 10px;
}

#text h3 {
	margin-top: 1.5em;
	font-size: 1.2em;
	color: #940532;
}

#text h4 {
	margin-top: 2em;
	font-size: 1.1em;
	color: #940532;
}

#text a,
#version a {
	color: #000000;
}

#text active,
#text a:hover,
#version a:hover {
	color: #940532;
	text-decoration: underline;
}