/* StraightWire */

body {  background-image:url(../img/back.gif);
        margin-top: 5px;
        font-family: tahoma, verdana, arial, sans-serif;
		font-size: 100.01%;
        color: #000000;
	   /* scroll-balken */
	   scrollbar-base-color: #304354;
	   scrollbar-3dlight-color: #A8A8A8;
	   scrollbar-arrow-color: #ff9900;
	   scrollbar-face-color: #304354;
	   scrollbar-highlight-color: #666666;
	   scrollbar-shadow-color: black;
	   scrollbar-darkshadow-color: white; }

/* link-farben */

a:link  { font-size: 12px; color: black; text-decoration: underline; }
a:active { font-size: 12px; color: black; text-decoration: underline; }
a:visited  { font-size: 12px; color: black; text-decoration: underline; }
a:hover  { font-size: 12px; color: #990000; text-decoration: underline; }


#main { background-image:url(../img/hintergrund.gif);
		background-position: top left;
   		background-color: #white;
        position: absolute; left: 50%;
        width: 748px;
		margin-left: -374px;
        z-index: 100;
        font-size: 12px;
        }

#bottomline {
   		background-color: #ffffff;
        position: relative; left: 50%;
		width: 740px;
		margin-left: -374px;
		padding: 4px;
		overflow: hidden;
		font-size: 10px;
		text-align: center;
		z-index: 99;
        border-width: 0px;
    	border-top-width: 6px;
    	border-bottom-width: 6px;
		border-style: solid;
  		border-color: #304254; }

#bottomline a:link  { font-size: 10px; color: #000000; text-decoration: none; }
#bottomline a:active { font-size: 10px; color: #990000; text-decoration: none; }
#bottomline a:visited  { font-size: 10px; color: #000000; text-decoration: none; }
#bottomline a:hover  { font-size: 10px; color: #990000; text-decoration: underline; }

.navi { font-size: 14px;
	    font-weight: bold;
        color: #000000; }

.navi a:link  { font-size: 12px; color: #ffffff; text-decoration: none; }
.navi a:active { font-size: 12px; color: #FAC707; text-decoration: none; }
.navi a:visited  { font-size: 12px; color: #ffffff; text-decoration: none; }
.navi a:hover  { font-size: 12px; color: #FAC707; text-decoration: underline; }

.header {
	font-size: 16px;
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.header2 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.small {
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
	text-transform: none;
}

.cable {
	font-size: 14px;
	color: #4c4039;
	font-weight: bold;
	text-transform: uppercase;
}

.cable2 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

/* spezielle table zellen */

td.support {
	background-image: url(../img/pic_support.gif);
	background-repeat: no-repeat;
}

td.download {
	background-image: url(../img/pic_download.gif);
	background-repeat: no-repeat;
	}

.formular {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	}


