/* urlike-keiner.css 07.01.2006
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Autor: Ulla Schmitz http://www.ajpi.de
Projekt: Barrierefreie Website in xhtml

/* Grundsortiment Farben, Tags und Formate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#ffffff weiss: Hintergrund Seite und Layout-Boxen
#333333 dunkelgrau: Schrift
#cccccc grau: Hintergrund Menu
#f0f0f0 hellgrau: Hintergrund Formulare und Bildboxen
#cc3333 rot: für aktive Navigation
*/


/* Schriften, Abstände und Farben für Tags */
body {background:#ffffff; color: #333333;
	font-size:100%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
	margin: 0px;
	padding: 0px;
	}

p,h1,h2,h3,h4 {margin: 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	}

h1 {font-weight: normal;
	text-align: right;
	font-size: 1.8em;
	}

h2 {font-weight: normal;
	font-size:1.5em;
	}

h3 {font-weight: normal;
	padding: 20px 10px 0px 10px;
	font-size:1.2em;
	}
	
h4 {font-weight: normal;
	font-size:1.2em;
	padding: 5px;
	}

img {border:none;}

a {color: #333333;
	text-decoration: none;
	}

a:hover, a:focus, a:active {color: #CC3333;
	background:#ffffff;
	text-decoration: underline;
	}

/* Diese Boxen (div id="name") gliedern die Webseite*/

#alles {
	background:#ffffff;
	margin: 0px auto 0px auto;
	padding: 0px;
	width:100%;
	height: auto;
}

#topanker {background:#ffffff; margin: 0px; padding: 0px; font-size: 1px;}

#kopf {background:#ffffff; margin: 0px; padding: 0px;}
#logo {margin: 0px; padding: 0px 0px 0px 20px; float:left;}
#sitename {margin: 0px 50px 0px 200px;}

#menu {background:#f0f0f0; clear:both; margin: 0px; padding: 0px 0px 0px 20px; letter-spacing:0.2em; line-height: 2.0em;}

#inhalt {background:#ffffff;}
#navi {background:#ffffff; margin: 0px; padding: 20px 10px 10px 10px; float:right; width:200px; overflow:hidden;}

#content {
	background:#ffffff;
	margin: 0px 200px 0px 0px;
	padding: 10px;
	width: 560px;
	height: auto;
}

#fuss {clear:both; background:#f0f0f0; margin: 0px; padding: 0px 200px 0px 20px;}

/* Diese Klassen (class="name") steuern Inhaltselememte */
.clear {clear:both;}
.bildbox {background: #f0f0f0;}
.bildbox {margin: 10px 10px 10px 0px; padding: 10px; width:300px; float:left;}
.formularbox {background:#f0f0f0; margin: 0px 0px 0px 10px; padding: 10px; width:400px; text-align: center;}


/* Diese Klassen (class="name") sind reine Schmuckelemente */
.sitename_strong {color:#cccccc;}
.siteinfo {text-align: right; line-height: 2.0em; letter-spacing:0.2em;}
.strong {font-weight:bold;}
.clearleft {clear:left;}
.nach_oben {text-align: right; padding:20px 100px 20px 20px;}


/* Ende ulrike-keiner.css
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

