
/*
MIT
agil - mehr Internet KG
(c) 2007 agil - mehr Internet KG
*/

/*Elemente*/

body {
	background-image:  url(../grafiken/hintergrund.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	height: 50em;
	width: 60.5em;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0.10em;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 0.1em;
}

h3 {
	font-size: 0.95em;
	padding-top: 0.1em;
}

p {
	padding-top: 0.18em;
}

a:link { 
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #FF3333;
	text-decoration: underline;
}

a:visited {
	color: #FF9900;
	font-weight: normal;
}

a:hover {
	color: #FF3333;
	text-decoration: underline;
}

img {
	border: none;
	}

/*Classes*/
	

.fett {
	font-weight: bold;
}


/* Layer */

#logo {
	position: relative;
	align: right;
        height: 125px;
}


#hintergrund {
	background-color: #FFFFFF;
	height: 26em;
	width: 58em;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6684B6;
	border-right-color: #6684B6;
	border-bottom-color: #6684B6;
	border-left-color: #6684B6;
	position: relative;
	left: 25px;
	float: left;
	background-image: url(/export/system/modules/mit.ocms/resources/grafiken/pferd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navi {
	position: relative;
	width: 14em;
	float: left;
        font-size: 0.90em;
        line-height: 1.9em;
        color: #6684B6;
}

#navi ul {
	list-style-image: url(/system/modules/mit.ocms/resources/grafiken/aufzaehlung.gif);
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#navi a:link, #navi a:visited {
   color: #6684B6;
   text-decoration: none;
   font-weight: bold;
}

#navi a:hover, #navi a:active {
   color: #6684B6;
   text-decoration: underline;
}


#inhalt {
	margin-top: 17px;
	float: right;
	position: relative;
	height: 27em;
	width: 54em;
	overflow: auto;
        font-size: 0.80em;
}

#nebennavi {
	margin-left: 20em;
	padding-top: 1.5em;
	clear: both;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6684B6;
        font-size: 0.75em;
}

#nebennavi p {
	margin: 0px;
	padding: 0px;
}

#nebennavi a:link, #nebennavi a:visited {
   color: #6684B6;
   text-decoration: none;
   font-weight: bold;
}

#nebennavi a:hover, #nebennavi a:active {
   color: #6684B6;
   text-decoration: underline;
}

#pferd {
	position: absolute;
	top: 250px;
}