/* Basisvorlage CSS, Pracht Riedl Schröter
www.prslaw.de
Start: 07.09.2009
Letzte Aenderung: 07.09.2009
*/


/* Farbschema
----------------------------------------*/

/*
Hellblau (Hintergrund html): #DFF1FF
Hellblau (Hintergrund Bilderleiste): #C7E0FF
Hellblau (Schrift Navigation): #467FD2
Dunkelblau (Hintergrund Navi): #062C6D
Dunkelblau (Schrift Auszeichnung): #062C6D
*/


/* Reset
----------------------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Globales und Typo
----------------------------------------*/

html {
	background-color: #DFF1FF;
}

body {
	background: #CCC
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

html>body {
	font-size: 12px;
}

a {
	color: #062C6D;
	text-decoration: none;
	font-weight: bold;
}

a:link { }

a:visited { }

a:hover {
	color: #467FD2;
}

/* Linie um geklickte Links: No
----------------------------------------*/

a:focus {
	outline: none;
}

/* Zeilenabstand: Text auf 12px = 1em
----------------------------------------*/


p {
	font: 0.95em/1.6em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h1 {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: bolder;
	color: #062C6D;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #062C6D;
}

h3 {
	margin-top: 1.13em;
	margin-bottom: 1.13em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	text-transform: none;
	color: #000;
}

h4 {
	margin-top: 1.29em;
	margin-bottom: 1.29em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: normal;
	color: #062C6D;
}

/* (verlinkte) Bilder ohne Rahmen
----------------------------------------*/

img, a imag {
	border: 0;
}

/* Layoutelemente
----------------------------------------*/

#container {
	width: 900px;
	background-repeat: no-repeat;
	background-color: #FFF;
	min-height: 600px;
	background-image: url(../bilder/home/eingang.jpg);
	background-position: 616px 330px;
	margin: 0 auto;
}
#head {
	background-color: #c7e0ff;
	background-repeat: no-repeat;
}
#content {
}

#navi {
	width: 130px;
	line-height: 25px;
	padding-top: 30px;
	padding-left: 30px;
	height: 220px;
}
#navi2 {
	padding-left: 30px;
	width: 250px;
}
#navi2 a {
	text-transform: uppercase;
	color: #467FD2;
}
#navi2 a:hover {
	color: #062C6D;
}

#navi ul {
	list-style-type: none
}

#copy {
	float: right;
	width: 400px;
}

