@charset "utf-8";
/*
// +----------------------------------------------------------------------+
// | Project:  DO-International                                           |
// | URL:      http://www.do-international.de                             |
// | File:     css/basis.css                                              |
// +----------------------------------------------------------------------+
// | Haupt-Style-Sheet der Site                                           |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt http://www.schmidtalfred.de                 |
// | Date:     21.07.2009                                                 |
// +----------------------------------------------------------------------+
*/
 * {
	margin: 0;
	padding: 0;
}
body{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat-y;
	color: #666666;
	}
#position_mitte{
	height: 800px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
#head{
	border: 1px solid #1f41a5;
	position: absolute;
	z-index: 1;
	height: 100px;
	width: 1050px;
	float: left;
	background-image: url(../img/verlauf1.png);
	background-repeat: repeat-y;
	background-position: left;
	}
#main{
	border: 1px solid #1f41a5;
	position: absolute;
	z-index: 2;
	height: 600px;
	width: 1050px;
	top: 110px;
	left: 50xp;
	}
#foot{
	position: absolute;
	z-index: 3;
	height: 22px;
	width: 1050px;
	top: 730px;
	}
#h_left{
	width: 120px;
	height: 74px;
	background-image: url(../img/neu_grau.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;	/*background-color: #eee;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	}
#h_right{
	width: 440px;
	margin: 0 0 1.1em;
	position: absolute;
	left: 610px;
	top: 0px;
	text-align: right;
	font-weight: bold;
	line-height: 20px;
	height: 100px;
	background-image: url(../img/bg_blau.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
#m_menue{ /*breadcrumbs*/
	background-color: #DDE2EA;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #1f41a5;
	padding-top: 2px;
	padding-left: 2px;
	}
#m_left{ /*linke seite*/
	float: left;
	width: 200px;
	/*border: 1px solid silver;*/
	/*background-color: #eee;*/
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 5;
	height: 580px;
	background-color: #DDE2EA;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 95%;
	}
.menu {
	padding: 1px;
	margin-left: 0;
	font: 11px verdana, sans-sherif;
	width: 140px;
	color: gray;
}
.menu li{
	list-style: none;
	margin: 0;
	text-align:left;
}
.menu li a{
	display: block;
	padding: 7px 5px 7px 9px;
	border-bottom: 1px gray solid;
	text-decoration: none;
}
.menu li a:link {
	color: #000;
}
.menu li a:visited {
	color: #006;
}
.menu li a:hover {
	font-weight: bold;
	color: #000080;
	background: #eaeaea;
	border-right: 3px #004080 solid;
}
#m_left .o50{
	opacity: .65;
	filter:alpha(opacity=65);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);}

	
#m_content{/*inhalt*/
	overflow: auto;
	height: 560px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #1f41a5;
	border-right-color: #1f41a5;
	border-bottom-color: #1f41a5;
	border-left-color: #1f41a5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 90%;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	}
#m_content h1{
	font-size: 1.6em;
	padding-top: 15px;
	padding-left: 10px;
}
#m_content h2{
	font-size: 1.3em;
	padding-left: 15px;
	}
#m_content p{
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 30px;
	text-align: justify;
	margin-right: 50px;
	}

#m_right{/*rechte seite*/
	float: right;
	width: 1px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.1em;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	}
#f_foot{/*fuss*/
	margin: 0 0 1.1em;
	}
#schatten{
	position: absolute;
	z-index: 5;
	height: 30px;
	/*width: 50px;*/
	left: 20px;
	top: 65px;
}
a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #CCCCCC;
}
/*.buttonheading{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/
ul{list-style-type: none;
}
#titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1f41a5;
	position: absolute;
	z-index: 6;
	left: 224px;
	top: 30px;
	letter-spacing: 5px;
	width: 360px;
	height: 37px;
}
.fliess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 18px;
	color: #333333;
	padding-right: 20px;
	padding-left: 15px;
}
.fliestitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-left: 5px;
}
.textlink {
	font-weight: bold;
	color: #297ABC;
}
.textlink:hover {
	color: #11406F;
}
.buzz{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tbl_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.link_programms{
	color: #0066CC;
}
.link_programms:hover{
	color: #009900;
}
.table_projekte{
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	border: 1px solid #FFFFFF;
}
.foto{
	border: 1px solid #999999;
}
.indexfoto{
	position: absolute;
	top: 100px;
	left: 450px;
}
/* pdf icon hinter link*/
a[href$='.pdf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../_img/pdf.png)
	no-repeat center right;
}
/*für artikel*/
#presse {
	position: relative;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 10px;
}
#presse h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#presse p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	margin-left: 30px;
	text-align: justify;
	margin-right: 30px;
}
#presse img[alt] {
	padding:2px;
	border: 1px solid #000;
	background-color:#efefef;	
}
#m_content .fotolinks{
	float:left;
	padding:2px;
	border: 1px solid #000;
	background-color:#efefef;
	margin:10px 30px 10px 30px;
}
#fotoleft{
	min-height:30px;
	min-width:30px;
	float: left;
	position: relativ;
}
#fotoright{
	min-height:30px;
	min-width:30px;
	float: right;
	position: relativ;
}
#fotoleft .fototext{
	position: relative;
	clear:both;
	font-size:.7em;
}
#fotoright .fototext{
	position: relative;
	clear:both;
	font-size:.7em;
}
#fotolinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1em;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#m_content .fotorechts{
	float:right;
	padding:2px;
	border: 1px solid #000;
	background-color:#efefef;
	margin:10px 50px 10px 30px;
}
#fotorechts p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 1em;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	}
#m_content .foto{
	padding:2px;
	margin:15px auto;
	text-align: center;
	width:auto;
	border: 1px solid #000;
	background-color:#efefef;
}
#foto p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 1em;
	text-align: center;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	}
/*für artikel ENDE*/
hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 20px;
	margin-top: 20px;
}

