/* CSS Document */

/* Allgemein */
* {
	padding: 0px;
	margin: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #292929;
	background-color: #eeeeee;
	text-align: center;
	}
	
.clear {
	clear: both;
	}
	
.red {
	color: #d40046;
	}

#ausgaben_fehler{
	color: #d40046;
	margin-left: 15px;
	}
	
.top {
	text-align: right;
	}

.trenner {
	width:100%;
	height:1px;
	background: url(../img/layout/linie.gif) repeat-x;
	padding:0px;
	margin: 10px 0px 10px 0px;
	}
	
.nosee {
	display: none;
}

/*Schrift*/
h1 {
	font-size: 1.5em;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	}

h1.aussen {
	height: 29px;
	color: #FFFFFF;
	background-color: #5d767b;
	padding: 6px 0px 0px 15px;
	}
	
h2 {
	font-size: 1.3em;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	}
	
h2.aussen {
	height: 27px;
	color: #FFFFFF;
	background-color: #5d767b;
	padding: 8px 0px 0px 8px;
	}

h3 {
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	}
	
.fett {
	font-weight: bold;
}

.small {
	font-size: 0.9em;
	}
	
.big {
	font-size: 1.4em;
	font-weight: bold;
	}

.ultra_big {
	font-size: 1.8em;
	color: #e2001a;
	font-weight: bold;
	text-transform: uppercase;
	}

/*Bilder*/
img {
	border: none;
	vertical-align: middle;
	}

	
/*lightbox*/
p.preview {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border: 1px solid #597176;
	float: left;
	width: 163px;
	height: 118px;
	text-align: center;
	vertical-align: middle;
	}

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

p.preview:hover {
	border: 1px solid #b5123e;
	}


/*Ausrichtung*/
.block {
	display: block;
	}

div.floater {
	float: left;
	width: 169px;
	padding: 0px 10px 10px 15px;
	}

div.floater2 {
	float: left;
	width: 169px;
	padding: 0px 10px 10px 0px;
	}	

div#rechts {
	width: 50%;
	float: left;
	text-align: right;
	}

div#links {
	width: 50%;
	float: left;
	}
	
p {
	margin-bottom: 10px;
}


/*Links*/
a, a:active, a:visited {
	color: #5d767b;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

a.weiss, a.weiss:active, a.weiss:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.weiss:hover {
	text-decoration: underline;
	}

/* Layout */
div#allround {
	background: url(../img/layout/bg_oben.gif) repeat-x;
	height: 100%;
	}

div#wrapper {
	width: 800px;
	height: 100%;
	margin: 0px auto;
	font-size: 1.2em;
	line-height: 130%;
	text-align: left;
	}

/**/

div#header {
	width: 800px;
	height: 266px;
	}

div#links_rechts {
	width: 800px;
	height: 27px;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: right;
	}

/**/

div#oben {
	width: 800px;
	background: url(../img/layout/hg_start_oben.gif) repeat-y;
	}

div.container_gr {
	width: 580px; 
	float: left;
	}
	
div.text {
	padding: 0px 10px 25px 15px;
	}
	
p.text_rechts {
	text-align: right;
	padding: 0px 10px 0px 15px;
	}

div#oben_bottom {
	width: 800px;
	height: 1px;
	background: url(../img/layout/hg_start_oben_bottom.gif) no-repeat;
	margin-bottom: 20px;
	}

/**/

div.container_kl {
	width: 200px;
	float: right;
	margin-left: 20px;	
	}
	
div.login {
	padding: 0px 8px 15px 8px;
	}

/**/

div#unten {
	width: 800px;
	background: url(../img/layout/hg_start_unten.gif) repeat-y;
	}

div#unten_bottom {
	width: 800px;
	height: 1px;
	background: url(../img/layout/hg_start_unten_bottom.gif) no-repeat;
	margin-bottom: 20px;
	}

/**/



div#footer {
	width: 770px;
	height: 40px;
	padding: 10px 15px 20px 15px;
	background-color: #FFF;
	}

div.text p.logo {
	width: 480px;
	text-align: center;
	}
	
div.text p.logo a, div.text p.logo img {
	display: block;
	float: left; 
	margin: 3px 9px;
	height:90px;
	width:136px;
	border: 1px solid #c9d0d2;
	}
	
span#sichtbar {
	display: block;
}

span#n_sichtbar {
	display: none;
}

/*Accordion*/
div#accordion {
	width: 100%;
}

div#accordion div.a_content, div#accordion div.a_link {
	margin-bottom: 5px;
	}
	
div#accordion div.a_link {
	padding: 5px;
	background-color:#CCCCCC;
	border: 1px solid #adbbbb;
	cursor: pointer;
}

div#accordion div.a_head_1 {
	text-decoration: none;
	float: left;
	border: 0; 
	padding: 0; 
	margin-right: 10px;
	display: block; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0; 
}

div#accordion div.a_head_2 {
	float: left;
	margin-top: 7px;
	font-size: 1.2em;
	line-height: normal;
	font-weight: normal;
}

div#a1, div#ao1 { 
	width: 50px; 
	height: 50px; 
	background: url(../img/layout/konzeption.jpg) 0 0 no-repeat;
	}
div#a1:hover, div#ao1  { 
	background-position: 0 -50px;
	}
	
div#a2, div#ao2 { 
	width: 50px; 
	height: 50px; 
	background: url(../img/layout/design.jpg) 0 0 no-repeat;
	}
div#a2:hover, div#ao2  { 
	background-position: 0 -50px;
	}
	
div#a3, div#ao3 { 
	width: 50px; 
	height: 50px; 
	background: url(../img/layout/programmierung.jpg) 0 0 no-repeat;
	}
div#a3:hover, div#ao3  { 
	background-position: 0 -50px;
	}
	
div#a4, div#ao4 { 
	width: 50px; 
	height: 50px; 
	background: url(../img/layout/marketing.jpg) 0 0 no-repeat;
	}
div#a4:hover, div#ao4  { 
	background-position: 0 -50px;
	}


/*Navi*/
div#navi_allround {
	width: 800px;
	height: 24px;
	background: url(../img/layout/navi_hg.jpg) no-repeat;
}

div#navi {
	width: 483px;
	margin: 0 auto;	
}

div#navi a {
	text-decoration: none;
	float: left;
	border: 0; 
	padding: 0; 
	margin-right: 10px;
	display: inline; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0; 
}

div#navi a.n1, div#navi a.o1 { 
	width: 70px; 
	height: 24px; 
	background: url(../img/navi/startseite.gif) 0 0 no-repeat;
	}
div#navi a.n1:hover, div#navi a.o1  { 
	background-position: -70px 0;
	}
	
div#navi a.n2, div#navi a.o2 { 
	width: 69px; 
	height: 24px; 
	background: url(../img/navi/aktuelles.gif) 0 0 no-repeat;
	}
div#navi a.n2:hover, div#navi a.o2  { 
	background-position: -69px 0;
	}

div#navi a.n3, div#navi a.o3 { 
	width: 75px; 
	height: 24px; 
	background: url(../img/navi/leistungen.gif) 0 0 no-repeat;
	}
div#navi a.n3:hover, div#navi a.o3  { 
	background-position: -75px 0;
	}

div#navi a.n4, div#navi a.o4 { 
	width: 76px; 
	height: 24px; 
	background: url(../img/navi/referenzen.gif) 0 0 no-repeat;
	}
div#navi a.n4:hover, div#navi a.o4  { 
	background-position: -76px 0;
	}

div#navi a.n5, div#navi a.o5 { 
	width: 65px; 
	height: 24px; 
	background: url(../img/navi/ueber_uns.gif) 0 0 no-repeat;
	}
div#navi a.n5:hover, div#navi a.o5  { 
	background-position: -65px 0;
	}
	
div#navi a.n6, div#navi a.o6 { 
	width: 68px; 
	height: 24px; 
	background: url(../img/navi/kontakt.gif) 0 0 no-repeat;
	}
div#navi a.n6:hover, div#navi a.o6  { 
	background-position: -68px 0;
	}
				
/*Subnavi*/
div#absatz {
	width: 780px;
	height: 18px;
	background: url(../img/layout/balken_hg.gif) no-repeat;
	color: white;
	padding: 5px 10px 2px 10px;
	margin-bottom: 20px;
}


/*Listen*/
ul li.vorteile {
	list-style-type: none;
	background: url(../img/icons/roter_bobbel.gif) 0 5px no-repeat;
	padding: 0px 0px 5px 15px;
}
	
ul.pfeil2 {
	list-style-type: none;
	background: url(../img/icons/roter_bobbel.gif) 0 5px no-repeat;
	padding: 0px 0px 5px 15px;
	margin-bottom: 0px;
	}

