@media all {
			
/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * {
	font-size:100.01%;
}

/* Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen */
textarea,pre,code,kbd,samp,var,tt {
	font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}
	
/* Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#222;
	margin:0 0 .25em;
}

h1 {
	color: #02548e;
	font-size: 1.6em;
	padding-bottom: 10px;
	font-weight: bold;
}
	
/* 30px */
h2 {
	font-size:200%;
}
/* 24px */
h3 {
	font-size:150%;
}
/* 18px */
h4 {
	font-size:133.33%;
}
/* 16px */
h5 {
	font-size:116.67%;
}
/* 14px */
h6 {
	font-size:116.67%;
}

/* Listen */
ul,ol,dl {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
	margin-bottom: 0;
}
ol {
	list-style-type: decimal;
	margin-left: 15px;
}
ol ol {
	list-style-type: lower-latin;
	margin-bottom: 0;
}
li {
	margin-left: .8em;
	line-height: 1.5em;
}
dt {
	font-weight:bold;
}
dd {
	margin: 0 0 1em .8em;
}
	
/* Allgemeine Textauszeichnung */
p {
	line-height:1.5em;
	margin:0 0 1em;
}
blockquote,cite,q {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
blockquote {
	margin:0 0 1em 1.6em;
}
strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}
big {
	font-size:116.667%;
}
small {
	font-size:91.667%;
}
pre {
	line-height:1.5em;
	margin:0 0 1em;
}
pre,code,kbd,tt,samp,var {
	font-size:100%;
}
pre,code {
	color:#800;
}
kbd,samp,var,tt {
	color:#666;
	font-weight:bold;
}
var,dfn {
	font-style:italic;
}
acronym,abbr {
	border-bottom:1px #aaa dotted;
	font-variant:small-caps;
	letter-spacing:.07em;
	cursor:help;
}
sub {
	vertical-align:sub;
	font-size:smaller;
}
sup {
	vertical-align:super;
	font-size:smaller;
}
hr {
	color:#fff;
	background:transparent;
	margin:0 0 .5em;
	padding:0 0 .5em;
	border:0;
	border-bottom:1px #eee solid;
}
	
/* Links */
a {
	color: #02548e;
	background:transparent;
	text-decoration:none;
}
a:visited {
	color: #02548e;
}

#col1_content a {
	text-decoration: underline;
}
#col1_content a:hover {
	text-decoration: none;
}

/* Maximaler Kontrast für Tab Focus */
a:focus {
	text-decoration:underline;
	color:#000;
	background:#fff;
	outline:3px #f93 solid;
}
a:hover,a:active {
	color:#182E7A;
	text-decoration:underline;
	outline:0 none;
}
	
/* Bilder (mit optionaler Bildunterschrift) */
span.caption {
	margin:0 1em .15em 0;
}

/* Standardklassen zur Positionierung und Hervorhebung */
.highlight {
	color:#c30;
}
.dimmed {
	color:#888;
}
.info {
	background:#f8f8f8;
	color:#666;
	padding:10px;
	margin-bottom:.5em;
	font-size:91.7%;
}
.note {
	background:#efe;
	color:#040;
	border:2px #484 solid;
	padding:10px;
	margin-bottom:1em;
}
.important {
	background:#ffe;
	color:#440;
	border:2px #884 solid;
	padding:10px;
	margin-bottom:1em;
}
.warning {
	background:#fee;
	color:#400;
	border:2px #844 solid;
	padding:10px;
	margin-bottom:1em;
}
.float_left {
	float:left;
	display:inline;
	margin-right: 20px;
	margin-bottom: 10px;
}
.float_right {
	float:right;
	display:inline;
	margin-left:1em;
	margin-bottom:.15em;
}
.center {
	display:block;
	text-align:center;
	margin:.5em auto;
}
	
/* Tabellen */
table {
	width:auto;
	border-collapse:collapse;
	margin-bottom:.5em;
	border-top:2px #888 solid;
	border-bottom:2px #888 solid;
}

table caption {
	font-variant:small-caps;
}

table.full {
	width:100%;
}

table.fixed {
	table-layout:fixed;
}

th,td {
	padding:.5em;
}

thead th {
	color:#000;
	border-bottom:2px #800 solid;
}

tbody th {
	background:#e0e0e0;
	color:#333;
}

tbody th[scope=row],tbody th.sub {
	background:#f0f0f0;
}

tbody th {
	border-bottom:1px solid #fff;
	text-align:left;
}

tbody td {
	border-bottom:1px solid #eee;
}

tbody tr:hover th[scope=row],tbody tr:hover tbody th.sub {
	background:#f0e8e8;
}

tbody tr:hover td {
	background:#fff8f8;
}

.homebox_left,.homebox_right {
	float:left;
	width:349px;
}

.homebox_left {
	border-right:2px solid #fff;
}

.homebox_right {
	background:url(/css/files/verlauf.gif) repeat-y;
}

.img_orange,.img_red {
	position:relative;
}

.img_orange .head,.img_red .head {
	position:absolute;
	top:0;
	left:0;
	background:blue;
	padding:4px 20px 4px 10px;
	color:#fff;
	font-weight:bold;
	z-index:10;
	-webkit-border-radius:0 0 5px 0;
	-moz-border-radius:0 0 5px;
	border-radius:0 0 5px 0;
	behavior:url(/css/pie/PIE.php);
}

.img_orange .title,.img_red .title {
	position:absolute;
	right:0;
	bottom:0;
	background:blue;
	padding:4px 15px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	z-index:10;
	-webkit-border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0;
	border-radius:5px 0 0 0;
	behavior:url(/css/pie/PIE.php);
}

.img_orange .head,.img_orange .title {
	background:#f5801c;
}

.img_red .head,.img_red .title {
	background:#ac2000;
}

.homebox_left h2,.homebox_right h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#02548e;
	padding:20px 20px 10px;
}

.homebox_left p,.homebox_right p {
	padding:0 20px 2px;
}

.homebox_left p.link,
.homebox_right p.link {
	position:relative;
	left:20px;
	padding-left:20px;
	background:url(/css/files/arrow.gif) no-repeat 0 .3em;
}

h1.main {
	margin-left: 20px;
}
.block {
	width: 612px;
	margin: 0 30px 40px 20px;
	float: left;
}
#col1 .indent p,
#col1 .indent li {
	margin-left: 220px;
}
#col1 .box_right p,
#col1 .box_right li {
	margin-left: 0;
	margin-right: 220px;
}

.block ul li {
	margin-left: 0;
	list-style-type: none;
	padding-left: 15px;
	background: url(/css/files/arrow.png) no-repeat 0 0.25em;
}

.blue {
	background: #d3eef8;
	padding: 10px 20px;
	width: 572px;
}

#col3 .block {
	width: 210px !important;
	margin: 0 0 40px;
}
#col3 img {
	margin-bottom: 5px;
}
#col3 img.float_left {
	float: none;
}
#col3 ul li {
	margin-bottom: 5px;
}


.you_tube,
.flow_player {
	margin-bottom: 30px;
}
#col1 .you_tube,
#col1 .flow_player {
	margin-left: 20px;
}

#col3 .linkbox {
	position: relative;
	left: -20px;
	width: 230px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid #b3b4b5;
}
#col3 h1 {
	font-size: 1.4em;
}

.fullpic {
	position: relative;
	left: 15px;
	margin: 10px 0 20px;
}

/* Video */
.flow_head {
	position: absolute;
	display: block;
	top: 15px;
	left: 710px;
	width: 230px;
	height: 130px;
}

p.galerie {
	padding:20px;
}

.galerie a {
	display: none;
}
.galerie a.first {
	display: block;
}

/* Lehrmaterial */

#nav_right ul li#kat_36 {
	background: url(/css/files/circle1_blue.gif) no-repeat right 0.2em;
}
#nav_right ul li#kat_37 {
	background: url(/css/files/circle2_red.gif) no-repeat right 0.2em;
}
#nav_right ul li#kat_38 {
	background: url(/css/files/circle3_lightblue.gif) no-repeat right 0.2em;
}
#nav_right ul li#kat_39 {
	background: url(/css/files/circle4_green.gif) no-repeat right 0.2em;
}
#nav_right ul li#kat_40 {
	background: url(/css/files/circle5_yellow.gif) no-repeat right 0.2em;
}

#banner_blue,
#banner_red,
#banner_light_blue,
#banner_green,
#banner_yellow {
	clear: both;
	position: relative;
	margin-left: 20px;
	width: 612px;
	height: 58px;
	background: url(/css/files/banner1.gif) no-repeat;
}
#banner_blue h2,
#banner_red h2,
#banner_light_blue h2,
#banner_green h2,
#banner_yellow h2 {
	position: absolute;
	left: 320px;
	top: 35px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
#banner_blue {
	background: url(/css/files/banner1.gif) no-repeat;
}
#banner_red {
	background: url(/css/files/banner2.gif) no-repeat;
}
#banner_light_blue {
	background: url(/css/files/banner3.gif) no-repeat;
}
#banner_green {
	background: url(/css/files/banner4.gif) no-repeat;
}
#banner_yellow {
	background: url(/css/files/banner5.gif) no-repeat;
}

/* Suchergebnisse */

.searchresults {
	margin: 0 30px 40px 20px;
	padding: 0;
	list-style-type: none;
	clear: both;
}
.searchresults li {
	margin: 0;
	padding: 0 0 20px 15px;
	background: url(/css/files/arrow.png) no-repeat 0 0.25em;
}
.searchresults h4 {
	font-size: 1.1em;
}
.searchresults p {
	margin-bottom: 3px;
}


/* Newsletter */

.newsletter {
	float: left;
	width: 592px;
	margin: 0 30px 40px 20px;
	padding: 10px 0 10px 20px;
	background: #d3eef8;
}
.newsletter h2,
.newsletter h3 {
	color: #02548e;
	font-size: 1.6em;
	padding-bottom: 10px;
	font-weight: bold;
}
.newsletter h3 {
	font-size: 1.0em;
	line-height: 1.5em;
}
.newsletter .left {
	width: 195px;
	float: left;
	padding-right: 15px;
}
.newsletter .right {
	width: 370px;
	float: left;
	position: relative;
	left: -20px;
}
.newsletter .button p {
	float: right;
	padding-right: 12px;
	text-align: right;
}

/* Formular */

.xform {
	clear: both;
	width: 592px;
	margin: 0 30px 40px 20px;
	padding: 10px 0 10px 20px;
	background: #d3eef8;
}
.xform h2,
.xform h3 {
	color: #02548e;
	font-size: 1.6em;
	padding-bottom: 10px;
	font-weight: bold;
}
.xform h3 {
	font-size: 1.0em;
	line-height: 1.5em;
}
.xform .left {
	width: 195px;
	float: left;
	padding-right: 15px;
}
.xform .right {
	width: 370px;
	float: left;
}
.xform .button p {
	float: right;
	padding-right: 12px;
	text-align: right;
}

.xform label {
	width: 70px;
	display: block;
	float: left;
	padding: 0 8px;
	line-height: 30px;
	background: #b5e7fa;
	margin-bottom: 9px;
	border-right: 2px solid #6bcff6;
}
.xform input,
.xform textarea {
	height: 30px;
	width: 260px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	background: #fff;
	margin-bottom: 9px;
}

.xform input.submit {
	background: #6bcff6;
	width: auto;
	height: auto;
	color: #02548e;
	margin-top: 5px;
	padding: 3px 20px;
	border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	behavior: url(/css/pie/PIE.php);
}

#sitemap {
	position: relative;
	left: 20px;
}
#sitemap a {
	text-decoration: none;
}
#sitemap {
	margin: 0;
	padding: 0;
}
#sitemap li {
	font-weight: bold;
	padding-top: 10px;
	list-style-type: none;
}
#sitemap li li {
	font-weight: normal;
	padding-top: 0px;
	margin-left: 15px;
	list-style-type: disc;
}
#sitemap li li li {
	list-style-type: circle;
}

}