/* CSS Document */

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

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

*/


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

/*body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0;
border: 0;
background: url(../img/bg_body.jpg) top center repeat-x;
}*/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0;
border: 0;
background: url(../img/bg_body.png) top center repeat-x;
overflow:scroll;
}

/* ========== Container ========== */

#wrap {
width: 900px;
position: absolute;
left: 50%;
margin: 20px 0 0 -450px;
}

#logo {
width: 120px;
height: 58px;
position:absolute;
margin: 60px 0 0 770px;
}

#logo_index {
width: 120px;
height: 58px;
position:absolute;
margin: 60px 0 0 770px;
}

#logo_index img{
border-style: none;
}

#content_container {
	width: 400px;
	height:auto;
	position:absolute;
	margin: 147px 0 0 160px;
	border-left: 1px dotted #7a1e10;
	border-right: 1px dotted #7a1e10;
	background-color:#FFF;
	z-index: 3;
	padding: 0 15px 10px 15px;
	top: 5px;
}

#liquid_container {
position:absolute;
width: 240px;
padding: 0;
margin: 240px 0 0 650px;
z-index: 4;
}

#liquid_container_index {
position:absolute;
width: 240px;
padding: 0;
margin: 240px 0 0 650px;
z-index: 4;
}

#liquid_container_index img {
border-style: none;
}

.team {
width: 237px;
height: 39px;
background:url(../img/bg_team.png) no-repeat;
text-align:right;
margin:10px 0 0 0;
padding: 11px 13px 0 0;
}

.team img{
float:right;
margin: 0 0 0 3px;
}



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

#navigation {
position: absolute;
margin: 0 0 0 120px;
width: 400px;
height: 100px;
list-style: none;
}

#navigation li{
float: left;
margin: 0 2px 0 0; 
display:inline;
}

a#eins {
float:left;
width: 92px;
height: 100px;
background:url(../img/bg_nav_01.png) no-repeat;
display:block;
}

a#eins:hover {
background:url(../img/bg_nav_01.png) 0 -100px no-repeat;
}

a#eins_active {
float:left;
width: 92px;
height: 100px;
background:url(../img/bg_nav_01.png) 0 -200px no-repeat;
display:block;
}

a#zwei {
float:left;
width: 92px;
height: 100px;
background:url(../img/bg_nav_02.png) no-repeat;
display:block;
}

a#zwei:hover {
background:url(../img/bg_nav_02.png) 0 -100px no-repeat;
}

a#zwei_active{
float:left;
width: 92px;
height: 100px;
background:url(../img/bg_nav_02.png) 0 -200px no-repeat;
display:block;
}

a#drei {
float:left;
width: 92px;
height: 100px;
background:url(../img/bg_nav_03.png) no-repeat;
display:block;
}

a#drei:hover {
background:url(../img/bg_nav_03.png) 0 -100px no-repeat;
}

a#drei_active{
float:left;
width: 92px;
height: 100px;
background:url(../img/bg_nav_03.png) 0 -200px no-repeat;
display:block;
}
/* ========== hovereffect_referenzen ========== */
.toggleopacity {
display:block;
border-top: 1px dotted #000000;
padding: 10px 0 10px 0;
}

.toggleopacity img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.toggleopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

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

ul#sub_navigation {
position:absolute;
width: 152px;
height: 300px;
list-style: none;
margin: 195px 0 0 -199px;
}

ul#sub_navigation li, ul#sub_navigation_kommunikation  li, ul#sub_navigation_grafikdesign  li{
margin: 3px 0 0 0;
}

ul#sub_navigation a, ul#sub_navigation_kommunikation a, ul#sub_navigation_grafikdesign a{
min-width: 152px;
width:auto !important;
width: 152px;
min-height: 19px;
height:auto !important;
height: 19px;
padding: 2px 0 2px 7px;
background: #ebebeb;
text-decoration:none;
color:#000000;
font-size: 0.7em;
display:block;
border-bottom: #d1d0d0 1px solid;
}  

ul#sub_navigation a:hover, ul#sub_navigation_kommunikation a:hover, ul#sub_navigation_grafikdesign a:hover{
min-width: 152px;
width:auto !important;
width: 152px;
min-height: 19px;
height:auto !important;
height: 19px;
padding: 2px 0 2px 7px;
background: #ebebeb url(../img/bg_subnav_a.gif) no-repeat;
text-decoration:none;
display:block;
} 

ul#sub_navigation a.sub_active, ul#sub_navigation_kommunikation a.sub_active, ul#sub_navigation_grafikdesign a.sub_active{ 
min-width: 152px;
width:auto !important;
width: 152px;
min-height: 19px;
height:auto !important;
height: 19px;
padding: 2px 0 2px 7px;
background: #ebebeb url(../img/bg_subnav_active.png) no-repeat;
text-decoration:none;
font-size: 0.7em;
display:block;
border-bottom: #d1d0d0 1px solid;
}

ul#sub_navigation a span.nummer, ul#sub_navigation_kommunikation a span.nummer, ul#sub_navigation_grafikdesign a span.nummer{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.6em;
color: #3a3a3a;
margin: 0 3px 0 0;
}

/* ========== Subnavigation Kommunikation ========== */

ul#sub_navigation_kommunikation {
position:absolute;
width: 152px;
height: 300px;
list-style: none;
margin: 195px 0 0 -293px;
}

/* ========== Subnavigation Grafikdesign ========== */

ul#sub_navigation_grafikdesign {
position:absolute;
width: 152px;
height: 300px;
list-style: none;
margin: 195px 0 0 -387px;
}


/* === Für index.html === */

ul#sub_navigation_index {
position:absolute;
width: 152px;
height: 300px;
list-style: none;
margin: 195px 0 0 -39px;
}

ul#sub_navigation_index  li{
margin: 3px 0 0 0;
}

ul#sub_navigation_index  a{
min-width: 152px;
width:auto !important;
width: 152px;
min-height: 19px;
height:auto !important;
height: 19px;
padding: 2px 0 2px 7px;
background: #ebebeb;
text-decoration:none;
color:#000000;
font-size: 0.7em;
display:block;
border-bottom: #c9caca 1px solid;
}  

ul#sub_navigation_index  a.rosa{
min-width: 152px;
width:auto !important;
width: 152px;
min-height: 19px;
height:auto !important;
height: 19px;
padding: 2px 0 2px 7px;
background: #ebebeb;
text-decoration:none;
color:#000000;
font-size: 0.7em;
display:block;
border-bottom: #c9caca 1px solid;
} 

ul#sub_navigation_index  a:hover{
min-height: 19px;
height:auto !important;
height: 19px;
padding: 2px 0 2px 7px;
background: #ebebeb url(../img/bg_subnav_a.gif) no-repeat;
text-decoration:none;
display:block;
}  

ul#sub_navigation_index  a span.nummer{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.6em;
color: #3a3a3a;
margin: 0 3px 0 0;
}

ul#sub_navigation_index a.sub_active{ 
min-width: 152px;
width:auto !important;
width: 152px;
min-height: 19px;
height:auto !important;
height: 19px;
padding: 2px 0 2px 7px;
background: #ebebeb url(../img/bg_subnav_active.png) no-repeat;
text-decoration:none;
color:#000000;
font-size: 0.7em;
display:block;
}

/* === Meta-Navigation === */

ul#meta_nav {
list-style:none;
margin: 50px 0 0 -40px;
}

ul#meta_nav li{
float:left;
margin: 0 5px -4px 0;
height: 40px;
width: 30px;
/*border-right: #3a3a3a 1px solid;
border-bottom: #3a3a3a 1px solid;*/
}

ul#team {
list-style:none;
margin: 10px 0 0 -40px;
clear:both;
}

ul#team li{
float:left;
margin: 0 5px -4px 0;
height: 40px;
width: 30px;
/*border-right: #3a3a3a 1px solid;
border-bottom: #3a3a3a 1px solid;*/
}


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

h2 {
color:#7a1e10;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
background:#FFFFFF;
float:left;
padding: 0 5px 0 5px;
margin: 8px 0 5px 0;
}

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

h3.big {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 2em;
color:#7a1e10;
font-weight:bold;
margin: 15px 0 2px 0;
}

img {
border-style: none;
}

.link {
color:#7a1e10;
}

.link:hover {
color:#000000;
text-decoration:none;
}

.teaser {
font-size: 0.7em;
color:#000000;
font-weight:bold;
height:auto !important;
line-height: 1.5em;
padding: 0 0 15px 0;
}

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

.clear {
clear:both;
}

.invisible {
display:none;
}

.roterstrich {
border-bottom: #7a1e10 1px dotted;
}
.strich {
border-top:1px dotted #000000;;
height:1px;
}


.underline {
text-decoration:underline;
}

.rot {
color: #7a1e10;
}

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

.normal {
font-weight:normal;
}

.float {
float:left;
}

.print {
display:none;
}

.noprint { 
display:block;}


/* === FORMULAR === */

input.button {
background: #3a3a3a;
font-size: 0.7em;
color:#FFFFFF;
font-weight:bold;
margin: 20px 0 0 90px;
cursor:pointer;
padding: 5px 10px 5px 10px;
width: 70px;
}


input.button:hover {
background: #7a1e10;
}

.block {
color: #000000;
font-size:0.7em;
margin:12px 0 0 0px;
float: left;
text-align: right;
width: 80px;

}

input {
background: #eef0f1;
border: #3a3a3a 1px solid;
padding: 2px;
color:#000;
margin: 10px 0 0 10px;
width: 180px;
}

textarea {
background: #eef0f1;
border: #3a3a3a 1px solid;
padding: 2px;
color:#000;
margin: 10px 0 0 10px;
overflow:auto;
width: 180px;
height: 50px;
font-size: 0.9em;
}

textarea:focus  {
border-top: #000000 1px solid;
border-left: #000000 1px solid;
border-right: #eef0f1 1px solid;
border-bottom: #eef0f1 1px solid;
background: #969696;
}

input:focus {
border: #eef0f1 1px solid;
background: #969696;
}

form {
padding: 0 0 0 0;

}

legend {
color: #000000;
font-size:0.8em;
font-weight:bold;
}

.form_error {
font-size: 0.8em;
color: #FFFFFF;
margin: 10px 0 10px 0;
background: #7a1e10;
}

fieldset {
border: none;
padding: 0 0 10px 10px;
}

/* ========== FOTOGALERIE ========== */

/* --- Listen --- */

ul.fotogalerie {
list-style: none;
margin: 10px 0 0 0px;
padding: 0;
}

ul.fotogalerie li {
position:relative;
float:left;
margin: 0 5px 5px 0;
}

#content ul.fotogalerie li a img {
margin: 0;
padding: 0;
}

ul.fotogalerie li a {
display:block;
padding: 2px;
}

ul.fotogalerie li a:hover {
background:#FFFFFF;
}

.teaser_referenz {
font-size: 0.7em;
color:#000000;
font-weight:bold;
min-height: 20px;
height:auto !important;
height:20px;
line-height: 1.5em;
}


/* ============= LIGHTBOX ============= */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background:#7a1e10;}
