body {
	margin: 0px;
	background-color: #001740;
	color: #fff;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

optgroup {
	color: #FFFFFF;
	background-color: #1384D4;
	font-style: normal;
}

option {
	color: #000000;
	background-color: #FFFFFF;
}

input, select, textarea {
	color: #000000;
	border: 1px solid #000000;
}

img.std{
	border: 1px solid #000000;
	margin-left:10px;
	margin-right:10px;
}

#textarea {
	color: #000000;
	border: 1px solid #000000;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

#main {
	position: relative;
	width: 998px;
	margin: 0px auto;
	background: #1384d4 url(./Bilder/hintergrund_03_ende.jpg) -1px 0px repeat-y;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header1 {
	background: url(./Bilder/hintergrund_01.jpg ) -1px 0px;
	width: 999px;
	height: 148px;
	text-align: center;
	font-size: 15px;
	padding-top: 2px;
	color: #aaa;
}

#header_link {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 998px;
	height: 108px;
	text-align: left;
}

#header_top_right {
	position: absolute;
	left: 879px;
	top: 0px;
	width:119px;
	text-align: right;
	font-size: 12px;
}

#header2 {
	position: relative;
	background: url(./Bilder/hintergrund_02.jpg) -1px 0px;
	width: 999px;
	height: 119px;
}

/* Login-Bereich */
#login {
	position: absolute;
	left: 7px;
	top: 5px;
	width: 189px;
	height: 88px;
}
#login label {
	font-style: italic;
	font-size: 12px;
}
#login input {
	width: 130px;
	font-size: 13px;
}
#login #submit { width: 50px; }
#login a {
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
}
#adminmenue a {
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
}
/* Weitere Boxen */
#center {
	position: absolute;
	left: 199px;
	top: 1px;
	width: 492px;
	height: 88px;
    	border-left: 1px solid #ffffff;
    	border-right: 1px solid #ffffff;
}
#headlines {
	position: absolute;
	left: 698px;
	top: 7px;
	width: 296px;
	height: 84px;
	text-align:left;
}
#headlines a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Überschriften */
#head_navigation {
	position: absolute;
	left: 7px;
	top: 92px;
	color: #BBBBBB;
}
#head_center {
	position: absolute;
	left: 206px;
	top: 92px;
	color: #BBBBBB;
}
#head_right {
	position: absolute;
	left: 698px;
	top: 92px;
	color: #BBBBBB;
}

/* Content-Bereich und Navigation */
#mainarea {
	width: 999px;
	background: url(./Bilder/hintergrund_03.jpg) -1px 0px no-repeat;
}
#content {
	width: 474px;
	padding: 10px;
	float: left;
	color: #000;
}
#right {
	padding: 5px;
	padding-left: 6px;
	padding-right: 6px;
	float: right;
	width: 294px;
	overflow: auto;
}
#right a {
	color: #FFFFFF;
}
#navigation {
	float: left;
	width: 179px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}
#navigation a { 
     display: block; 
     color: #fff; 
     font-weight: bolder; 
     text-decoration: none; 
     border-bottom: 2px solid #fff; 
     padding-top: 4px; 
     padding-bottom: 4px; 
} 
#navigation .dropdown { 
     padding-top: 6px; 
     border-bottom: 2px solid #fff; 
     padding-bottom: 6px; 
}
#navigation .dropdown a {
	display: inline;
	border: none;
}
#navigation .dropdown_boomark a {
	float:left;
	padding-left: 2px;
	border: none;
}

    /* IE6 */
    * html .clearfix{
      height: 1%;
      overflow: visible;
    }
    /* IE7 */
    *+html .clearfix{
      min-height: 1%;
    }
    /* rest */
    .clearfix:after{
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }
table#mainarea { border-collapse: collapse; border-spacing: 0px; }
td#navigation, td#content, td#right { float: none; }

#admin_kunden_shortinfos {
	padding:0;

}

/* Footer */
#footer {
	position: relative;
	width: 999px;
	min-height: 85px;
	background: url(./Bilder/hintergrund_05.jpg) -1px 0px;
}

#footer_head_left {
	position: absolute;
	left: 7px;
	top: 10px;
	color: #BBBBBB;
}

#footer_head_center {
	position: absolute;
	left: 207px;
	top: 10px;
	color: #BBBBBB;
}

#footer_head_right {
	position: absolute;
	left: 700px;
	top: 10px;
	color: #BBBBBB;
}

#footer_left {
	position: absolute;
	left: 7px;
	top: 28px;
}

#footer_center {
	position: absolute;
	left: 200px;
	top: 28px;
	width: 492px;
	color: #BBBBBB;
}

#footer_right {
	position: absolute;
	left: 700px;
	top: 28px;
	color: #BBBBBB;
}


/* Tooltip */
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
	position: relative;
	text-decoration: none;
}

a.tooltip:hover {
	background: transparent;
	z-index: 100;
}

a.tooltip span {
	display: none;
	text-decoration: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	width: 300px;
	top: 30px;
	left: 0;
	padding: 2px 10px 2px 10px;
	background: #ffee81;
	color: #000;
	text-align: left;
	border: 1px solid #000;
}
a.tooltip1,
a.tooltip1:link,
a.tooltip1:visited,
a.tooltip1:active {
	position: relative;
	text-decoration: none;
}

a.tooltip1:hover {
	background: transparent;
	z-index: 100;
}

a.tooltip1 span {
	display: none;
	text-decoration: none;
}

a.tooltip1:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	width: 90px;
	top: 30px;
	left: 0;
	padding: 2px 10px 2px 10px;
	background: #ffee81;
	color: #000;
	text-align: left;
	border: 1px solid #000;
}

a.tld,
a.tld:link,
a.tld:visited,
a.tld:active {
	color: #BBBBBB;
}

a.header,
a.header:link,
a.header:visited,
a.header:active {
	color: #37CCF7;
}


hr.white{
	color: #fff;
	border: dotted;
}
hr.blue{
	color: #99e;
	border: dotted;
}

.table_blue{
	background-color: #9999ee;
	color: #000000;
}

.table_purple{
	background-color: #cf99ee;
	color: #000000;
}

.table_black{
	background-color: #000000;
	color: #FFFFFF;
}

.table_green{
	background-color: #00FF00;
	color: #000000;
}

.table_orange{
	background-color: #FF9900;
	color: #000000;
}

.table_yellow{
	background-color: #FFFF00;
	color: #000000;
}

.table_red{
	background-color: #FF0000;
	color: #FFFFFF;
}

.table_head{
	background-color: #1384d4;
	color: #FFFFFF;
}
.table_head a {
	color: #FFFFFF;
	text-decoration: none;
}

td.table_foot{
	background-color: #1384d4;
}

td.table_desc{
	background-color: #EEEEEE;
}

.ticket td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#tabdiv { position: relative; padding-top: 23px; font-family:  arial; }
#tabs { position: absolute; top: 0px; left: 0px;}
#tabs a {
	float: left;
	display: block;
	padding: 5px 10px;
	margin-right: 5px;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom: none;
	color: #fff;
	background: #26c;
	font-weight: bold;
	font-size: 10px;
}
#tabs a:hover { border: 1px solid #aaa; border-bottom: none; }
#tabs a.active { background: #003668; color: #fff; border-left: #37d; border-top: 1px solid #fff; border-right: 1px solid #fff; }
#tabcontent {
	width: 454px;
	background: #003668;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}
.contenttab { display: none; }
.contenttab.active { display: block; }
.tabinfo {
	border: 1px solid #1384d4;
	padding: 2px 10px;
	margin: 5px 0px;
}
.tabinfo.bright { padding: 15px 5px; border: 1px solid #59d; background: #1384d4; }
.tabinfo input,textarea { border: 1px solid #999; padding: 2px 4px; margin-left: 5px; }
.tabinfo textarea { width: 260px; vertical-align: bottom; height: 120px; }
.tabinfo select { width: 100px; border: 1px solid #ccc; padding: 0px 2px; margin-left: 10px; }
.tabinfo input.text { width: 150px; }
.tabinfo input.large { width: 300px; margin-bottom: 2px; }
.tabinfo input.submit {
	width: 115px;
	background: #003668;
	border: 1px outset #eee;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
}
.tabinfo form { margin: 0px; }

/* Bildvorschau */

a.picture {
text-decoration: none
}

a.picture:hover {
background: #AA0000;
text-decoration: none;
}

a.picture span {
visibility: hidden;
position: absolute;
left: 15em;
margin-top: 10em;
padding: 1em; 
text-decoration: none;
}

a.picture:hover span {
visibility: visible;
border: 1px solid #FFFFFF;
color: #000000;
background: #AA0000;
text-decoration: none;
}

tr.vserver_farbe {
background-color: #EEEEEE;
}

tr.vserver_white {
background-color: #FFFFFF;
}

td.vserver_farbe {
background-color: #EEEEEE;
}

td.vserver_white {
background-color: #FFFFFF;
}

td.vserver_vline {
background: url(./images/vserver/vline.gif) repeat-y;
width: 10px;
}

tr.vserver_border_top {
border-top: 1px solid #000000;
}

tr.vserver_border_bottom {
border-bottom: 1px solid #000000;
}

table.vserver_os {
background-color: #FFF7C1;
border: 1px solid #AAAAAA;
}

td.webspace_desc {
padding-left:5px;
}

td.webspace_werte {
text-align:center;
border-left: 1px solid #AAAAAA;
}
