@charset "UTF-8";

* {padding:0;margin:0;}

body {color:#9f9f9f; font-family:arial; width:100%; height:100%}
img {border:0;}
a {color: #9f9f9f; text-decoration: none;}
a:hover {color: #F8E558;}
a.invert {color: #f8e558;font-size: 15px;font-weight: bold;}
a.invert:hover {color: #9f9f9f;}

.wrapper {border:0px solid blue; width:800px; height:600px; margin:auto; padding:25px 0 0 0;}
.center {margin:auto;}

.bg_tl {width:300px;height:300px;background-image:url(images/wgs_oben_links.png); background-repeat:no-repeat;}
.bg_tr {width:300px;height:300px;background-image:url(images/wgs_oben_rechts.png); background-repeat:no-repeat;}
.bg_bl {width:300px;height:300px;background-image:url(images/wgs_unten_links.png); background-repeat:no-repeat;}
.bg_left {width:300px;background-image:url(images/wgs_links.png); background-repeat:no-repeat;}

table {border-collapse: collapse;}
table td {padding:0;}

table.sixhundred {height:600px; width:600px; margin:auto;}
table.fullpage {height:600px; width:100%; margin:auto;}

img.hoverimg {
 -moz-transition: all 1s ease-in-out; 
 -webkit-transition: all 1s ease-in-out; 
 -o-transition: all 1s ease-in-out; 
 -ms-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}

img.hoverimg:hover{
  -moz-transform:scale(2,2);
  -webkit-transform:scale(2,2);
  -o-transform:scale(2,2);
  -ms-transform:scale(2,2);
  transform:scale(2,2);
}

h1 {font-size: 18px; font-weight: bold;}
h1.standort {padding-top:15px;}
h2 {color: #f8e558; font-size: 15px; font-weight: bold;padding-bottom:5px;}

ul {padding:0 20px;}
ul li {list-style:none;padding:13px 0 0 0;}

.menu_head {width:290px;text-align:center;padding:5px 0 15px 0px;}

.menu_link {
height:26px;
width:200px;
background-image: url(images/wgs_pfeil_oben.png);
background-repeat: no-repeat;
background-position: 1px 2px;
padding:0px 0 0 30px;
border:0px solid red;
}

.menu_link:hover {
background-image: url(images/wgs_pfeil_rechts.png);
background-repeat: no-repeat;
background-position: 7px -3px;
}

table.content {height:100%;width:100%;}
td.content {width:300px;height:300px;vertical-align:top;}
td.content_left {text-align:right;padding-right:35px;}
td.content_right {text-align:left;padding-left:15px}

a.pfeil {
background-image: url(images/wgs_pfeil_oben.png);
background-repeat: no-repeat;
background-position: 1px 2px;
}

a.pfeil:hover {
background-image: url(images/wgs_pfeil_rechts.png);
background-repeat: no-repeat;
background-position: 7px -3px;
}

p.text11 {
color: #9f9f9f;
font-size: 11px;
font-weight: bold;
padding:10px 0 10px 0;
}

p.text12 {
color: #9f9f9f;
font-size: 12px;
font-weight: bold;
padding:10px 0 0 0;
}

p.text13 {
color: #9f9f9f;
font-size: 13px;
font-weight: bold;
padding:5px 0 0 0;
}

table.standort {height: 500px; width: 750px; margin-left:30px; font-size: 13px;}
td.logo {width:450px; height:125px;}
div.logo {background-image:url(images/wgs_logo.png);height:121px;width:161px;}
td.spacer {width:20px;}
td.content_standort {vertical-align:top;}
span.yellow {color:#f8e558;}
td.transport{width:50px;color:#f8e558;}
td.map{height:371px;padding:5px 0 0 50px;}
div.map{padding-top:30px;background-image:url(images/wgs_standort.png);background-repeat:no-repeat;height:291px;width:370px;}

div.logo_service {background-image:url(images/wgs_logo_service.png);height:77px;width:175px;margin:auto;}
td.content_service {vertical-align:top;text-align:center;}

div.logo_muster {background-image:url(images/wgs_logo2.png);height:81px;width:143px;margin:auto;}
td.muster {width:300px;text-align:center;}
td.muster_center{text-align:center;}

table.formular {width:100%; margin:auto;}
p.text_formular {color: #9f9f9f;font-size: 15px;padding:10px 0 20px 0;text-align:center;}
p.yellow_big {color:#f8e558; font-size:19px;font-weight:bold;padding:25px 0 25px 0;}
input {margin:2px 0 2px 0;}
td.tag {width:200px;}


tr.pfeil {
background-image: url(images/wgs_pfeil_oben.png);
background-repeat: no-repeat;
}

tr.pfeil:hover {
background-image: url(images/wgs_pfeil_rechts.png);
background-repeat: no-repeat;
}

.hiddenlink{color: white;}
.hiddenlink:hover {color: #f8e558;}

td.back {width:100%; height:25px;
background-image: url(images/wgs_pfeil_links.png);
background-repeat: no-repeat;
color: white;padding-bottom: 2px; text-align:left;}

div.back {padding-left:25px;}

div.back_muster {
border: 0px solid red;
width: 50px;
height: 25px;
background-image: url(images/wgs_pfeil_links.png);
background-repeat: no-repeat;
padding: 2px 0 0 25px;
margin: 25px auto 0 auto;
}

div.forward {width:140px; height:20px;
background-image: url(images/wgs_pfeil_rechts.png);
background-repeat: no-repeat;
background-position: 115px -2px;
padding:0 0 7px 0;
margin:-24px 0 0 150px;
color:#f8e558;
}

div.skipintro {width: 800px; height:600px; position:absolute; z-index:100;}