body {
	font-family: Verdana, sans-serif;
	background-color: black;
	color: #C3C7C7;
	display: block;
	min-width: 945px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {
	position: absolute;
	height: 1px;
	width:1px;
	margin-left: -3000px;
	margin-top: -3000px;
}

.textblock span.cehead br,
span.rehead br,
.pic_wrapper_right br,
.contact br
 {
	display: none;
}

/* Layout */

.superwrapper {
	display: block;
	width: 945px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#header {
	display: block;
	width: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	border-bottom: 3px solid black;
    background-color: black;
    /* min-height: 287px; */
    height: 287px;
    overflow:hidden;
}

#header .headtext {
  font-size: 1em;
  color: white;
  width: 400px;
  margin: 0 auto;
  padding-top: 100px;
}
#header .headtext .bg { 
  background-image: url(/artegic2/img/headtext_bg.png);
  padding: 15px;
}
#header .text_1 {
  font-size: 1.05em;
  margin-bottom: 15px;
}
#header .text_2 {
  font-size: 0.75em;
}


body#startseite #header {
	background-color: black;
	/* min-height: 287px; */
    height: 287px;
}

body#kontakt #header {
	background-color: black;
	/* min-height: 287px; */
    height: 287px;
}

#logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 105px;
	height: 75px;
	z-index: 999;
}
a #logo { cursor: pointer; }

#toptext {
	display: block;
	width: 315px;
	position: absolute;
	top:0px;
}

#navibar {
	display: block;
	background-image: url(../img/bgr_navi.png);
	background-position: center top;
	background-repeat: repeat-x;
	position: absolute;
	top: auto;
	left: auto;
	z-index: 999;
	width: 100%;
	min-height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin-top: -28px;
}

#main_navi {
	display: block;
	float: left;
	padding-left: 15px;
}

#main_navi li {
	display: block;
	float: left;
	margin-right: 20px;
}

#navibar a {
	color: #C3C7C7;
	text-decoration: none;
	display: block;
	position: relative;
	cursor: pointer;
}

#navibar a:hover,
#navibar a:focus,
#navibar a:active {
	color: white;
}

#main_navi li.current,
#navibar .superwrapper #main_navi li.current a {	
	color: #eda200;
}

#navibar .contact, #navibar .nlquick {
	display: block;
	float: right;
	position: absolute;
	left: 644px;
	top: auto;
}

#navibar .contact span {
	display: block;
	float: left;
}

#navibar .contact .phone {
	color: #eda200;
	margin-right: 20px; 
}

.bodybar {
	display: block;
	min-height: 100px;
	margin-bottom: 3px;
    padding-bottom: 15px;
	background: url(../img/bgr_body.png) repeat-x left top #303634;
}


.footer {
	display: block;
	min-height: 50px;
	background-color: #414746;
	border-bottom: 15px solid black;
}


#window_marginal, #window_nav {
    margin-top: 25px;
}


.c1_3 {
	display: block;
	float: left;
	width: 315px;
	position: relative;
}

.c2_3 {
	display: block;
	float: left;
	width: 630px;
	position: relative;
}

.c2_3em {
	display: block;
	float: left;
	width: 630px;
	position: relative;
}

.c2_9 {
	display: block;
	float: left;
	width: 210px;
	position: relative;
}

.c2_9em {
	display: block;
	float: left;
	width: 210px;
	position: relative;
	padding-left: 15px;
	margin-left: 89px;
	border-left: 1px solid black;
	/* margin-top: 25px; */
}


.c5_9 {
	display: block;
	float: left;
	width: 525px;
	position: relative;
}

.c7_9 {
	display: block;
	float: left;
	width: 735px;
	position: relative;
}


.textblock span.cehead {
	display: block;
    margin: 24px 15px 5px 15px;
	color: #eda200;
	text-transform: uppercase;
	font-size: 1em;
	float: none;
	clear: both;
	position: relative;
}

.textblock span.cehead strong {
	font-weight: normal;
}

.textblock .par,
.textblock .fullpar {
	padding: 3px 0 8px 15px;
	float: left;
	width: 180px;
	display: block;
	font-size: 0.682em;
	color: #a2a5a2;
	line-height: 14px;
	text-decoration: none;
}

.textblock .fullpar {
	width: auto;
	padding-right: 15px;
}

/* Liste in Teaser */
/* geaendert ul.interlinks -> .teaser ul */

.teaser {  }

.teaser ul {
	display: block;
	float: left;
	/* font-size: 0.682em; */
	color: #a2a5a2;
	line-height: 14px;
	padding: 6px 0 7px;
}

.teaser .fullpar ul { width:285px; }
.teaser .par ul { width:180px; }

.teaser ul li {
	display: block;
}




.bloglist_blaettern a {
  font-size: 0.75em;
  color: #eda200;
  text-decoration: none;
  display:inline-block;
}

a.blog_prev {
margin: 20px 15px 8px 15px;
}

a.blog_next {
margin: 7px 15px 8px 15px;
}

.teaser .fullpar ul li a { margin-right:-15px; }

.teaser ul li a:hover,
.teaser ul li a:focus,
.teaser ul li a:active,
a.blog_mehrlink:hover,
a.blog_mehrlink:focus,
a.blog_mehrlink:active,
a.c2a_link:hover,
a.c2a_link:focus,
a.c2a_link:active {
	color: white !important;
}

.bloglist_blaettern a:hover,
.bloglist_blaettern a:focus,
.bloglist_blaettern a:active {
	color: white;
}

a.c1_3 {
	text-decoration: none;
}

a.c1_3:hover,
a.c1_3:focus,
a.c1_3:active {
	background-color: #414746;
	color: white;
}

a.c1_3:hover .textblock .par,
a.c1_3:focus .textblock .par,
a.c1_3:active .textblock .par
a.c1_3:hover .textblock .fullpar,
a.c1_3:focus .textblock .fullpar,
a.c1_3:active .textblock .fullpar {
	color: white;
}

.pic_wrapper_left {
	display: block;
	width: 105px;
	padding-left: 15px;
	background-image: url(../img/border_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin: 35px 0 30px 0;
}

.pic_wrapper_right {
	display: block;
	width: 90px;
	padding-right: 15px;
	background-image: url(../img/border_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
}

.pic_wrapper_right img {
	margin-top: -18px;
	margin-bottom: -22px;
}

.pic_top {
	display: block;
	width: 108px;
	height: 27px;
	position: absolute;
	background-image: url(../img/ram_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	left: -9px;
	top:-27px;
}

.pic_bottom {
	display: block;
	width: 108px;
	height: 27px;
	position: absolute;
	background-image: url(../img/ram_bot.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	left: -9px;
	bottom:-27px;
}

body#startseite #blog {
	display: block;
	padding: 20px 0 8px 0;
}

body#startseite #blog li {
	display: block;
    padding:1px 0 6px 15px;
}

body#startseite #blog a {
	text-decoration: none;
	padding:0;
}

body#startseite #blog .headline, body#startseite #blog .subheadline {
padding:0px; margin:0px;
}
body#startseite #blog .subheadline {
padding-bottom:3px;
}
body#startseite #blog .headline {
font-weight:normal;
padding-bottom:3px;
}
body#startseite #blog .headline a {
    color: #eda200;
	font-size: 0.8em;
	text-transform: uppercase;
}

body#startseite #blog .subheadline a {
	font-size: 0.682em;
	color: #777A7E;
	text-decoration: none;
}


body#startseite #blog .headline a:hover,
body#startseite #blog .headline a:focus,
body#startseite #blog .headline a:active {
    color: white;
}

body#startseite #blog .subheadline a:hover,
body#startseite #blog .subheadline a:focus,
body#startseite #blog .subheadline a:active {
	color: white;
}



div#refs h2 a {
	display: block;
	padding: 15px 15px 0px 15px;
	font-size: 0.75em;
	color: #777A7E;
	text-decoration: none;
	margin-top: 5px;
}
#ref_flash { margin-left:-7px; }

div#refs h2 a:hover,
div#refs h2 a:focus,
div#refs h2 a:active {
	color: white;
}

div#rp_wrapper {
	display: block;
	width: 315px;
	height: 105px;
}

.ref_pic {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	padding: 15px;
	background-image: url(../img/bgr_ref_pic.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
/*
a:hover.ref_pic,
a:hover .ref_pic {
	background-color: #414746;
}
*/

.ref_pic img {
	border: 0;
	width: 75px;
	height: 75px;
}

.footer #extranavi {
	display: block;
	padding: 7px 0px 7px 15px;
	margin-top: 1.75em;
	font-size: 0.682em;
	color: #777A7E;
	line-height: 14px;
    float:left;
}

.footer #extranavi li {
	display: block;
	float: left;
	padding-right:15px;
	padding-top: 1em;
}

.footer #extranavi li.current {
	color: #eda200;
}

.footer #extranavi li a {
	display: block;
	text-decoration: none;
	color: #a2a5a2;
}

.footer #extranavi li a:hover,
.footer #extranavi li a:focus,
.footer #extranavi li a:active {
	color: #eda200;
}

.footer address {
	display: block;
	padding: 7px 15px;
	font-size: 0.682em;
	color: #777A7E;
	line-height: 14px;
	text-decoration: none;
	font-style: normal;
}

.normal_text_container {
	display: block;
	padding: 0px 0px 0px 15px;
}
#window_marginal .normal_text_container { padding: 0px; }

.normal_text_container h2 {
	display: block;
	color: white;
	font-size: 1.4em;
    font-weight:normal;
	padding: 21px 0 10px 0;
}

.normal_text_container h3 {
	display: block;
	color: white;
	font-size: 1em;
    font-weight:bold;
	padding: 6px 0 7px 0;
}

.normal_text_container h4 {
	display: block;
	color: white;
	font-size: 1.05em;
	padding: 6px 0 2px 0;
}

.normal_text_container p,
.normal_text_container ul,
.normal_text_container ol,
#window_marginal p,
li.referenz .content p {
	display: block;
	color: #C3C7C7;
	font-size: 0.75em;
	line-height: 18px;
	padding: 6px 0 20px 0;
}


.normal_text_container .datum {
	display: block;
	color: #C3C7C7;
	font-size: 0.682em;
}

#window_marginal p {
	padding: 15px;
}

body#kontakt #window_marginal p {
	padding-top:2px;
}

#window_content {
	padding: 15px 0;
	padding-top: 3px;
}

.normal_text_container strong {
	font-weight: bold;
	color: #c4c7c8;
}

.normal_text_container em {
	font-style: italic;
}

.normal_text_container img {
	padding:30px 30px 30px 0px;
}

div#window_marginal .normal_text_container img {
	padding:15px 0 15px 17px;
}


.normal_text_container ul, .normal_text_container ol {
    margin:0 0 17px 30px;
	padding:0;
}
.normal_text_container ul {
	list-style-type:disc;
}
.normal_text_container ol {
	list-style-type:decimal;
}

.normal_text_container ul li, .normal_text_container ol li {
	padding: 0px 0 5px 0px;
}

.normal_text_container a, #window_marginal p a, a.rsslink {
	color: #eda200;
	text-decoration: none;
}

.normal_text_container h2 a {
  color: white;
  text-decoration: none;
}
.normal_text_container h2 a:hover, .normal_text_container h2 a:focus, .normal_text_container h2 a:active {
  color: #eda200;
}

.normal_text_container a:hover,
.normal_text_container a:focus,
.normal_text_container a:active,
#window_marginal p a:hover,
#window_marginal p a:focus,
#window_marginal p a:active,
a:hover.rsslink,
a:focus.rsslink,
a:active.rsslink
{
	color: white;
}

.teaser ul li a {
	display: block;
	color: #a2a5a2;
	text-decoration: none;
	background-image: url(../img/arrow_orange.gif);
	background-position: 15px 11px;
	background-repeat: no-repeat;
	padding: 7px 15px 8px 30px;
	margin-left:-15px;
}

a.blog_mehrlink {
  display: block;
  color: #a2a5a2;
  text-decoration: none;
  background-image: url(../img/arrow_orange.gif);
  background-repeat: no-repeat;
  margin:0 0 15px 0;
  padding: 0px 0px 0px 17px;
  background-position: 1px 6px;
  float:right;
}







#window_marginal h2 {
	padding: 0 15px 0px 15px;
	display: block;
	color: #eda200;
	font-size: 0.9em;
    /*
	margin-bottom: -12px;
	margin-top: -1px;
    */
}

#window_marginal h3 {
	padding: 13px 15px 0px 15px;
	display: block;
	color: white;
	font-weight: bold;
	font-size: 0.75em;
}

.subnavi {
	display: block;
	padding: 8px 0 0px 0;
	width: 210px;
}
#content .subnavi { width:auto; }
#window_nav .subnavi { padding: 8px 0 47px 0; margin-top:-10px; }

.subnavi li {
	display: block;
	font-size: 0.75em;
	color: #a2a5a2;
	line-height: 14px;
}

.subnavi li.current {
	padding: 7px 15px 8px;
	color: #eda200;
}

.subnavi li a {
	display: block;
	text-decoration: none;
	color: #a2a5a2;
	padding: 7px 15px 8px;
}
.subnavi li a.current {
  color: #eda200;
}

div#window_marginal .subnavi li a,
div#window_marginal .subnavi li.current {
	padding: 3px 15px 4px;
}



.subnavi li a:hover {
	color: white !important;
}

ul#referenzen_liste {
margin-top:10px;
}

ul#referenzen_liste li.referenz {
	min-height: 105px;
	font-size: 0.682em;
}

ul#referenzen_liste li.referenz a {
	display: block;
	text-decoration: none;
}

li.referenz .container {
	display: block;
	width: 210px;
	float: left;
}

li.referenz span.rehead {
	display: block;
	color: #eda200;
	text-transform: uppercase;
	padding:15px 0 3px;
}

li.referenz span.repart {
	display: block;
	color: #C3C7C7;
	padding: 4px 15px 7px 0;
	line-height: 14px;
}


ul#referenzen_liste a:hover,
ul#referenzen_liste a:focus,
ul#referenzen_liste a:active,
ul#referenzen_liste a:hover .rehead,
ul#referenzen_liste a:focus .rehead,
ul#referenzen_liste a:active .rehead,
ul#referenzen_liste a:hover .repart,
ul#referenzen_liste a:focus .repart,
ul#referenzen_liste a:active .repart
{
	color: white !important;
}


.textblock span.cehead strong {
	font-weight: normal;
}

a.link_to_pdf {
	background-image: url(../img/pdf_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 14px;
	padding-left: 15px;
}

fieldset {
	color: #C3C7C7;
	font-size: 0.75em;
	line-height: 18px;
	display: block;
	margin: 0 0 10px 0;
	padding: 7px 0 8px 0;
}


fieldset legend {
	display: block;
	color: #eda200;
	font-size: 1em;
	margin-left:13px;
	width: 600px;
}

fieldset div.part {
	display: block;
	padding: 7px 15px 2px 15px;
}

fieldset div.part.checkbox {
	padding: 5px 15px 3px 15px;
}

fieldset div.part.anrede {
	padding: 2px 15px 3px 9px;
}

fieldset div.part label {
	color: #a2a5a2;
	line-height: 1.25em;
}

.checkbox label { display:block; margin:6px 0 6px 0; }


fieldset div.part.must label {
}

fieldset div.part label.biglab {
	display: block;
	width: 300px;
}

fieldset.download, fieldset.termin { margin:0px; padding:0; }
fieldset.download label, fieldset.termin label { color: #EDA200 !important; }

fieldset div.part input.textfield_normal,
fieldset div.part textarea,
fieldset div.part select {
	width:298px;
	height: 16px;
	background-color: #414746;
	border: 1px solid #414746;
	margin-top: 3px;
}

fieldset div.part textarea {
	height: 150px;
}

fieldset div.part select {
	width: auto;
	max-width: 298px;
    margin-bottom: 5px;
    height: 19px;
    border: 1px solid #999ea0;
}

fieldset div.part span.longer,
fieldset div.part span.shorter {
	display: block;
	float: left;
}

span.longer {
	width: 195px;
}

fieldset div.part span.longer input.textfield_normal {
	width: 193px;
}

span.shorter {
	width: 90px;
}

fieldset div.part span.shorter input.textfield_normal {
	width: 88px;
}

fieldset div.part.street span.longer {
	padding-right: 15px;
}

fieldset div.part.place span.longer {
	padding-left: 15px;
}

fieldset div.part input.checkbox {
	display: block;
	margin: 0;
	margin-bottom: -2px;
	margin-right: 5px;
	float: left;
}

fieldset div.part input:focus,
fieldset div.part textarea:focus,
fieldset div.part select:focus,
fieldset .filled {
	background-color: #999ea0 !important;
}

table#leistungen {
width:643px;
_margin-right:-50px;
font-size: 0.75em;
margin-top:10px;
}

table#leistungen th {
background-color:#404645;
color:#eda200;
border-bottom:2px solid #303634;
padding:10px 10px 5px 6px;
text-transform:uppercase;
background-image:url(/artegic2/img/leistungen_cols.png);
_background-image:none;
background-repeat:no-repeat;
}

table#leistungen td {
background-color:#404645;
}
table#leistungen td div { padding:15px 10px 20px 10px; }

table#leistungen .leistungen_col_1, table#leistungen .leistungen_col_2 {
border-right:2px solid #303634;
}

table#leistungen td.leistungen_col_1 {
width:213px;
background-image:url(/artegic2/img/leistungen_cols.png);
background-repeat:no-repeat;
}
table#leistungen td.leistungen_col_2 {
width:213px;
background-image:url(/artegic2/img/leistungen_cols.png);
background-repeat:no-repeat;
}
table#leistungen td.leistungen_col_3 {
width:213px;
background-image:url(/artegic2/img/leistungen_cols.png);
background-repeat:no-repeat;
}


table#leistungen a {
	display: block;
	color: white;
	text-decoration: none;
	background-image: url(../img/arrow_orange.gif);
	background-position: 0px 9px;
	background-repeat: no-repeat;
	padding: 7px 0px 8px 16px;
}
table#leistungen a.current, 
table#leistungen a:hover,
table#leistungen a:focus,
table#leistungen a:active {
color:#eda200;
}
#l_content {
width:643px;
_margin-right:-50px;
}
#l_content #l_bg {
background-image:url(/artegic2/img/leistung_artikel.png);
background-repeat:no-repeat;
margin:20px 0 20px 0;
}
#l_content #l_bg div {
padding:27px;
}


.footer .logos {
float:right; padding-top:11px;
}
.footer .logos img {
float:left;
}

.bookmark_rss { clear:both; margin:50px 0 40px 15px; }

a.rsslink {
display:block;
background-image:url(/artegic2/img/rss_icon.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
padding: 11px 0 5px 37px;
font-size: 0.75em;
margin:-26px 0 0 180px;
}

#window_marginal a.rsslink {
font-size: 1em;
padding: 11px 0 5px 37px;
margin:0 0 0 -15px;
}
#window_marginal .bookmark_rss { margin:50px 0 0 15px; }

.c2_9#window_marginal {
border-left: 1px solid black;
width: 209px;
margin-left: 10px; margin-right: -10px;
}



.call2action {
background-color:#EF901F;
}
.c1_3 .call2action {
margin-top:29px;
}
#window_content .call2action {
margin-top:22px;
}

.cols#window_marginal .call2action {
margin-left:15px;
margin-right:-15px;
}

/*
.call2action {
background-color:#8CBF3F;
}
*/
.call2action strong {
font-weight:bold;
}
.call2action, .call2action p, .call2action fieldset div.part label { 
color:#414746 !important;
}
.call2action p { font-size:0.75em; line-height: 18px; padding:0 !important; }

.call2action_head {
position:relative;
border-bottom:2px solid #454945;
text-transform: uppercase;
padding: 5px 5px 5px 9px !important;
}
.call2action_text { padding: 5px 5px 2px 9px !important; }

.call2action_info { padding:0px 0 5px 9px; }

.call2action .part { padding:7px 9px 2px 9px; }

.c2a_send { margin: 0 0 15px 9px; }

.c2a_sendpart {
border-top:2px solid #454945; padding:4px 0 4px 0 !important;
}
.c2a_sendpart input {
background-color:transparent; cursor:pointer; border:0; padding:0px; margin:0px; padding-left:9px; text-align:left; width:100%; color:#414746; font-weight:bold;
}

#window_marginal .call2action fieldset .part .textfield_normal, .c1_3 .call2action fieldset .part .textfield_normal { width:100%;
}


a.c2a_link, #window_marginal p a.c2a_link {
  display: block;
  color: #414746;
  text-decoration: underline;
  background-image: url(../img/arrow_orange.gif);
  background-repeat: no-repeat;
  margin:0px 0 15px 15px;
  padding: 0px 0px 0px 17px;
  background-position: 1px 6px;
}

.call2action .datenschutz p { margin-top:-10px; }

.wiredminds, .wiredminds a { color:#000000; }






#partner_liste ul#referenzen_liste li.referenz {
    display: inline;
}

#partner_liste .repart a {
    display:inline !important;
    color: #C3C7C7;
}
#partner_liste .rehead a, #partner_liste .partnertext a {
    display:inline !important;
    color: #EDA200;
}

#partner_liste .ref_pic { float:none; }

#partner_liste li.referenz .container {
	width: 400px;
	float: none;
    position:relative;
    margin:-90px 0 30px 109px;
    min-height:90px;
}

#partner_liste li.referenz span.rehead {
	margin:0px; padding:0px;
}





#navibar .nlquick {
width:25em;
}

#navibar input.textfield_normal {
    width:10.5em;
	height: 16px;
	background-color: #999EA0;
    background-image:url(../img/nlquick_bg.gif);
    padding:1px 1px 2px 4px;
	border: 1px solid #000000;
	margin-top: 3px;
    font-size:13px;
}

#navibar input.nlsubmit {
background-color:transparent; cursor:pointer; border:0; padding:0px; margin:0px; text-align:left; font-weight:normal;
color:#EDA200;
width:11em;
}


#navibar input.nlsubmit:hover { color:white; }

/* bildbrowser */
.movie { margin:0px auto; width: 630px; height:318px; position:relative; top:-58px; left:-5px; }
.flcover { width:30px; height:30px; position:relative; top:-30px; background-color:black; } 

.blog_hwrapper {
background-color:#252928; padding:0 5px 0 8px; margin-bottom:0.5em; margin-top: 21px;
}
.blog_hwrapper h2 {
padding-top: 0px;
}
.blog_hwrapper img {
float:right; margin:0; padding:5px 0px 5px 15px;
}
.blog_hwrapper p {
font-size:0.7em; color:#9E9E9E; padding:0px; margin:0;
}
.blog_footerinfo p {
font-size:0.7em; color:#9E9E9E; clear:both; padding-top:0; margin:0;
}

#refbanner h2 { font-size: 0.75em; }
#refbanner h2 a {
  display: block;
  padding: 0px 0px 0px 0px;
  color: #777A7E;
  text-decoration: none;
}

#refbanner h2 a:hover,
#refbanner h2 a:focus,
#refbanner h2 a:active {
  color: white;
}

#refbanner #ref_flash_banner {
  height: 200px;
}

.img_list_1, .img_list_2 {
  padding:0px 0px 0px 15px;
}
.img_list_1 .pic {
  padding:0px 0px 22px 0px;
}
.img_list_2 {
  margin-right:-70px;
}
.img_list_2 .pic {
  padding:0px 22px 22px 0px;
  float:left;
}



.box_col_1, .box_col_2 {
  width: 300px;
  float: left;
}
.box_col_1 .inhalt {
  padding-right: 7px;
}
.box_col_2 .inhalt {
  padding-left: 7px;
}

.nloptin_formbox {
  border: 1px solid #e88e20;
}

