*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} 

/* FONTS: DROID SANS */
@font-face {
    font-family: 'Droid Sans';
    src: url('./fonts/DroidSans-Bold.woff2') format('woff2'),
        url('./fonts/DroidSans-Bold.woff') format('woff'),
        url('./fonts/DroidSans-Bold.ttf') format('truetype'),
        url('./fonts/DroidSans-Bold.svg#DroidSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('./fonts/DroidSans.woff2') format('woff2'),
        url('./fonts/DroidSans.woff') format('woff'),
        url('./fonts/DroidSans.ttf') format('truetype'),
        url('./fonts/DroidSans.svg#DroidSans') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	background-color: #ffffff;
}

body {
	text-decoration: none;
	color: #333333;
}

input {
-webkit-appearance: none;
border-radius: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#container {
margin: 0 auto;
width: 95%;
height: auto;
} 

#content {
width: 100%px;
height: auto;
min-height: 400px;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 20px;
} 

.textbox {
width: 100%;
height: auto;
padding: 0px;
border-radius: 10px;
overflow: hidden;
}

.textboxvar {
margin: 0 auto;
height: auto;
padding-top: 50px;
}

.longform {
	width: 500px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 34px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
}

.longred {
	width: 500px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 34px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #ff3333;
	text-decoration: none;
}

.medform {
	width: 200px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 34px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
}

.medred {
	width: 200px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 34px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #ff3333;
	text-decoration: none;
}

.shortform {
	width: 100px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 34px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
}

.shortred {
	width: 100px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 34px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #ff3333;
	text-decoration: none;
}

.longform:hover, .longred:hover, .medform:hover, .medred:hover, .shortform:hover, .shortred:hover {
	border-color: #a82f00;
}

.button {
	width: auto;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 34px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.button:hover {
	border-color: #a82f00;
}

.header {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #a82f00;
	text-decoration: none;
}

.header2 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.normal {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.tabth {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #a82f00;
	text-decoration: none;
	text-align: left;
	padding: 5px;
}

.tabtd {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding: 5px;
}

.tabtr {
	border-top: 1px solid #cccccc;
}

.tabtr:hover {
	background-color: #f0f0f0;
}

.tabheader {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #a82f00;
	text-decoration: none;
	float: left;
}

.filetable {
	margin-top: 0px;
	width: 100%;
	height: auto;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 10px;
	}
	
.fileicon {
	width: 63px;
	float: left;
}

.filetext {
	width: auto;
	min-width: 217px;
	height: 48px;
	display: table;
	padding-right: 10px;
	float: left;
}

.fileinfo {
	width: 357px;
	height: 48px;
	float: right;
}

.filemain {
height: auto;
}

.sizetext {
	width: 120px;
	height: 48px;
	display: table;
	float: left;
    text-align: right;
	padding-right: 20px;
	padding-left: 10px;
}

.changetext1, .changetext2 {
	width: 160px;
	height: 48px;
	display: table;
	float: left;
	padding-right: 10px;
	font-size: 14px;
}

.functions {
	width: 77px;
	height: 48px;
	display: table;
	float: left;
	padding-right: 10px;
	padding-top: 12px;
	font-size: 14px;
}


.fdel {
	background: url(../images/wkdela.png) no-repeat left center;
	width: 20px;
	border: none;
	height: 20px;
	cursor: pointer; 
}

.fdown {
	background: url(../images/wkdowna.png) no-repeat left center;
	width: 20px;
	border: none;
	height: 20px;
	cursor: pointer; 
	float: left;
	margin-right: 5px;
}

.fedit {
	background: url(../images/edita.png) no-repeat left center;
	width: 17px;
	border: none;
	height: 20px;
	cursor: pointer; 
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

.filetext p, .sizetext p , .changetext1 p , .changetext2 p {
  display: table-cell; 
  vertical-align: middle; 
}

.filelink {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.filetable:hover {
	background: url("../images/navbga.png") top left repeat;
	background-size: 100% 100%;
}

.filelink .filetable:hover {
	color: #ffffff;
}

.filetable:hover .fdel{
	background: url(../images/wkdela.png) no-repeat left center;
}

.filetable:hover .fdel:hover{
	background: url(../images/wkdel.png) no-repeat left center;
}

.filetable:hover .fdown{
	background: url(../images/wkdowna.png) no-repeat left center;
}

.filetable:hover .fdown:hover{
	background: url(../images/wkdown.png) no-repeat left center;
}

.filetable:hover .fedit{
	background: url(../images/edita.png) no-repeat left center;
}

.filetable:hover .fedit:hover{
	background: url(../images/edit.png) no-repeat left center;
}

.semtable:hover { background: url(../seminare/images/tabletra.png) no-repeat right top; }
.semtabicon {width: 10px; height: 10px; margin-left: 14px; margin-top: 13px; float: left; }
.semdot {width: 10px; height: 10px;}
.semtabtxt1 {width: 208px; margin-left: 8px; margin-top: 13px; float: left; font-size: 14px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #666666; text-decoration: none;}
.semtabtxt2 {width: 190px; margin-left: 8px; float: left; text-align: center; margin-top: 19px; font-size: 18px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #c3c2c2; text-decoration: none;}
.semtable:hover .semtabtxt1, .semtable:hover .semtabtxt2 {color: #ffffff;}



.tabline {
	background-color: #ffffff;
}

.tabline:hover {
	background-color: #f3f3f3;
}


.sublinkactiveh {
	font-weight: bold;
	font-style: normal;
	color: #a82f00;
	margin-bottom: 2px;
	display: block;
}

.sublinkactive {
	font-weight: bold;
	font-style: normal;
	color: #a82f00;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}

a.sublink {
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}

a.sublink:hover {
	color: #a82f00;
	border-left: 2px solid #a82f00;
	padding-left: 9px;
}

a.sublinkh {
	font-weight: bold;
	font-style: normal;
	color: #444444;
	margin-bottom: 2px;
	display: block;
	text-decoration: none;
}

a.sublinkh:hover {
	color: #a82f00;
}


.imagelink {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.imageheader {
	width: 100%;
	height: auto;
	border: none;
}

.shadow {
    -moz-box-shadow: 0px 0px 15px #999999, -0px -0px 15px #999999;
    -webkit-box-shadow: 0px 0px 15px #999999, -0px -0px 15px #999999;
    box-shadow: 0px 0px 15px #999999, -0px -0px 15px #999999;
}

.fett {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.small {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

a.flink {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

a.link {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}

a.pdflink {
height: 21px;
font-size: 16px;
text-decoration: none;
text-align: center;
color: #333333;
background: url(../images/pdf.png) no-repeat left center;
padding-left: 29px;
padding-top: 9px;
padding-bottom: 4px;
vertical-align: center;
line-height: 25px;
}

a.pdflink:hover {
color: #a82f00;
background: url(../images/pdfa.png) no-repeat left center;
}


a.boxlink {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

a.linksmall {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

a.flink:hover, a.link:hover, a.linksmall:hover, a.boxlink:hover {
	color: #a82f00;
	}

.rotkursiv {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #a82f00;
	text-decoration: none;
}
	
@media only screen and (max-width: 1200px) {

#textbreit {
font-size: 15px;
}

#subnav, #contact {
font-size: 15px;
}

.header, .header2 {
	font-size: 16px;
}

.normal, .fett, a.link, a.flink, a.boxlink , a.pdflink , .rotkursiv {
	font-size: 15px;
}

.small. a.linksmall {
	font-size: 13px;
}

}

@media only screen and (max-width: 980px) {

#textbreit {
width: 100%;
min-height: 200px;
margin: 0;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 20px
}

#subnav {
width: auto;
font-size: 15px;
border: 1px solid #c0c0c0;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

#contact {
width: auto;
font-size: 15px;
border: 1px solid #c0c0c0;
padding: 10px;
float: right;
margin-right: 20px;
}

#subnavheader {
display: block;
margin-bottom: 10px;
}

}

@media only screen and (max-width: 750px) {

#contact {
float: left;
}

}

@media only screen and (max-width: 410px) {

.medform, .medred {
width: 150px;
}

.textboxvar {
padding-top: 0px;
}

#content {
min-height: 300px;
}

}