@charset "UTF-8";


/* 
	ALLGEMEINE ANGABEN
*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	font: 85%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #353535;
	}
	
th, td, input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	
/* 
	BILDER
*/

img {
	border: none;
	}


div#header img {
	display: block;
	}




/* 
	SCHRIFT
*/

a:link, a:active, a:visited, a:focus {
	color: #8ec122;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

#footer a:link, #footer a:active, #footer a:visited, #footer a:focus {
	color: #353535;
	font-weight: normal;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	

h1 {
	text-transform: uppercase;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 20px;
	}

h2 {
	text-transform: uppercase;
	font-size:1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	}

h3 {
	font-size:1em;
	font-weight: bold;
	}

.ci {
	color: #8ec122;
	}

.red {
	color: #ff3a1a;
	}

.green {
	color: #00a404;
	}


/* 
	SATZ
*/
	
.clear {
	clear: both;
	}
	
	
p {
	padding-bottom: 15px;
	}
	
p.m_rand {
	padding-right: 25px;
	}
	
.mittig {
	vertical-align: middle;
	}

.rechtsbuendig {
	text-align: right;
	width: 100%;
	}
	
.left {
	width: 50%;
	float: left;
	}

.right {
	width: 50%;
	float: left;
	text-align: right;
	}

ul { 
	list-style: none;
	margin-bottom: 20px;
	font-size:100%;
	}

ul.pfeil {
	list-style-image: url(../img/icons/pfeil_doppel2.gif);
	margin-left:1em;
	padding-left:0.2em;
	font-size:100%;
	}
	
ul.pfeil_weiss {
	list-style-image: url(../img/icons/pfeil_doppel_weiss.gif);
	margin-left:1em;
	padding-left:0.2em;
	font-size:100%;
	}
	
ul.pfeil2 {
	list-style-image: url(../img/icons/pfeil_doppel2.gif);
	margin-left:0.7em;
	padding-left:0.7em;
	font-size:100%;
	}
	
ul.pfeil3 {
	list-style-image: url(../img/icons/pfeil_doppel2.gif);
	margin-left:1em;
	padding-left:0.2em;
	margin-bottom: 0px;
	font-size:100%;
	}
	

/* 
	LAYOUT
*/

div#wrap {
	width: 880px;
	}

div#logo {
	padding: 20px 0 0 20px;
	}
	
div#menu_typo {
	background: url(../img/layout/bg_header.gif) repeat-x;
	height: 198px;
	}

#menu {float: left; list-style: none; padding-top: 36px; height: 162px; width: 239px; margin: 0;}

#menu li {display: block; margin: 0; padding: 0;}
#menu li a {display: block; text-decoration: none; font-size: 0; cursor: pointer; text-indent: -9999px; letter-spacing: -9999px; }

#menu li.n1 {background:url(../img/menu_neu/bg_top.gif) no-repeat; height:14px; width:239px;}
#menu li a.n2 {background:url(../img/menu_neu/kompetenzen.gif); height:26px; width:239px;}
#menu li a.n3 {background:url(../img/menu_neu/ansprechpartner.gif); height:29px; width:239px;}
#menu li a.n4 {background:url(../img/menu_neu/projekte.gif); height:29px; width:239px;}
#menu li a.n5 {background:url(../img/menu_neu/referenzen.gif); height:29px; width:239px;}
#menu li a.n6 {background:url(../img/menu_neu/kontakt.gif); height:26px; width:239px;}
#menu li.n7 {background:url(../img/menu_neu/bg_bottom.gif) no-repeat; height:9px; width:239px;}

#menu li a.o2 {background:url(../img/menu_neu/kompetenzen.gif); height:26px; width:239px; background-position: 239px 0;}
#menu li a.o3 {background:url(../img/menu_neu/ansprechpartner.gif); height:29px; width:239px; background-position: 239px 0;}
#menu li a.o4 {background:url(../img/menu_neu/projekte.gif); height:29px; width:239px; background-position: 239px 0;}
#menu li a.o5 {background:url(../img/menu_neu/referenzen.gif); height:29px; width:239px; background-position: 239px 0;}
#menu li a.o6 {background:url(../img/menu_neu/kontakt.gif); height:26px; width:239px; background-position: 239px 0;}

#menu li:hover a, #menu a:hover {background-position: 239px 0;}
	
div#typo {
	float: left;
	padding: 54px 0 0 30px;
	}
	
div#content {
	width: 820px;
	padding: 30px;
	}

.sp240 {
	margin-left: 20px;
	width: 240px;
	float: left;
	}
	
.sp280 {
	margin-left: 0px;
	width: 280px;
	float: left;
	}
	
.sp260 {
	margin-left: 20px;
	width: 260px;
	float: left;
	}
	
.sp260_2 {
	margin-left: 0px;
	width: 260px;
	float: left;
	}
	
.sp100 {
	margin-right: 20px;
	width: 100px;
	float: left;
	}
	
.sp120 {
	margin-right: 20px;
	width: 120px;
	float: left;
	}
	
.sp400_l {
	width: 382px;
	float: left;		
	}

.sp400_r {
	width: 382px;
	float: left;
	margin-left: 40px;
	}

.sp540 {
	width: 540px;
	float: left;
	}
	
div#footer {
	width: 820px;
	margin: 0 30px;
	border-top: 1px solid #8ec122;
	padding: 3px 0 20px 0;
	}
	
/*Ajaxbilder*/
div.media {
	margin-bottom: 9px;
	padding: 3px 6px 3px 0;
	float: left;
	width: 92px;
	text-align: center;
	margin-right: 5px;
	}

p.preview {
	margin: 0px;
	padding: 3px;
	border: 1px solid #97a5b0;
	background: #fff;
	width: 90px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	}

p.preview img {
	vertical-align: middle;
	}

p.preview:hover {
	border: 1px solid #8ec122;
	}
	
/*
	Popup
*/
div#popups {
	width: 500px;
	margin: 30px auto;	
}

div#popups img {
	border: none;
	margin-bottom: 30px;
}

div#header_pop {
	width: 100%;
	height: 5px;
	background-color: #8ec122;
	margin-bottom: 30px;
}

div#popups table {
	width: 100%;
}

div#popups table {
	width: 100%;
}

div#popups td {
	vertical-align: top;
	width: 45%;
	padding-right: 10px;
}

/*
	Kompetenzen
*/
div#grafik {
	width: 500px;
	height: 182px;
	background:url(../img/bilder_lay/kompetenzen_bg.gif) no-repeat;
}

a#g1{
	color: #353535;
	font-size: 97%;
	font-weight: bold;	
	padding-top: 24px;
	padding-left: 22px;
	height:67px; width:228px;
	display: block;
	float: left;
}

a#g1:hover{
	background:url(../img/bilder_lay/kompetenzen_bg_hover.gif); height:67px; width:228px; background-position: 0px 0px;	
}

a#g2{
	color: #353535;
	font-size: 97%;
	font-weight: bold;	
	padding-top: 24px;
	padding-left: 105px;
	height:67px; width:145px;
	display: block;
	float: left;
}

a#g2:hover{
	background:url(../img/bilder_lay/kompetenzen_bg_hover.gif); height:67px; width:145px; background-position: 250px 0;	
}

a#g3{
	color: #353535;
	font-size: 97%;
	font-weight: bold;	
	padding-top: 40px;
	padding-left: 22px;
	height:51px; width:228px;
	display: block;
	float: left;
}

a#g3:hover{
	background:url(../img/bilder_lay/kompetenzen_bg_hover.gif); height:51px; width:228px; background-position: 0px 91px;	
}

a#g4{
	color: #353535;
	font-size: 97%;
	font-weight: bold;	
	padding-top:40px;
	padding-left: 105px;
	height:51px; width:145px;
	display: block;
	float: left;
}

a#g4:hover{
	background:url(../img/bilder_lay/kompetenzen_bg_hover.gif); height:51px; width:145px; background-position: 250px 91px;	
}

a span {
	font-size: 97%;
}

div#fragment-3 table {
	width: 100%;
}

div#fragment-3 table {
	width: 100%;
}

div#fragment-3 td {
	vertical-align: top;
	width: 45%;
	padding-right: 10px;
}

div#box_trans {
	background: #fff;
	padding: 15px 0;
	color: #353535;
	width: 100%;
	font-weight: normal;
	margin: 0px;
}
