/************************
  GLOBAL STYLES
************************/
html,body {
  height: 100%;
  margin: 0; padding: 0;
  background-color: #FFF;
  text-align: center;
  cursor: default;
  color: #3c3c3c;
}

html, body {
  background: #dfdbd2 url(../images/bg_top.png) repeat-x top center;
}

html { overflow: -moz-scrollbars-vertical; }

* {
  font-family: Arial, Verdana, Tahoma, Helvetica;
  font-size: 11px;
}

table, img {
  border: 0 none;
}

h1,h2,h3,h4,h5 {
  margin: 0;
  white-space: nowrap;
}

small {
  font-size: 8px;
}

label {
  cursor: pointer;
}

a {
  color: #7f7d6b;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
}
a:focus { outline: none;}

hr {
	color : #d2dbe3;
	height : 1px;
	padding : 0;
	border-color : #d2dbe3;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 12px auto;
  width: 95%
}

/*#################################################################################################################
  WEBPAINTER STYLES
#################################################################################################################*/

div#page {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 1005px;
/*
  min-height: 100%;
  height: auto !important;
  height: 100%;
*/
  background: #dfdbd2 url(../images/bg_top_full.png) no-repeat top center;
}

div#footer {
  position: relative;
  width: 1005px; height: 166px;
  background: #dfdbd2 url(../images/bg_footer.png) no-repeat bottom center;
}

div#footer div {
  position: absolute;
  bottom: 64px; left: 129px;
  width: 755px; height: 70px;
  padding-top: 28px; 
  background: #dfdbd2 url(../images/footer.png) no-repeat top center;
  color: #a6a6a6; line-height: 22px;
}

div#footer div a { color: #a6a6a6 }
div#footer div a:hover,
div#footer div a:active { text-decoration: underline }

div#navigation {
  width: 755px; height: 51px;
  margin: 0 auto; padding-top: 39px;
}

div#header {
  background: url(../images/bg_header.png) no-repeat 390px top;
  width: 755px; height: 160px;
  margin: 0 auto;
}

* html div#header { margin-top: -1px }

div#navigation *,
div#header * { float: left }

div#rss {
  position: absolute;
  top: 6px; left: 780px;
  z-index: 9;
}
div#rss img { vertical-align: middle }
div#rss a { color: #9e9c98 }
div#rss a:hover,
div#rss a:active { text-decoration: underline }

div#version {
  position: absolute;
  top: 22px; left: 95px;
  z-index: 9; color: #AAA;
  font-size: 10px;
}
/************************
  CONTENT
************************/
div#content {
  width: 740px;
  margin: 0 auto;
  padding-top: 13px; 
  text-align: left; clear: both;
}

/*
  LEFT CONTENT
*/
div#contentLeft {
  width: 330px; float: left;
  margin-right: 6px;
}

/* title */
div#contentLeft div.title {
  position: relative;
  width: 150px; height: 43px;
  padding-left: 180px; padding-top: 2px;
  background: url(../images/box_left_title.png) no-repeat;
  font-size: 12px; color: #9e9c98;
  line-height: 16px;
}
div#contentLeft div.title h1 {
  position: absolute;  
  top: 4px; left: 18px;
  font-size: 13px; color: #3c3c3c;
  margin: 0; padding: 0; margin-top: 9px;
}

/* content */
div#contentLeft div.box {
  position: relative;
  background: url(../images/box_left_bg.png) repeat-y;
  margin-left: 5px; 
}

div#contentLeft div.box div.content { 
  background: url(../images/box_left_top.png) no-repeat;
  padding: 4px;
}

div#contentLeft div.box h2 {
  position: absolute;
  padding: 0; margin: 0;
  top: 4px; right: 4px;
}

div#contentLeft ul,
div#contentLeft li {
  list-style-type: none;
  padding: 0; margin: 0;
}
div#contentLeft ul { margin: 15px; }

div#contentLeft li a {
  display: block; 
  width: 250px; 
  padding: 1px;
}

/* RANDOM REFERENCE*/
div#referenz {
  position: relative;
  width: 323px; height: 133px;
  margin-left: 5px; margin-bottom: 3px;
  padding: 1px;
  background: #FFF;
}

div#reftext {
  line-height: 15px;
  min-height: 56px;
  height: auto !important;
  height: 56px;
}

div#referenz img#overlay {
  position: absolute;
  top: 3px; left: 3px;
  z-index: 10;
}

div#referenz_footer {
  position: relative;
  margin-left: 3px; margin-top: 2px;
  padding-left: 2px;
}

div#referenz_footer img { vertical-align: middle }
div#referenz_footer h3 {
  position: absolute;
  top: 0; right: 10px;
  margin: 0; font-weight: normal;
}

/* bottom */
div#contentLeft div.bottom {
  height: 2px; font-size: 0;
  background: url(../images/box_left_bottom.png) no-repeat;
}

/*
  RIGHT CONTENT
*/
div#contentRight {
  width: 404px; float: left;
  
}
/* title */
div#contentRight div.title {
  position: relative;
  width: 220px; height: 40px;
  padding-left: 180px; padding-right: 4px; padding-top: 2px;
  background: url(../images/box_left_title.png) no-repeat;
  font-size: 12px; color: #9e9c98;
  line-height: 16px;
}
div#contentRight div.title h1 {
  position: absolute;
  top: 4px; left: 18px;
  font-size: 13px; color: #3c3c3c;
  margin: 0; padding: 0; margin-top: 9px;
}

/* content */
div#contentRight div.box {
  position: relative;
  background: url(../images/box_right_bg.png) repeat-y;
  margin-left: 5px;
  line-height: 16px;
}

div#contentRight div.box div.content { 
  background: url(../images/box_right_top.png) no-repeat;
  padding: 14px;
}

/* bottom */
div#contentRight div.bottom {
  height: 2px; font-size: 0;
  background: url(../images/box_right_bottom.png) no-repeat;
}

/*
  NEWS
*/
div#contentRight div.newstitle {
  position: relative;
  width: 155px; height: 24px;
  padding-left: 240px; padding-right: 4px; padding-top: 8px;
  margin: 4px 0; margin-left: 5px;
  background: url(../images/news_title.png) no-repeat;
  font-size: 12px;
  line-height: 16px; text-align: center;
}
div#contentRight div.newstitle h2 {
  position: absolute;
  top: 4px; left: 18px;
  font-size: 13px; color: #3c3c3c;
  margin: 0; padding: 0; margin-top: 4px;
  border-bottom: 1px solid #3c3c3c;
  white-space: nowrap;
}
/*
  SHOWALL BUTTON
*/
div.showall {
  position: relative;
  height: 30px; margin: 6px 0; margin-left: 5px;
  background: url(../images/dotted.png) repeat-x right center;
}

div.showall a {
  position: absolute;
  top: 0; right: 10px;
  display: block;
  width: 70px; height: 16px;
  padding: 7px;
  text-align: center;
  background: url(../images/show.png) no-repeat;
  color: #3c3c3c;
}

div.showall a:hover,
div.showall a:active { text-decoration: underline }

/*
  PAKETE
*/
div.paket { line-height: 14px }
div.paket img {
  float: left; position: relative;
  margin-right: 5px; margin-bottom: 1px;
}

div.paket h1 {
  margin: 0;
}

/*
  REFERENZEN
*/
div.referenz,
div.referenz_open {
  position: relative;
  width: 325px; height: 45px;
  overflow: hidden;
  margin: 5px auto;
  text-align: center;
  border-bottom: 1px solid #CCC;
}

div.open { height: auto }

div.referenz img { border: 1px solid #CCC;}
div.referenz div {
  padding: 1px 4px;
  margin-top: 0;
  border: 1px solid #ccc;
  border-top: 0; border-bottom: 0;
  text-align: left;
}

div.referenz div strong { display: block }
div.referenz div strong.title {
  position: absolute;
  top: 1px; left: 1px;
  padding: 0 4px;
  color: #555;
  font-variant: small-caps;
  background: #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}

div.referenz:hover div strong.title { color: #222 }

div.referenz ul,
div.referenz li {
  margin: 0; padding: 0;
  margin-left: 15px;
}
div.referenz ul {
  margin-top: 8px;
  margin-bottom: 11px;
}

/*
  LEISTUNGEN
*/
div.leistung {
  position: relative;
  width: 341px;
  margin: 5px auto;
}

div.leistung:hover h1 a {
  color: #222;
}

div.leistung div { 
  padding: 3px;
  padding-top: 11px;
}

div.leistung div strong {
  font-weight: normal;
  text-decoration: none;
}

div.leistung ul,
div.leistung li {
  padding-left: 0; margin-left: 15px;
}

div.leistung img {
  border: 1px solid #CCC;
}

div.leistung h1 {
  position: absolute;
  top: 1px; left: 1px;
  padding: 0 4px; margin: 0;
  color: #555;
  font-variant: small-caps;
  background: #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}

h1.webdesign,
h1.printdesign,
h1.code {
  margin: 14px 0;
}

/*
  SITE NAVI
*/
div#siteNavi {
  margin: 4px 3px;
  text-align: right;
}

div#siteNavi a {
  border: 1px solid #FFF;
  background-color: #eeece7;
  padding: 2px 5px; margin-left: 1px;
  color: #555;
}

div#siteNavi a.aktuell,
div#siteNavi a:hover,
div#siteNavi a:active {
  background-color: #c8c5ac;
  color: #000;
}

/************************
  USERPANEL
************************/
div#login {
  width: 158px; height: 75px;
  float: left;
  text-align: right; 
}
* html div#login {
  position: absolute; 
  z-index: 9;
}

input.login {
  width: 155px;
  background-color: #dfdbd1;
  border: 1px solid #FFF;
  text-align: center;
  font-size: 15px; color: #9e9c98;
  font-style: italic;
  margin: 1px;
}
*+html input.login { margin: 0 }
* html input.login { margin: 0 }

div#login input.submit {
  background-color: #dfdbd1;
  border: 1px solid #FFF;
  font-weight: bold;
  padding: 2px 4px;
  margin-top: 2px;
}
*+html input.submit { 
  margin: -1px;
  overflow: visible;
  padding: 0 7px;
}
* html input.submit {
  margin: -1px;
  overflow: visible;
  padding: 0 7px;
}

div#login a {
  float: left;
  font-size: 9px; color: #9e9c98;
  border-bottom: 1px solid #9e9c98;
  margin-left: 6px; margin-top: 6px;
}
div#login a.a,
div#login a:hover,
div#login a:active { border-bottom: 0 }

div#logintext {
  margin: 2px; margin-left: 165px;
  line-height: 16px; font-size: 12px;
}

/* logged in */
div.login a.a {
  color: #000;
}

div.login fieldset {
  border: 1px solid #aaa;
}

/************************
  TABLES
************************/
tr.kat {
  font-weight: bold;
}

tr.first {
  background-color: #FFF;
}
tr.second {
  background-color: #F1F1F1;
}

td {
  padding: 2px 6px;
}
  
/************************
  TOOLS
************************/
.bold { font-weight: bold }
.block { display: block }
.clear,
.br br {
  clear: both;
  height: 1px; line-height: 1px;
}

.justify { text-align: justify }
.center { text-align: center }
.right { text-align: right }

.red { color: #ff0000 }
.black { color: #000 }

.tiny {
  width: 1%;
  white-space: nowrap;
}

.nowrap { white-space: nowrap }

.icon {
  float: left;
  margin-right: 4px;
}

/************************
  FORM ELEMENTS
************************/
div.done,
div.error {
  text-align: center;
  color: green;
  margin-bottom: 11px;
}

div.error { color: red }

fieldset {
  border: 0;
  margin: 2px;
  padding: 10px 10px;
}

*+html fieldset { padding-bottom: 0 }
* html fieldset { padding-bottom: 0 }

fieldset legend {
  margin-left: 11px;
  padding-left: 10px; padding-right: 10px;
  color: #000;
}

fieldset label {
  color: #555;
  cursor: pointer;
  text-align: right;
  padding-right: 30px;
  width: 100px;
  display: block;
  float: left; 
}

.inputField,
.inputFieldDisabled,
.inputField:hover,
.inputField:focus,
.inputField_hover,
.inputField_focus {
  width: 180px;
  border: 1px solid #AAA;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 1px 3px;
  color: #444;
  margin: 1px;
}
.inputField:hover,
.inputField:focus,
.inputField_hover,
.inputField_focus {
  border: 1px solid #AAA;
  color: #111;
}

.inputFieldDisabled {
  background-color: #DDD;
  border: 1px solid #CCC;
}

textarea.inputField,
textarea.inputField:hover,
textarea.inputField:focus,
textarea.inputField_hover,
textarea.inputField_focus {
  height: 60px;
}

textarea#anfrage {
  width: 284px; height: 100px;
  margin: 1px; margin-left: 27px;
}
* html textarea#anfrage { margin-left: 30px }

.inputFieldFile {
  cursor: pointer;
}

.submit,
.button {
  cursor: pointer;
}

* html input.submit,
* html input.button {
  overflow: visible; width: 1%;
  padding: 0 8px;
}

input.checkbox {
  cursor: pointer;
  vertical-align: middle;
}

div.submit { 
  padding-top: 10px;
  text-align: right;
  cursor: default;
}

select {
  margin: 1px;
  cursor: pointer;
  border: 1px solid #AAA;
}

select option {
  border: 0;
  background-color: #FFF;
}
select option.kat,
select option.mainkat  {
  border-bottom: 1px solid #888;
  background-image: none;
}
select option.kat { font-weight: bold }

select#projekt option {
  background-image: url(../images/icons/pfeil_klein.gif);
  background-position: 4px center;
  background-repeat: no-repeat;
}

select#projekt option.kat,
select#projekt option.mainkat { background-image: none }

/*
  AGBs
*/
div#agbs b { display: block; margin-bottom: 5px; }
div#agbs span {
  display: block; float: left;
  width: 25px; padding-left: 14px;
}
div#agbs div {
  margin-left: 40px; margin-right: 8px; margin-bottom: 10px;
  text-align: justify;
}

/*
  WEBSITE CHECK
*/
div#infos {
  width: 240px; height: 70px;
  padding-top: 15px;
  float: left;
}

div#infos div,
div#loading {
  height: 20px; margin-left: -2px; margin-top: 5px;
  background: url(../images/icons/loading_check.gif) no-repeat;
}

div#already {
  color: #ff0000; text-align: center;
  margin-bottom: 11px;
}

div#infos b {
  display: block; width: 90px;
  float: left;
}
div#infos br { clear: both }

img#checkImg {
  width: 120px; height: 85px;
  border: 1px solid #999;
}

div#redirect { margin: 2px }
div.result { padding-left: 9px }
div.result strong { margin-left: -9px }

div.info {
  color: #777; margin-top: 10px;
}
div.info a { color: #444 }
div.info a:hover,
div.info a:active { text-decoration: underline }

/*
  MISC
*/
div#wir { 
  position: relative;
  height: 140px;
  text-align: center;
}
* html div#wir { height: 135px }

div#wir div {
  position: absolute;
  left: 10px; top: 0;
  width: 100px; height: 145px;
  border: 1px solid #666;
  margin: 0 25px;
}
* html div#wir div { top: 10px }
div#wir div.marcel { left: 190px }
* html div#wir div.marcel { left: 220px }

div#wir div strong {
  position: absolute;
  bottom: 0; left: 0;
  width: 100px; display: block;
  font-weight: normal;
  text-align: center;
  background: #FFF; cursor: default;
  border-top: 1px solid #666;
}

div#ssl {
  position: absolute;
  top: 4px; left: 145px;
}

div#stats {
  position: absolute;
  left: -10000px; top: -10000px;
}