/* CSS Document */

/*  body und schrift deffinitionen */

* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
}

body {
	background-color: #e1ddd9;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	text-align:center;
	height: 100%;
}

h1 {
	font-size:16px;
	color: #476286;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 15px;
	line-height: 22px;
	}

h2,h3,h4,h5 {
	font-size:12px;
	color: #476286;
	font-weight: normal;
	margin: 0px 10px 4px 10px;
}

h2,h3 {
	padding-top: 8px;
}

h3 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
p,pre, h1 {
	margin: 0px 10px 10px 10px;
}
h5 {
	padding-top: 45px;
}

.lauftext {
	font-size: 11px;
	color: #000000;
}

.lauftextbold {
	font-weight: bold;
}

a { 
color: #526B8D;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
.bildbeschrieb {
	padding-bottom: 8px;
}

/* --------------------------------- layout ------------------------------------------------- */

#box {
	width:912px;
	text-align:left;
	min-height:100%;
	height:auto !important;
	height:100%;	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/streifen.gif);
}

#links {
	width:175px;
	float:left;
	min-height: 100%; /* Für moderne Browser */
	height: 100%;
}

#inhalt {
	width:560px;
	float:left;
	background-color:#fff;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-color: #000000;
	line-height: 150%;
}

#inhalteinspaltig {
	width:500px; /* Für moderne Browser */
	float:left; /* Für IE */	
}

#inhaltlinks {
	width:378px; /* Für moderne Browser */
	float:left; /* Für IE */	
}
#inhaltrechts {
	width:180px; /* Für moderne Browser */
	float:left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	padding: 0px 0px 30px 0px;
}

#projektliste {
	float: left;
	width: 560px;
}

#rechts {
	width:174px;
	float:right;
	height: 100%;
	line-height: 130%;
}

#kopf {
	background-color:#FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
}


#navlist
{
	width: 175px;
	font-size: 11px;
	color: #000000;
}

#footer {
	clear: left;
}
/* --------------------------------- end layout ------------------------------------------------- */

/* --------------------------------- menu und listen ------------------------------------------------- */

#inhalt ul {
	margin: 0px 5px 8px 10px;
}
#inhalt ol {
	margin: 0px 5px 8px 10px;
}

#inhalt li {
	list-style-type: none;
	background-image: url(images/liste.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 2px 0px 2px 7px;
	line-height: 130%;
}
#navlist ul {
}

#navlist li
{
	list-style: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px 0px 0px 1px;
}

#navlist li a
{
	display: block;
	text-decoration: none;
	background-image: url(images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding: 0.25em 0.5em 0.3em 1.8em;
	color: #000000;
}
#navlist #current a {
	color: #586F91;
	background-image: url(images/pfeil_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
#navlist #current #submenue1 li a, #navlist #current #submenue2 li a, #navlist #current #submenue3 li a, #navlist #current #submenue4 li a {
	color: #000000;
	background-image: url(images/pfeil_1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#navlist #current #submenue1 li a:hover, #navlist #current #submenue2 li a:hover, #navlist #current #submenue3 li a:hover, #navlist #current #submenue4 li a:hover {
	color: #586F91;
	background-image: url(images/pfeil_1_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#navlist li a:hover
{
	color: #586F91;
	background-image: url(images/pfeil_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#navlist #submenue1 li a, #navlist #submenue2 li a, #navlist #submenue3 li a, #navlist #submenue4 li a {
	display: block;
	text-decoration: none;
	background-image: url(images/pfeil_1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0.25em 0.3em 0.5em 2.5em;
	color: #000000;
}
#navlist #submenue1 li a:hover, #navlist #submenue2 li a:hover, #navlist #submenue3 li a:hover, #navlist #submenue4 li a:hover {
	display: block;
	text-decoration: none;
	background-image: url(images/pfeil_1_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0.25em 0.3em 0.5em 2.5em;
	color: #586F91;
}
#navlist #submenue1 #current a, #navlist #submenue2 #current a, #navlist #submenue3 #current a, #navlist #submenue4 #current a {
	color: #586F91;
	background-image: url(images/pfeil_1_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* --------------------------------- end menu und listen ------------------------------------------------- */

#kopf h1 {
	font-size: 11px;
	text-align: right;
	color: #564b47;
	font-weight: normal;
	padding: 0px 175px 15px 15px;
}
#kopf a {
	color: #000000;
	text-decoration: none;
}
 
#projektliste table {
	margin-left: 10px;
}
#projektliste td {
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#rechts table {
	margin-left: 10px;
}

#rechts ul {
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 10px;
}
#rechts ol {
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#rechts li {
	list-style-type: none;
	background-image: url(images/liste.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	line-height: 130%;
}

