/* CSS Document */

/* ========== Farben ========== 

rot: #7a1e10
hellgrau: #e4e5e6
dunkelgrau: #3a3a3a

*/


/* ========== Allgemeines ========== */


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0;
border: 0;
}

/* ========== Fotogalerie ========== */

ul.fotogalerie {
list-style:none;
}

ul.fotogalerie li{
float:left;
margin: 0 8px 0 0;
}

/* ========== Navigation ========== */

#navigation {
display:none;
}


/* ========== Subnavigation EC Projects ========== */

ul#sub_navigation {
display:none;
}

ul#sub_navigation_index {
display:none;
}

ul#sub_navigation_grafikdesign {
display:none;
}

ul#sub_navigation_kommunikation {
display:none;
}


ul#meta_nav {
display:none;
}


/* ========== Formatierungen ========== */

h1 {
color: #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.4em;
}

h2 {
font-family:  Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: #004589;
text-transform:uppercase;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #004589;
}

img {
border-style: none;
}

.link {
background:url(../images/non_layout/link.jpg) center left;
color:#000000;
}


.teaser {
font-size: 0.7em;
color:#000000;
font-weight:bold;
line-height: 1.5em;
}

.text {
font-size: 0.7em;
color:#3a3a3a;
line-height: 1.4em;
margin: 0;
}

.clear {
clear:both;
}

.roterstrich {
border-bottom: #7a1e10 1px dotted;
}

.underline {
text-decoration:underline;
}

.rot {
color: #7a1e10;
}

acronym {
border-bottom: 1px dotted;
cursor: help;
}

.normal {
font-weight:normal;
}

a.invisible {
display: none;
}

.print {
display:block;
}

.noprint { 
display:none;}

#bgimg {
display: none;
}

.haupttext {
font-size: 1em;
color:#3a3a3a;
line-height: 1.2em;
margin: 0;
}

.newstext {
font-size: 1em;
color:#3a3a3a;
line-height: 1.2em;
margin: 0;
}

.tooltip-content {
}

/*.tooltip-content {
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
line-height: 1.6em;
font-size: 0.9em;
font-style:oblique;
		width: 600px;
		padding: 10px;
		border: 3px solid #004589;
		background-color: #e6ecf5;
		text-align: left;
		color: black;
	}*/