/* CSS Document */
body {
  font-size: 0.8em;
  font-family: Trebuchet, trebuchet ms, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#000;  
  padding:0px;
  margin:0px;
  background:url(../images/background.png) repeat-x #C0C0C0;
}

#container { 	
  position:absolute;
  height:600px; 
  width:800px;
  margin: -300px 0px 0px -400px;
  top: 50%; 
  left: 50%;
  overflow: hidden;
  background: transparent;
  border-top: 3px solid #870585;
}

#head {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 150px;
  background: #777;
}

#contentbox {
  position: absolute;
  top: 150px;
  left: 0;
  width: 794px;
  height: 400px;
  border-left: 3px solid #777;
  border-right: 3px solid #777;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 800px;
  height: 50px;
  background: #777;
  border-bottom: 3px solid #870585;
}

#logo {
  position: absolute;
  width: 400px;
  height: 90px;
  top: 15px;
  left: 15px;
  background: url(../images/digmatech-logo_black.png);
  text-indent: -9999px;
}

#custref {
 position: absolute;
 top: 5px;
 right: 15px;
 width: 200px;
 height: 100px;
}

#mainmenu {
  position: absolute;
  bottom: 0;
  height: 39px;
  width: 794px;
  background: #666;
  border-left: 3px solid #777;
  border-right: 3px solid #777;
}

#content {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 595px;
  height: 387px;
  background: #eee;
  overflow: auto;
}

#submenu {
  position: absolute;
  top: 5px;
  right: 5px;
  height: auto;
  width: 183px;
  z-index: 5;
}

#menupicture {
  position: absolute;
  bottom: 8px;
  right: 15px;
  width: 183px;
  height: 183px;
  filter:alpha(opacity=50); /* IE */
  -moz-opacity: 0.50; /* Gecko */
  opacity: 0.50; /* Opera */
}

#text {
  position: absolute;
width: 555px;
  padding: 10px;
}

/* Text und Schrift */
h1 {
  margin: 0;
  font-size: 1.6em;
  text-align: center;
  width: 100%;
  border-bottom: 2px dotted #870585; 
}

h2 {
  margin: 0;
  font-size: 1.4em;
  text-align: center;
}
h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
h4 {
  margin: 0;
  font-size: 1.2em;
}
h5 {
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
}
h6 {
  margin: 0;
  font-size: 1.0em;
  font-weight: bold;
}
p {
  font-size: 1.0em;
  text-align: justify;
}
blockquote {
  font-family: verdana, arial, helvetica;
  color: #333;
  font-size: 0.8em;
  border-left: 2px solid #777;
  padding: 3px;
  font-style: italic;
}
a {
 text-decoration: none;
 color: #870585;
}
a:hover {
 text-decoration: underline;
}
/* MAINMENU */
ul#navlist {
        margin: 0;
        padding: 5px;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #eee;
	 border-left: 1px solid #999;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 18px 4px 20px;
        color: #777;
        border-right: 1px solid #999;
        text-decoration: none;
background: url(../images/mainmenu-marker.png) left no-repeat;
}

ul#navlist li#active {
        color: #870585;
	 font-weight: bold;
        background-color: #eee;
}
li#active a.aktiv {
 color: #870585;
}

#navlist a:hover {
        color: #870585;
        background-color: #c0c0c0;
	 background: url(../images/mainmenu-hover.png) left no-repeat;
}
#navlist li:hover {
 background: url(../images/mainmenu-hover_r.png) #c0c0c0 right no-repeat;
}
/* SUBMENU */
a.menuLink2, a.menuLink2:link, a.menuLink2:visited {
  display:block;
  height:17px;
  margin:0px;
  padding:2px;
  font-size:14px;
  font-weight: bold;
  padding-left:18px;
  text-decoration:none;
  background-color:#eee;
  background: url(../images/menulink-marker.png) #eee left no-repeat;
  background-position:top left;
  color:#777;
 
}

a.menuLink2:hover {
  background: url(../images/menulink-hover.png) left no-repeat;
  background-color: #c0c0c0;
  color: #870585;
  padding-left: 18px;
}

a.menuLinkAct2 {
  display:block;
  height:17px;
  margin:0px;
  padding:2px;
  padding-left:10px;
  font-size:14px;
  font-weight: bold;
  text-decoration:none;
  background: url(../images/marker_full_light_15x15.png) left no-repeat;
  background-color: #eee;
  color: #870585;
}

a.submenuLink2 {
  display:block;
  margin:0px;
  padding:1px;
  padding-left:30px;
  font-size:12px;
  font-weight: normal;
  text-decoration:none;
  color:#777;
  background: #c0c0c0;
}

a.submenuLink2:hover {
  background: url(../images/menulink-hover.png) left no-repeat;
  text-decoration: none;
  padding-left: 20px;
  color: #000;
}

a.submenuLinkAct2 {
  display:block;
  color:#870585;
  margin:0px;
  padding:1px;
  padding-left:20px;
  font-size:12px;
  font-weight: bold;
  text-decoration:none;
  background: url(../images/marker_full_light_small_15x15.png) left no-repeat #c0c0c0;

}

#menuDiv2 {
  width:183px;
  margin:0px;
  padding:0px;
  padding-top:0px;
  padding-left:2px;
  text-align:left;
}

li.menuItem2 {
  list-style-type:none;
  text-align:left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #777;
}

li.submenuItem2 {
  list-style-type:none;
  color:#666666;
  text-align:left;
  border-top:1px solid #777;
}


#menuList2 {
  margin:0px;
  padding:0px;
  width:183px;
}

ul.submenuList2 {
  margin:0px;
  padding:0px;
}


#footertext {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
  font-size: 10px;
  color: #eee;
}

#footertext a {
  color: #eee;
  text-decoration: none;
}
#footertext a:hover {
  color: #eee;
  text-decoration: underline;
}

/* Behandlung von Links */
a, a:active, a:focus, a:link {
  outline:none!important;
  border:none;
  border:0;
  cursor:pointer!important;
}
/* Behandlung von externen Links */
a[href^="http:"] {
background: transparent url('../images/ext-link.png') 100% 50% no-repeat;
padding-right: 15px;
}
a[href^="https:"] {
background: transparent url('../images/ext-link.png') 100% 50% no-repeat;
padding-right: 15px;
}
/* Ausnahme für interen Links */
a[href^="http://www.digmatech.de"],
a[href^="http://digmatech.de"] {
background: transparent;
padding-right: 0px;
}

/* Mailform */
.form {
 list-style-type: none;
 margin: 0;
 padding: 0; 
}
.forminput input {
 width: 300px;
}
.errorform { 
 color: red;
 font-weight: bold;
}

abbr[title]
{
  border-bottom: 1px dotted black;
  cursor: help;
}
acronym
{
 border-bottom: 1px dotted black;
 cursor: help;
}

/* Formular */
fieldset.csc-mailform{border:0}
fieldset.csc-mailform label{width:180px;float:left;text-align:right;margin-right:10px;display:block}
fieldset.csc-mailform input,fieldset.csc-mailform textarea{margin-bottom:10px;font-size:10px;font-family:Verdana, Helvetica, sans-serif;border:1px solid #ccc;padding:2px;xwidth:250px}
fieldset.csc-mailform fieldset input{float:none;display:inline;width:50px;text-align:left;border:0}
fieldset.csc-mailform fieldset label{display:inline;float:none;text-align:left;width:300px;margin:10px 0}
fieldset.csc-mailform fieldset{border:0}
fieldset.csc-mailform fieldset legend{display:none}
fieldset.csc-mailform select{width:220px;margin:2px 0}
fieldset.csc-mailform option{padding:0 5px;background:#fff}
#mailformformtype_mail{padding:2px;margin-left:40px;background:#eee;border:1px solid #ccc;width:80px;text-align:center}

.csc-textpic-imagewrap { padding: 10px; margin-right: 15px; margin-left: 15px; }
.csc-textpic-caption { font-size: 0.6em; color: #999 }
.tx-wagrandomimage-pi1 { text-align: center; padding-bottom: 20px; }

.align-right { text-align: right; }
.align-center { text-align: center; }