/* CSS Document */

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

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

*/


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


body {
font-family: Verdana, 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 {
color:#7a1e10;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 0.8em;
color:#7a1e10;
font-weight:normal;
}

img {
border-style: none;
}

.link {
color:#7a1e10;
}


.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;
}

.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;}
