/*******************************************
* file          : style.css
* description   : haupt-css für phoenix
* created       : 27.10.2007
* last modified : 28.10.2007
*******************************************/

@import url(box.css);
@import url(forms.css);

/* grunddefinitionen */
*, html, body {
	margin: 0px;
	padding: 0px;
/*	font-family: Tahoma, Verdana, Arial, Sans-serif;*/
}

html, body{
	font-size: 101%;
}

body {
	padding: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
}

/* for Explorer/Win 5+6 */ 
html {
	font-size: 87.5%; 
}

/* for cool browsers */
html>body {
	font-size: 14px;
	line-height: 1.4em;
}

/* seitenelemente */
a {
	color: #2E3A92;
	text-decoration: none;
}

a:hover {
	color: #8D8FCD;
}

h1,h2,h3 {
   margin-top: 30px;
	margin-bottom: 20px;
	color: #808080;
	font-weight: bold;
}

h1 {
	font-size:200%;
}

h2 {
	font-size:141%;
}

h3 {
	margin-bottom: 5px;
}

h4 { 
	color: #808080; 
	font-size: 90%;
}

blockquote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#content ul {
	line-height: 150%;
	line-height: 1.643em;
	margin-left: 30px;
	margin-bottom: 1em;
}

p {
	line-height: 150%;
	line-height: 1.643em;
	position: relative;
	margin-bottom: 1em;
}

/* universelle klassen */
.nospace { 
	margin-top: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.float_right {
	float: right;
	clear: right;
	margin-left: 10px;
}

.float_left {
	float: left;
	clear: left;
}

/* spezielle elemente */
.bigletter {
	font-family: Georgia, Times, serif;
	font-size: 250%;
/*	float: left;*/
	color: #950004;
	vertical-align: bottom;
}

blockquote {
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin-left: 2em;
	margin-bottom: 1em;
}

/* gruppen-karte */
.karte {
	position: relative;
}

.karte ul {
	font-size: 0.8em;
}

.karte ul li {
	position: absolute;
	list-style-type: square !important;
	list-style-position: outside;
}

/* layout-boxen */
#main {
	background-color: #EEEEEE;
}

#nav {
	width: 170px;
	float: left;
	position: relative;
	padding: 5px;
	padding-top: 140px;
}

#content {
	background-color: #FFFFFF;
	margin-left: 180px;
	padding: 30px;
}

#wrapper {
	max-width: 750px;
}

#clear {
	width: 100%;
	clear: both;
}

#right {
	float: right;
	width: 45%;
}

#left {
	float: left;
	width: 45%;
}

/* navigation */
#nav img {
	top: 0px;
	right: 0px;
	position: absolute;
}

#nav li {
	font-size: 80%;
	line-height: 120%;
	list-style: none;
	margin-left: 15px;
}

#nav li.active {
	list-style-image: url(../images/dot.gif);
	font-weight: bold;
}

#nav ul {
	margin: 5px;
	margin-bottom: 10px;
}