@font-face {
    font-family: 'Miso_Bold';
    src: url('fonts/miso-bold-webfont.eot');
    src: url('fonts/miso-bold-webfont.eot?iefix') format('eot'),
         url('fonts/miso-bold-webfont.woff') format('woff'),
         url('fonts/miso-bold-webfont.ttf') format('truetype'),
         url('fonts/miso-bold-webfont.svg#webfontOS7VaPS3') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miso_Regular';
    src: url('fonts/miso-regular-webfont.eot');
    src: url('fonts/miso-regular-webfont.eot?iefix') format('eot'),
         url('fonts/miso-regular-webfont.woff') format('woff'),
         url('fonts/miso-regular-webfont.ttf') format('truetype'),
         url('fonts/miso-regular-webfont.svg#webfontEmuN7CeE') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------------*/

body {
	background-repeat: no-repeat;
	background-color:#DDDDDD;
	margin-top:0px;
}
/*----------------------------------------------------*/

a img {
	border : 0 none;
}
a:active img { 
	color:black; 
}
a:link {
	font-weight:normal; 
	color:black; 
	text-decoration:none;
}
a:visited { 
	color:black;
	text-decoration:none; 
	font-weight:normal;
}

/*----------------------------------------------------*/

div.mainDiv {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../pic/back.gif);
	background-color:white;
	background-repeat: no-repeat;
}
div.mainBlockDiv {
	margin-left:auto;
	margin-right:auto;
}
div.menu_but {
	text-align:left;
	float:left;
	font-family: "Miso_Regular", Georgia, serif;
	font-size:18px;
	line-height:18px;
}
div.lefttitle {
	text-align:right;
	font-family: "Miso_Regular", Georgia, serif;
	font-size:16px;
	line-height:18px;
}
div.small_video {
	text-align:left;
	margin-top:4px;
	float:left;
	border:0px;
	border-style:hidden;
}
div.slid {
	text-align:right;
	margin-top:4px;
}
div.actproj {
	color:white;
	font-family: "Miso_Bold", Georgia, serif;
	font-size:18px;
	width:420px;
	height:25px;
	overflow:hidden;
	padding-top:9px;
	padding-bottom:5px;
	padding-left:15px;
	background-color:#AAAAAA;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #f1f1f1 50%, #e1e1e1 51%, #b5b5b5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#b5b5b5));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f1f1f1 50%,#e1e1e1 51%,#b5b5b5 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#f1f1f1 50%,#e1e1e1 51%,#b5b5b5 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#f1f1f1 50%,#e1e1e1 51%,#b5b5b5 100%);
	background: linear-gradient(to bottom,  #e5e5e5 0%,#f1f1f1 50%,#e1e1e1 51%,#b5b5b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b5b5b5',GradientType=0 );
}

div.video_top {
	margin-left:104px;
}

div.enseDivLeft {
	width:250px;
	height:40px;
	float:left;
	overflow:hidden;
	margin-bottom:5px;
}
div.enseDivRight {
	width:250px;
	height:40px;
	overflow:hidden;
	margin-bottom:5px;
}
div.publLeft {
	display: inline-block;
	width:330px;
	height:160px;
	overflow:hidden;
}
div.publRight {
	display: inline-block;
	width:330px;
	height:160px;
	overflow:hidden;
}
div.foerdLeft {
	width:300px;
	height:60px;
	overflow:hidden;
	display:inline-table;
}
div.foerdRight {
	width:300px;
	height:60px;
	overflow:hidden;
	display:inline-table;
}
div.partLeft {
	display:inline-table;
	width:320px;
	height:40px;
	overflow:hidden;
}
div.partRight {
	display:inline-table;
	width:320px;
	height:40px;
	overflow:hidden;
}
div.softw {
	width:500px;
	overflow:hidden;
	margin-bottom:15px;
}
div.allgFoerder {
	overflow:hidden;
	display: inline-block;
	margin-right:12px;
	vertical-align: top;
}
div.titel {
	overflow:hidden;
	margin-left:104px;
	width:735px;
}
/*----------------------------------------------------*/
img.titel {
	width:735px;
}
img.men {
	margin:0px;
	margin-right:10px;
}
img.logos {
	margin:0px;
	margin-left:4px;
	margin-bottom:-4px;
}
img.slid {
	margin-left: 4px;
}
img.ensePics {
	width:49px;
	margin-right:5px;
}
img.publPics {
	height:120px;
	border:solid 1px grey;
	display:block;
}
img.softwPics {
	height:50px;
	margin-right:10px;
}
img.foerdPics {
	margin-right:4px;
}


/*----------------------------------------------------*/
hr {
	border:0;
	margin-top: 8px;
	margin-bottom: 10px;
	height:1px;
	background-color:#000000;
	overflow:hidden;
}
hr.hr2 {
	margin-bottom: 20px;
}