/*DPSG-VIE CSS*/
/*Tim Robens*/

/*###########################################
Allgemeines*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0 0 0 0;
	text-align: left;
	font: 60% Verdana, Trebuchet MS;
	color: #000;
	background-color: #fff;
}


/*###########################################
HTML (Das Nötigste)*/

p, li, table, center {
	font-size: 10pt;
}

p {
	text-align: justify;
	line-height: 1.5em;
}

/*li {
	margin-left: 1.5em;
}*/

ul {
/*	margin-bottom: 2em; */
	margin-left: 3em;
	list-style-type: circle;
}

ol {
/*	margin-bottom: 2em; */
	margin-left: 3em;
	list-style-type: decimal;
}
h1 {
	margin-top: 8px;
	font-size: 2.4em;
	margin-bottom: 0.8em;
	line-height: 1em;
	font-weight: 600;
}

h2 {
	font-size: 1.9em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-weight: 600;
	word-spacing: 0.1em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
	line-height: 1.0em;
	word-spacing: 0.1em;
	font-weight: bold;
}

img { 
	outline-color: #9D9D9D;
	border: 0px;
	margin-right: 0px;
        margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #0923C6;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.small  	{ font-size: 8pt; }
.big	  	{ font-size: 12pt; }
.source 	{ font-size: 8pt; font-variant: small-caps; }
.boxtitle { 
	font-size: 10pt;
	font-weight: 800;
	color: #C00232;
	background: url('shooter.gif') no-repeat;
	background-position: center left;
	padding-left: 18px;
}

.hi 		{ color: #C00232; }

/*###########################################
HTML-Tag-Klassen*/

/*Navi-Hover-Effekt*/
a.navi { margin-right: 10px; margin-left: 15px; color: #F0F0F0; font-size: 1.5em; font-weight: bold; line-height: 1.4em; text-decoration: none; text-transform: uppercase; }
a.navi:hover { color: #ABC9E1; }

/*Sub-Navi mit Effekt*/
a.subnavi { margin-left: 25px; color: #fff; font-size: 1.3em; line-height: 1.2em; text-decoration: none; }
a.subnavi:hover { color: #ABC9E1; }



/*###########################################
Container*/

#header { 
	height: 100px;
	margin-left: 0;
	margin-top: 0px;
	/*background: url('header_1.jpg') no-repeat;*/
}

#subheader { 
	margin-left: 0;
	margin-top: 0px;
	height: 30px;
	background: url('balken_ev.jpg') no-repeat;
}

#navi {
	width: 19%;
	height: 500px;
	background: url('bordeaux.gif'); 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	float: left;
	clear: both
}

#content {
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 30px;
	width: 75%;
	float: left;
}

#infobox {
/*absichtlich ist keine Breite und keine Position definiert. Standardmäßig ist die Box deshalb so breit wie die Seite und linskbündig */
	background-color: #ABC9E1;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-color: #696969;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#abschnitt {
        background-color: #E9EFFC;
        padding: 10px 10px 10px 10px;
        border: 3px ridge;
}

#description {
        background-color: #D2D2D2;
        padding: 5px 5px 5px 5px;
}

#imgtab {
	margin-right: 3px;
        margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
