/*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, ol {
	margin-bottom: 2em;
	margin-left: 3em;
	list-style-type: circle;
}

h1 {
	margin-top: 8px;
	font-size: 2.4em;
	margin-bottom: 0.8em;
	line-height: 1em;
	font-weight: 600;
	color: #C00232;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-weight: 600;
	word-spacing: 0.1em;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.0em;
	word-spacing: 0.1em;
	font-weight: 500;
}

img { 
	outline-color: #9D9D9D;
	border: 0px;
	margin-right: 3px;
        margin-left: 3px;
	margin-top: 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;
}

.wo 		{ color: #FF6600; }
.ju 		{ color: #0000FF; }
.pf 		{ color: #008000; }
.ro 		{ color: #FF0000; }
.le 		{ color: #F8B700; }
.bo 		{ color: #C00232; }


/*###########################################
HTML-Tag-Klassen*/

/*Fetter Navi-Hover-Effekt mit megamäßigem Aufwand^^*/
a.navi { margin-right: 10px; margin-left: 15px; color: #000; font-size: 1.5em; line-height: 1.4em; text-decoration: none; text-transform: uppercase; }
a.navi:hover { color: #767676; }

/*Sub-Navi mit Effekt*/
a.subnavi { margin-left: 25px; color: #000; font-size: 1.3em; line-height: 1.2em; text-decoration: none; }
a.subnavi:hover { color: #767676; }

/*Aktuelles-Link*/
a.akt { color: #000; font-size: 1.0em; line-height: 1.2em; text-decoration: none; font-style: italic; }
a.akt:hover { color: #767676; }



/*###########################################
Container*/

#header { 
	height: 100px;
	margin-left: 0;
	margin-top: 0px;
	/*background: no-repeat url("header_1.jpg");*/
}

#subheader { 
	margin-left: 0;
	margin-top: 0px;
	height: 30px;
	background: url('dpsg-balken.jpg') no-repeat;
}

#navi {
	width: 19%;
	height: 100%;
	background: url('hellblau.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: 70%;
	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;
}

#caption {
        background-color: #ABC9E1;
        padding: 5px;
        font-size: 8pt;
}

/*###########################################
Stefans Erweiterungen für SoLa 2010*/

#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;
}
#imgwotab {
	margin-right: 0px;
  margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.programm td {
  padding: 3px;
}