* {
	margin:0;
	padding:0;
	font-size:100.01%;
}

body,textarea {
	font-family:"Lucida Sans",Helvetica,Arial,sans-serif;
}

body {
	background:url(img/head_extension_right.jpg) repeat-x;
	color:#666;
	/*overflow-y:scroll;*/
}

a {
	color:#369;
	text-decoration:none;
	cursor:pointer;
}

.more {
	background:url(img/arrow_blue.gif) no-repeat;
	background-position:right 3px;
	padding-right:10px;
	font-size:0.6875em;
}

.clearfloat {
	clear:both;
	float:none;
}


.adminmessages {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	font-size:0.75em;
	color:#000;
}

.adminmessages .error {
	background-color:#f99;
	border:#f00 solid 1px;
	padding:10px;
}

.adminmessages .error strong {
	color:#c00;
}

.adminmessages .warning {
	background-color:#ff9;
	border:#ff0 solid 1px;
	padding:10px;
}

.adminmessages .warning strong {
	color:#990;
}



#main {
	width:905px;
	padding-top:155px;
	margin:0 auto;
}

#header {
	background:url(img/head_extension_left.jpg) repeat-x;
	width:50%;
	height:140px;
	position:absolute;
	left:0;
	top:0;
}

#header strong {
	display:block;
	position:absolute;
	top:0;
	right:-497px;
	background:url(img/head.jpg) no-repeat;
	width:945px;
	height:140px;
}

#header strong a {
	background:url(img/navi_line_horizon.png) no-repeat left bottom;
	display:block;
	height:96px;
}

#header span {
	text-indent:-2000px;
	overflow:hidden;
	display:block;
}




#menu {
	width:50%;
	position:absolute;
	left:0;
	top:0px;
	z-index:10;
}

#menu ul {
	position:absolute;
	top:96px;
	right:-452px;
	width:905px;
	height:34px;
	background:url(img/navi_line_vertical.png) no-repeat left top;
	list-style-type:none;
}

#menu ul li {
	float:left;
	width:100px;
	height:34px;
	background:url(img/navi_line_vertical.png) no-repeat right top;
	position:relative;
	left:1px;
}

#menu ul li a {
	display:block;
	height:34px;
	background-repeat:no-repeat;
	color:#fff;
	font-size:0.75em;
}

#menu ul li a span {
	display:block;
	height:100%;
	overflow:hidden;
}

#menu ul li a span span {
	display:block;
	margin-left:-2000px;
}


#menu ul .web {
	background-image:url(img/menu_web_0.png);
}

#menu ul .hover .web {
	background-image:url(img/menu_web_1.png);
}

#menu ul .grafik {
	background-image:url(img/menu_grafik_0.png);
}

#menu ul .hover .grafik {
	background-image:url(img/menu_grafik_1.png);
}

#menu ul .multimedia {
	background-image:url(img/menu_multimedia_0.png);
}

#menu ul .hover .multimedia {
	background-image:url(img/menu_multimedia_1.png);
}

#menu ul .referenzen {
	background-image:url(img/menu_referenzen_0.png);
}

#menu ul .hover .referenzen {
	background-image:url(img/menu_referenzen_1.png);
}

#menu ul .ueberuns {
	background-image:url(img/menu_ueberuns_0.png);
}

#menu ul .hover .ueberuns {
	background-image:url(img/menu_ueberuns_1.png);
}

#menu ul .kontakt {
	background-image:url(img/menu_kontakt_0.png);
}

#menu ul .hover .kontakt {
	background-image:url(img/menu_kontakt_1.png);
}



#menu ul ul {
	position:absolute;
	right:auto;
	left:-7px;
	top:34px;
	width:168px;
	background:none;
	visibility:hidden;
}

#menu ul .hover ul {
	display:block;
	visibility:visible;
}

#menu ul ul li {
	float:none;
	width:auto;
	height:25px;
	background-image:none;
	position:static;
	left:auto;
}

#menu ul ul li {
	background-image:url(img/drop_off.png);
}

#menu ul ul .hover {
	background-image:url(img/drop_on.png);
}

#menu ul ul .last {
	background-image:url(img/drop_bottom_off.png);
	height:39px;
}

#menu ul ul .last.hover {
	background-image:url(img/drop_bottom_on.png);
}

#menu ul ul li a {
	display:block;
	height:25px;
	color:#999;
}

#menu ul ul .hover a {
	color:#fff;
}

#menu ul ul li a span {
	overflow:visible;
}

#menu ul ul li a span span {
	display:block;
	padding:5px 0 0 20px;
	margin-left:0;
}





#body {
	background:url(img/dots_5px.gif) repeat-y;
	background-position:704px top;
}

#body .col_left {
	float:left;
	width:690px;
}

#body .col_right {
	float:right;
}

.footer {
	clear:both;
}








#path {
	border-bottom:#d4d4d4 solid 1px;
	margin-top:-8px;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}

#path ul {
	list-style-type:none;
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:0 4px;
	background-image:url(img/ressort_icon_office.png);
	padding-bottom:8px;
	float:left;
}

#path .web { background-image:url(img/ressort_icon_web.png); }
#path .grafik { background-image:url(img/ressort_icon_grafik.png); }
#path .multimedia { background-image:url(img/ressort_icon_multi.png); }

#path li {
	padding:0 12px 0 7px;
	background:url(img/path_arrow.png) no-repeat;
	background-position:right 8px;
	display:block;
	float:left;
}

#path li a {
	display:block;
	margin-top:4px;
	color:#666;
	font-size:0.75em;
}

#path .last {
	background:none;
	font-weight:bold;
}
#path .last a {
	color:#434343;
}







#categories {
	margin-bottom:-7px;
	position:relative;
}

#categories h3 {
	font-size:1.5em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color:#787878;
	padding:21px 0 15px;
}

#categories .list {
	background:url(img/categories_bg.png) no-repeat bottom;
	margin-left:-4px;
	width:100%;
	padding-right:8px;
	padding-bottom:35px;
}

#categories .list ul {
	list-style-type:none;
	padding-left:4px;
}

#categories .list ul li {
	float:left;
	background:url(img/categories_item0_c.gif) repeat-x left top;
	height:30px;
	margin-right:5px;
}

#categories .list ul li a {
	display:inline-block;
	height:100%;
	font-size:0.75em;
	background:url(img/categories_item0_r.png) no-repeat right top;
	color:#434343;
}

#categories .list ul li a span {
	display:inline-block;
	height:100%;
	background:url(img/categories_item0_l.png) no-repeat left top;
	line-height:2.5em;
	padding-left:15px;
	padding-right:15px;
}

#categories .list ul li.active {
	background:url(img/categories_item1_c.gif) repeat-x left top;
	height:38px;
	margin-left:-4px;
	margin-top:-4px;
	margin-bottom:-4px;
	margin-right:1px;
}

#categories .list ul li.active a {
	font-size:0.75em;
	background:url(img/categories_item1_r.png) no-repeat right top;
	color:#434343;
}

#categories .list ul li.active a span {
	background:url(img/categories_item1_l.png) no-repeat left top;
	line-height:3em;
	padding-left:19px;
	padding-right:19px;
}

#categories .list ul li.active a.first span {
	background:url(img/categories_item1_l_l.png) no-repeat left top;
}











#specials {
	width:185px;
}

#specials .special {
	position:relative;
	background:url(img/box_back_extension2.png) no-repeat center bottom #e6e6e6;
	margin-bottom:15px;
	line-height:0;
	width:100%;
}

#specials .special hr {
	height:0;
	border:#ccc solid 1px;
	border-width:0 0 1px;
	margin:5px 0;
}

#specials .special h3 {
	width:185px;
	height:30px;
	background:url(img/box_head_60percent.png);
	position:absolute;
	top:0;
	left:0;
}

#specials .special h3 a {
	display:block;
	height:100%;
	font-size:1em;
}

#specials .special h3 span {
	display:block;
	padding:8px 8px 0;
	color:#fff;
	font-size:13px; /* fuck css */
	line-height:1.3em;
}

#specials .special img {
	width:183px;
	border:#ccc solid;
	border-width:0 1px;
}

#specials .special .header {
	font-size:0;
	line-height:0;
}

#specials .special .content {
	font-size:0.6875em;
	line-height:1.4em;
	padding:8px 10px;
}

#specials .special .content p {
	margin-bottom:0.8em;
}

#specials .special .bottom {
	background:url(img/box_back_bottom.png) no-repeat center bottom;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:6px;
	z-index:1;
}



#specials .special form fieldset {
	border:0;
	text-align:right;
}

#specials .special form label {
	display:block;
	margin-bottom:3px;
	text-align:left;
}

#specials .special form label input,#specials .special form label select {
	width:163px;
	height:1.5em;
	border:#ccc solid 1px;
}

#specials .special form input {
}






#footer {
	margin-top:5px;
	padding-bottom:100px;
	border-top:#ccc solid 1px;
}

#footer ul {
	list-style-type:none;
	padding-top:6px;
}

#footer ul li {
	float:left;
	height:16px;
	padding:2px 10px 0 0;
	margin-right:10px;
	border-right:#ccc solid 1px;
}

#footer ul .last {
	border-right:none;
}

#footer ul li a {
	font-size:0.6875em;
	text-transform:uppercase;
	display:block;
	color:#666;
}






