a:link     { color:#00aeef; text-decoration: none; cursor: pointer;}
a:active   { color:#00aeef; text-decoration: none; cursor: pointer;}
a:visited  { color:#00aeef; text-decoration: none; cursor: pointer;}
a:hover    { color:#00aeef; text-decoration: none; cursor: pointer;}

a.black_link:link    {color:#000000;}
a.black_link:active  {color:#000000;}
a.black_link:visited {color:#000000;}
a.black_link:hover   {color:#000000;}

h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
}

.webhosting_aktionsflaeche{
   visibility:hidden;
}

.server_aktionsflaeche{
   visibility:hidden;
}


.small_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;	
}

.black_text {
    font-family: "Trebuchet MS", Arial, "Helvetica LT Std";	
	font-size: 10pt;
    color:#342e2d;
	line-height:16px;
}
.black_text_mittel {
    font-family: "Trebuchet MS", Arial, "Helvetica LT Std";	
	font-size: 12px;
    color:#342e2d;
	line-height:14px;
}

.info_popup{
   position:absolute;
   padding:10px;
   width:250px;
   margin-left:35px;
   margin-top:-60px;
   background:#ffa000;
   border-color:#000000;
   border-width:1px;
   border-style:solid;
   display:none;
   z-index:110;
   font-weight:normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}


a.white_link {font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif;}
a.white_link:link     { color:#FFFFFF; text-decoration: none; cursor: pointer;}
a.white_link:active   { color:#FFFFFF; text-decoration: none; cursor: pointer;}
a.white_link:visited  { color:#FFFFFF; text-decoration: none; cursor: pointer;}
a.white_link:hover    { color:#FFFFFF; text-decoration: none; cursor: pointer;}
.white_link   { color:#FFFFFF; text-decoration: none; cursor: pointer;}

a.white_link_bold {font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:bold;}
a.white_link_bold:link     { color:#FFFFFF; text-decoration: none; cursor: pointer; font-weight:bold;}
a.white_link_bold:active   { color:#FFFFFF; text-decoration: none; cursor: pointer; font-weight:bold;}
a.white_link_bold:visited  { color:#FFFFFF; text-decoration: none; cursor: pointer; font-weight:bold;}
a.white_link_bold:hover    { color:#FFFFFF; text-decoration: none; cursor: pointer; font-weight:bold;}
.white_link_bold   { color:#FFFFFF; text-decoration:none; cursor: pointer; font-weight:bold;}


a.white_link_underline {font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif;}
a.white_link_underline:link     {color:#FFFFFF;	cursor:pointer;	text-decoration: underline;}
a.white_link_underline:active   { color:#FFFFFF; text-decoration: underline; cursor: pointer;}
a.white_link_underline:visited  { color:#FFFFFF; text-decoration: underline; cursor: pointer;}
a.white_link_underline:hover    { color:#FFFFFF; text-decoration: underline; cursor: pointer;}
.white_link_underline   { color:#FFFFFF; text-decoration: underline; cursor: pointer;}

a.hover_link:link     { color:#000000; text-decoration: none; cursor: pointer;}
a.hover_link:active   { color:#000000; text-decoration: none; cursor: pointer;}
a.hover_link:visited  { color:#000000; text-decoration: none; cursor: pointer;}
a.hover_link:hover    { color:#000000; text-decoration: underline; cursor: pointer;}



.konfigurator_white_big{
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}


.konfigurator_white_small{
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
}

.konfigurator_white_text{
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
}



.SOLLWEG_konfigurator_black_text{
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}


.blue_link {
    font-family: "Trebuchet MS", Arial, "Helvetica LT Std";
	font-size: 10pt;	
	color: #00adec;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.error_field{
	border: 2px dashed #FF0000;
	padding: 2px;
	margin: 0px;
	background-color: #FFC1C1;
}


.error_field2{
	border: 2px dashed #FF0000;
    outline: 2px dotted #FF0000;
	padding: 2px;
	margin: 0px;
	background-color: #FFC1C1;
}



/* Chrome Links underline hack  */
body:nth-of-type(1) a, body:nth-of-type(1) a:hover{
   text-decoration: none;
}


#demnaechst_datenschutzHinweis {
	position:absolute;
	left:355px;
	top:296px;
	width:183px;
	height:18px;
	z-index:10;

}

#newsletterBestellButton {
	position:absolute;
	left:198px;
	top:79px;
	width:100px;
	height:35px;
	z-index:10;
}

.hinweisDatenschutz {
	font-family: "Trebuchet MS";
	font-size: 11px;
}

#DatenschutzHinweis {
	position:absolute;
	left:12px;
	top:115px;
	width:183px;
	height:18px;
	z-index:10;
}

.warum_ueberschrift {
	margin-left: 20px;
	font-weight: bold;
}


a.no_decoration:link     {  text-decoration: none; cursor: pointer;}
a.no_decoration:active   {  text-decoration: none; cursor: pointer;}
a.no_decoration:visited  {  text-decoration: none; cursor: pointer;}
a.no_decoration:hover    {  text-decoration: none; cursor: pointer;}
.no_decoration   { text-decoration: none; cursor: pointer;}


a.decoration:link     {  text-decoration: underline; }
a.decoration:active   {  text-decoration: underline; }
a.decoration:visited  {  text-decoration: underline; }
a.decoration:hover    {  text-decoration: underline; }
.decoration   { text-decoration:underline;}



.sitemap_ueberschrift {
	font-family: Geneva, Arial, Helvetica, sans-serifs;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 155px;
}
a.sitemap_ueberschrift {color:#FFFFFF; font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif;}
a.sitemap_ueberschrift:link     {color:#FFFFFF; text-decoration: none; cursor: pointer;}
a.sitemap_ueberschrift:active   {color:#FFFFFF; text-decoration: none; cursor: pointer;}
a.sitemap_ueberschrift:visited  {color:#FFFFFF; text-decoration: none; cursor: pointer;}
a.sitemap_ueberschrift:hover    {color:#FFFFFF; text-decoration: none; cursor: pointer;}


#sitemap {
	position:absolute;
	width:520px;
	height:325px;
	z-index:50;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.sitemap_item {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 155px;
    cursor: pointer;	
}

a.sitemap_item {font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif;}
a.sitemap_item:link     {color:white; text-decoration: none; cursor: pointer;}
a.sitemap_item:active   {color:white; text-decoration: none; cursor: pointer;}
a.sitemap_item:visited  {color:white; text-decoration: none; cursor: pointer;}
a.sitemap_item:hover    {color:white; text-decoration: none; cursor: pointer;}


#footer_produkte_div {
	position:absolute;
	left:170px;
	width:515px;
	z-index:40;
}

.footer-text2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	font-weight: bold;
	color: #515151;
}

#footer-produkte-01 {
    float:left;
	width:4px;
	height:5px;
}

#footer-produkte-02 {
    float:left;
	width:506px;
	height:5px;
}

#footer-produkte-03 {
    float:left;
	width:5px;
	height:5px;
}

#footer-produkte-04 {
    float:left;
	width:515px;
	background-color: #01aef0;
}

#footer-produkte-05 {
    float:left;
	width:515px;
	height:1px;
}

#footer-produkte-06 {
    float:left;
	width:515px;
	height:117px;
	background-color: #01aef0;
}

#footer-produkte-07 {
    float:left;
	width:515px;
	height:1px;
}

#footer-produkte-08 {
    float:left;
	width:515px;
	background-color: #01aef0;
}

#footer-produkte-09 {
    float:left;
	width:6px;
	height:12px;
}

#footer-produkte-10 {
    float:left;
	width:98px;
	height:12px;
}

#footer-produkte-11 {
    float:left;
	width:12px;
	height:12px;
}

#footer-produkte-12 {
    float:left;
	width:392px;
	height:12px;
}

#footer-produkte-13 {
    float:left;
	width:7px;
	height:12px;
}

#footer-produkte-14 {
    float:left;
	width:515px;
	height:2px;
}


#leftBoxText {
	position:absolute;
	left:117px;
	top:40px;
	width:197px;
	height:34px;
	z-index:5;
}

.warum_text {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}



#apDiv5 {
	position:absolute;
	left:120px;
	top:45px;
	width:157px;
	height:69px;
	z-index:5;
}


#Newsletter4 {
	position:absolute;
	left:22px;
	top:11px;
	width:291px;
	height:19px;
	z-index:1;
}



#newsletterBoxText {
	position:absolute;
	left:14px;
	top:29px;
	width:206px;
	height:19px;
	z-index:11;
}

#apDiv3 {
	position:absolute;
	left:14px;
	top:8px;
	width:238px;
	height:22px;
	z-index:2;
}

#newsletterBox_text2 {
	position:absolute;
	left:14px;
	top:8px;
	width:206px;
	height:21px;
	z-index:11;
}

#Newsletter3 {
	position:absolute;
	left:13px;
	top:9px;
	width:291px;
	height:20px;
	z-index:1;
}



.boxHeader {
	font-family: "Helvetica LT Std", Arial, sans-serif;
	font-size: 15px;
	color: #00aef0;
	font-weight: bold;
}

.headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 1px;
	margin-left: 2px;
}

#boxNewsletterTx {
	position:absolute;
	left:690px;
	top:621px;
	width:276px;
	height:39px;
	z-index:10;
}


.matrix_row {
    font-family: "Trebuchet MS", Arial, "Helvetica LT Std";
	font-size: 10pt;
	color: #333333;
}

.matrix_left_row_item {
	font-weight: bold;
	padding-left: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size:12px;
	float: left;
	width: 130px;
}
.button_ausklapp {
	text-decoration: none;
	cursor: pointer;
}
.matrix_left_row_info {
	font-weight: bold;
	padding-left: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 0px;
	font-size:12px;
	padding-right: 7px;
	float: right;
	width: 27px;
}
.left_menu_ueberschrift {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 13px;
	padding-left: 25px;
	font-style: normal;
}
#apDiv1 {
	position:absolute;
	left:256px;
	top:25px;
	width:123px;
	height:53px;
	z-index:1;
}


.SOLLWEG_BoxNewsletterText {
    font-family: "Trebuchet MS", Arial, "Helvetica LT Std";
	font-size: 11px;
	line-height: 14px;
	width: 250px;
	left: 11px;
	top: 54px;
}

.XXXsmall_text {
    font-family: "Trebuchet MS", Arial, "Helvetica LT Std";
	font-size: 9pt;
	line-height:13px;
	color:#342e2d;
}




.small_text_grey {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#a9a9a9;
}



.newsletterSelect {
	border: 1px solid #666666;
	width: 175px;
}

#NewsletterSelectDiv {
	position:absolute;
	left:12px;
	top:87px;
	width:161px;
	height:28px;
	z-index:10;
}



#Tabelle_01_home {
	position:absolute;
	left:0px;
	top:0px;
	width:992px;
	height:677px;
}


#home-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:992px;
	height:356px;
}



#home-02 {
	position:absolute;
	left:0px;
	top:326px;
	width:992px;
	height:10px;
}



#home-03 {
	position:absolute;
	left:1px;
	top:334px; /* Kalender: 490 */
	width:317px;
	height:151px;
}



#home-04 {
	position:absolute;
	left:317px;
	top:336px;
	width:26px;
	height:151px;
}



#home-05 {
	position:absolute;
	left:336px;
	top:336px;
	width:309px;
	height:151px;
}



#home-06 {
	position:absolute;
	left:652px;
	top:336px;
	width:24px;
	height:151px;
}



#home-07 {
	position:absolute;
	left:679px;
	top:336px;
	width:305px;
	height:151px;
}

#home-07_newsletter {
	position:absolute;
	left:679px;
	top:336px;
	width:305px;
	height:151px;
	z-index: 10;
}



#home-08 {
	position:absolute;
	left:981px;
	top:336px;
	width:11px;
	height:151px;
}

#home-10 {
	background-image: url(../Bilder_int/home/infobg.png);
    bottom: 0px;
    height: 140px;
    margin-left: 14px;
    position: fixed;
    width: 967px;
    z-index: 30;
    text-align:justify;
}

#home-10-1 {
	margin: 12px;
	font-family: "Trebuchet MS", Arial, "Helvetica LT Std";	
	font-size: 11px;
    color:#645e5d;
	line-height:16px;
}

#apDiv1 {
	position:absolute;
	left:9px;
	top:32px;
	width:290px;
	height:85px;
	z-index:1;
}

#newsletter_einklappen {
	cursor: pointer;
	position:absolute;
	left:15px;
	top:118px;
	width:238px;
	height:21px;
	z-index:2;
}

.white_text {
    font-family: "Trebuchet MS", Arial, "Helvetica LT Std";
	font-size: 10pt;
	line-height:16px;
	color: #FFFFFF;
}

.white_text2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.white_text_fett {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.kundendaten_felder {
	width: 180px;
}


.fehlermeldung_rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.text_teal {
	color: #00aeef;
	font-weight: bold;
}

.hidden {
	visibility:hidden;	
}

body.gameserver {
	background-color: #000000 !important;
	background-image: url(../Bilder/matrix/gameserver/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

body.gameserver_apple {
	background-color: #FFFFFF !important;
	background-image: url(../Bilder/matrix/gameserver/bg_mobile.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
	
#main_content.gameserver, table.gameserver {
	position: relative !important;
	top: 200px !important;
}

iframe {
	border: 0px;
}

.linux input, .linux select, .linux textarea {
	border-width: 1px;
}
