
/*CSS FÜR www.ede-eu.org.de von KrappRot/Mediendesign -Thorsten Knebel www.krapprot.de */

/*==================== html tags ==========================*/
/* Innen- und Aussenabstände für alle Elemente ausschalten */
* {
margin: 0px;
padding: 0px;
}

html, body{
font-size: 0.83em; 
line-height: 1.2em; 
height: 100%;
max-height: 100%;
background-image: url(../../img/graph/bg_site.jpg);
}

body{
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
color:#4a4a4a; 
font-size: 1em; 
line-height: 1.2em; 
background-color: #F7F7F7; 
text-align: left; 
}

address{
font-size:0.9em; 
font-family:arial,helvetica,sans-serif;
font-style:normal;
margin-left:200px;
margin-bottom: 1em;
}

img.logo{
float: left;
margin-bottom:1.7em;
}

a:link, a:visited {color: #4a4a4a; text-decoration: underline}
a:hover, a:active {color: #333;  text-decoration: none}

/* Umrandung bei Bildern im Link für IE ausschalten */
a img{
border: 0px;
}

h1, h2, h3{
clear: both;
font-family: Arial, Tahoma, Helvetica, sans serif;
color: #2D79CD;
font-style: normal;
font-weight: bold;
}

h1{
	font-size: 1.2em;
}

h2{
	font-size: 1.1em;
    margin-bottom: 1.5em;
}
p+h2, h3, h4{
margin-top: 2em;
}
h3{
	font-size: 1.0em;
	margin-bottom: 1.2em;	
}

h4{
clear: both;
	font-size: 0.8em;
	color: #4a4a4a;
	font-weight: bold;
	margin-bottom: 0.4em;
}



p {
margin-bottom: 1em;
}
/*==================== IDs ==========================*/
#site{
margin: auto;
width: 731px;
background-color: #fff;
background-image: url(../../img/graph/bg_site.gif);
background-repeat: repeat-y;
}

#header_top{
width:731px;
height:25px;
background-image: url(../../img/graph/bg_header_top.gif);
background-repeat: no-repeat;
}

#content{
float: left;
width: 500px;
padding: 30px 10px 20px 30px;
}

/* ----------- Listen ----------------------------*/
#content ul, #content ol{
font-family: Arial, Tahoma, sans serif;
margin: 0em 30px 1.2em 30px;
}

#content ol{
list-style-position: inside;
}
#content li{
margin-bottom: 0.4em;
}

#content img{
border: 1px solid #ccc;
padding: 1px;
}

li>ul, li>ol{
padding-top: 0.6em;
margin-bottom: 0.6em;
}

#currentVision{
margin-left: 14px;
border: 1px solid #fff;
}

#rightCol{
float: right;
width: 188px;
background-color: #f2f2f2;
}
#rightCol hr{
height: 1px;
border: 1px solid #3C73B8;
}

#topmenue{
color: #fff;
font-family: Arial, Helvetica;
font-size: 0.88em;
font-size: 12px;
height: 24px;
line-height: 24px;
vertical-align: middle;
background-image: url(../../img/graph/bg_menu_top.jpg);
background-repeat: x-repeat;
padding-left: 30px;
}

#topmenue a{
color: #000066;
padding: 0px 2px;
display: block;
text-decoration: none;
}

#topmenue a:link, #topmenue a:visited{
}

#topmenue a:hover, #topmenue a:active{
background-color: #68C3F2;
}

#topmenue ul.menue{
list-style-type: none;
}

#topmenue ul.menue li{
padding: 0px 2px;
display: block;
float: left;
}

#flags{
margin-left: 550px;
}
#flags img{
margin: 5px;
}

#footer{
font-size:0.8em;
height: 21px;
line-height: 21px;
vertical-align: middle;
clear: both;
width: 701px;
background-color: #f2f2f2;
background-image: url(../../img/graph/bg_footer.gif);
background-repeat: x-repeat;
padding-left: 30px;
border-bottom: 1px solid #5CC5FC;
}

#login{
width: 178px;
height: 25px;
line-height: 25px;
vertical-align: middle;
background-color: #366FB6;
padding: 0px 5px;
position: absolute;
margin-top: -50px;
}
#login a{
font-weight: bold;
text-decoration: none;
color: #fff;
}

#printfooter{
display: none;
}

/*-------------------- navigation --------------------*/

/*==================== Klassen ==========================*/
.active{
background-color: #68C3F2;
}
.clear{
clear: both;
}

.small{
font-size: 0.8em;
}
.fett{
font-weight: bold;
}
.hidden{
display: none;
}

.linklist{
font-size: 0.9em;
line-height: 1.3em;
list-style-type: none;
list-style-image: url(../../img/graph/arrow_blue.gif);
}

.linklist a{
color: #2D79CD;
}

.nomargin{
margin-left: 0px;
}

.pdf-list{
font-size: 0.9em;
line-height: 1.5em;
list-style-type: none;
list-style-image: url(../../img/graph/pdf.gif);
}
