tml {
}
body {
font-family: Arial;
background-color: #ebedec;
margin: 0;
background-image: url(images/body_bg.gif);
background-repeat: repeat-x;
}

a {
color: #606D76;
text-decoration: none;
text-decoration: underline;
}
a:hover {
color: #000;
text-decoration: underline;
}

img {
border: 0;
}


/* HEADER */
#header {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height:	128px;
width:	834px;
margin: 0 auto;
padding-left: 56px;
padding-right: 56px;
}


/* TOPMENU */
#header ul#topmenu {
margin: 0 0 0 0;
padding: 12px 16px 1px 18px;
height: 25px;
background-color: #acb2ae;
border: 1px solid #fff;
border-top-width: 0px;
}

#header ul#topmenu li {
display: inline;
float: left;
font-size: 10px;
}

#header ul#topmenu li.right {
float: right;
}

#header ul#topmenu li a {
display: block;
width: auto;
margin: 0 10px;
color: #fff;
text-decoration: none;
}

#header ul#topmenu li a:hover {
color: #606D76;
}


/* MENU */
#header ul#menu {
margin: 0 0 0 0;
padding: 64px 0 0 0;
float: right;
}

#header ul#menu li {
display: block;
float: left;
font-size: 10px;
margin-right: 3px;
}
#header ul#menu li a {
text-align: center;
display: block;
height: 19px;
padding-top: 6px;
}
#header ul#menu li a:hover {
background-position: 0 -26px;
}
#header ul#menu li a span {
display: none;
}

#header ul#menu li#menu_home a {
background-image: url(images/menu_unternehmen.png);
width: 105px;
}

#header ul#menu li#menu_it_sicherheit a {
background-image: url(images/menu_it_sicherheit.png);
width: 94px;
}

#header ul#menu li#menu_internetdienste a {
background-image: url(images/menu_internetdienste.png);
width: 114px;
}

#header ul#menu li#menu_netzwerk a {
background-image: url(images/menu_netzwerk.png);
width: 65px;
}

#header ul#menu li#menu_systemdesign a {
background-image: url(images/menu_systemdesign.png);
width: 105px;
}

#header ul#menu li#menu_datensicherheit a {
background-image: url(images/menu_datensicherheit.png);
width: 114px;
}


/* SITE */

#site_bg {
width: 934px;
background-color: #dcdfdd;
background-image: url(images/site_bg.png);
background-repeat: repeat-x;
margin: 0 auto;
}

#site_bottom {
background-position: bottom left;
padding-bottom: 80px;
background-image: url(images/site_bottom.jpg);
background-repeat: no-repeat;
}

#site_left {
background-image: url(images/site_left_2.png);
background-repeat: repeat-y;
}

#site_left_inner {
float: left;
height: 639px;
width: 51px;
background-repeat: no-repeat;
background-image: url(images/site_left_1.jpg);
}

#site_right {
float: right;
background-image: url(images/site_right_2.png);
background-repeat: repeat-y;
width: 883px;
background-position: top right;
}

#site_right_inner {
float: right;
height: 639px;
width: 51px;
background-repeat: no-repeat;
background-image: url(images/site_right_1.jpg);
}

#site {
width: 778px;
border-top: 1px solid #fff;
padding: 40px 27px 0 27px;
font-size: 12pt;
}


/* MAIN */
#main {
background-image: url(images/main_bg.png);
background-color: #959B97;
border: 1px solid #fff;
margin-bottom: 25px;
padding: 35px 30px 20px 30px;
color: #fff;
}

#main .icon {
float: left;
}

#main .content {
line-height: 20px;
letter-spacing: 0px;
margin: 0 50px 0 100px;
}

#main h1, .browser_box h1 {
margin-top: 0;
font-size: 15pt;
text-transform: uppercase;
font-weight: 100;
letter-spacing: 3px;
}
#main h2 {
margin-top: 0;
font-size: 120%;
text-transform: uppercase;
font-weight: 100;
letter-spacing: 0.3em;
}
#main h3 {
margin-top: 0;
font-size: 110%;
text-transform: uppercase;
font-weight: 100;
letter-spacing: 0.3em;
}
#main h4 {
	font-family: Arial; 
        margin-top: 0;
        font-size: 16px;
	font-weight: normal;
}

/* BRIGHT MAIN BOX (sub pages) */
.brightbox {
	width: 559px;
	border: 1px solid #fff;
	margin: 0 auto;
	position: relative;
	background-image: url(images/brightbox_bg.png);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	color: #68696b;
}

div.brightbox_wide {
	width: 759px;
	width: 100%;
}

.brightbox h1 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.brightbox h2 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-size: 13pt;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.brightbox h3 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.brightbox .alpha {
	background-image: url(images/alpha_brightbox.png);
	height: 121px;
	width: 559px;
}
.brightbox .inner {
	margin: 0 40px 30px 40px;
}
.brightbox .inner p {
	line-height: 1.4em;
/*	text-align: justify; */
}
.brightbox ul {
	line-height: 1.4em;
}

.brightbox .inner a {
	z-index: 3;
}
.brightbox .icon {
	position: absolute;
	left: -80px;
}

.mirrored-brightbox {
	background-image: url(images/mirrored_brightbox.png);
	height: 60px;
	width: 561px;
	margin: 10px auto 0 auto;
}

/* ALPHA */
.alpha {
	left: 0px;
	position: absolute;
	z-index: 100;
}

/* BADGES */
.badge {
	left: -38px;
	top: -50px;
	position: absolute;
	z-index: 3;
	background-repeat: no-repeat;
	width: 95px;
	height: 95px;
}
#box_news .badge {
	width: 76px;
	height: 76px;
	left: -20px;
	top: -25px;
	background-image: url(images/badge_news.png);
}
.webhosting .badge {
	background-image: url(images/badge_webhosting.png);
}
.serverhousing .badge {
	background-image: url(images/badge_serverhousing.png);
}
.rootserver .badge {
	background-image: url(images/badge_rootserver.png);
}
.managed-services .badge {
	background-image: url(images/badge_managed_services.png);
}




/* BOXES */

#boxes {
	background-image: url(images/boxes_bg.png); 
	background-repeat: repeat-y;
}

#boxes .bottom {
	background-image: url(images/boxes_bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	clear: both;
}

.mirrored-boxes {
	background-image: url(images/mirrored_boxes.png);
	height: 60px;
	width: 778px;
	margin: 10px auto 0 auto;
}

.box {
	border: 1px solid #fefefe;
	border-bottom-width: 0px;
	background-image: url(images/box_bg.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	position: relative;
	color: #68696b;
}
.box .inner {
	margin: 0 10px 10px 10px;
}
.box .inner p {
	line-height: 1.3em;
}

.box h2 {
	text-align: center;
	font-size: 13pt;
}

.box .logo {
	display: block;
	width: 200px;
	height: 106px;
	border: 0px solid #fff;
}

#box_news, #box_internetdienste, #box_video_broadcast {
	width: 493px;
	float: left;
/*	text-align: justify; */
}
#box_news .alpha, #box_internetdienste .alpha, #box_video_broadcast .alpha {
	background-image: url(images/alpha_news.png);
	height: 89px;
	width: 493px;
}
#box_news .inner {
	margin-right: 40px;
}
#box_video_broadcast .inner {
	margin: 0 40px 10px 40px;
}

#news ul, #status ul {
	padding-left: 12px;
}

#box_news li a, #news li a {
	display: block;
	text-decoration: none;
}

#box_news li a:hover, #news li a:hover {
}

#box_right .inner {
	margin: 0 15px 0 15px;
}

#box_right {
	width: 252px;
	float: right;
/*	text-align: justify; */
}
#box_right #logos {
	height: 106px;
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

#box_right .alpha {
	background-image: url(images/alpha_referenzen.png);
	height: 89px;
	width: 252px;
}

dl {
	clear: left;
	padding-top: 0em;
}

dt {
	float: left;
	clear: left;
	text-align: right;
	line-height: 1.6em;
}
dd {
	width: auto;
	float: left;
	line-height: 1.6em;
}

hr {
	clear: left;
	margin: 4em auto 3em auto;
	display: block;
	width: 80%;
	color: #c6cacb;
	background-color: #c6cacb;
	height: 1px;
	border: 0;
}

/* INTERNETDIENSTE */

#buttons_internetdienste {
	background-image: url(images/internetdienste.png);
	background-repeat: no-repeat;
	background-position: 0 14px; 
	height: 200px;
	width: 152px;
	float: right;
	margin: 0;
	padding: 0 0 0 32px;
	position: relative;
	right: -50px;
}

#buttons_internetdienste li {
	list-style-type: none;
	margin: 0 0 13px 0;
	padding:0;
}
#buttons_internetdienste li a {
	width: 120px;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
}
#buttons_internetdienste li em {
	width: 120px;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 -34px;
}
#buttons_internetdienste li a strong, #buttons_internetdienste li em strong {
	display: none;
}
#buttons_internetdienste li a:hover {
	background-position: 0 -34px;
}
#buttons_internetdienste li.webhosting a, #buttons_internetdienste li.webhosting em {
	background-image: url(images/btn_webhosting.png);
}
#buttons_internetdienste li.serverhousing a, #buttons_internetdienste li.serverhousing em {
	background-image: url(images/btn_serverhousing.png);
}
#buttons_internetdienste li.rootserver a, #buttons_internetdienste li.rootserver em {
	background-image: url(images/btn_rootserver.png);
}
#buttons_internetdienste li.managed-services a, #buttons_internetdienste li.managed-services em {
	background-image: url(images/btn_managed_services.png);
}

#box_internetdienste .inner {
	margin: 0 60px 10px 60px;
}

.browser_box {
	background: url(images/browser_bg.jpg) repeat-x;
	height: 417px;
	width: 776px;
	border: 1px solid #fff;
	margin-bottom: 30px;
	color: #fff;
}
.browser_top {
	margin-top: 35px;
	height: 146px;
}
.browser_box h1 {
	padding-top: 14px;
}
.browser_box .icon {
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}
.browser {
	overflow: hidden;
	position: relative;
	height: 236px;
}

.browser ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
        
.browser ul li {
	display: inline;
}

.slider span {
	color: #fff;
	font-size: 11px;
	z-index: 110;
	top: 5px;
	cursor: pointer;
	position: absolute;
	width: 140px;
	text-align: center;
}
.slider .label1 { left: 15px; }
.slider .label2 { left: 155px; }
.slider .label3 { left: 305px; }
.slider .label4 { left: 450px; }
.slider .label5 { left: 595px; }

.slider_bg {
	top: 201px;
	width: 746px;
	margin: 0 15px 0 15px;
	background: url(images/slide_bar.png) no-repeat;
	height: 23px;
	position: relative;
}
.slider {
	width: 704px;
	height: 23px;
	margin-left: 21px;
}
.handle {
	position: absolute;
	height: 15px;
	width: 122px;
	top: 4px;
	margin-left: 21px;
	background: url(images/slide_button.png) no-repeat;
	z-index: 100;
}

#variable small {
	display: block;
	text-align: center;
	color: #606D76;
	margin: 1em;
	font-size: 10px;
}

/* REFERENZEN */
#referenzen .logo {
	width: 200px;
	float: right;
}



/* IMPRESSUM */

#impressum dl.kontakt dt {
	width: 60px;
}
#impressum dt {
	width: 120px;
}
#impressum dd {
	margin-left: 20px;
}


/* KONTAKT */
#kontakt dt {
	width: 60px;
}
#kontakt dd {
	margin-left: 20px;
}
#kontakt form {
	clear: left;
	padding-top: 3em;
}
#kontakt fieldset {
	clear: left;
	margin: 0 0 1em 0;
	padding: 0;
	border-width: 0;
}
#kontakt fieldset label {
	width: 60px;
	float: left;
	clear: left;
	text-align: right;
	line-height: 1.6em;
}
#kontakt input.button {
	margin: 0 auto;
	display: block;
	padding-left: 60px;
}
#kontakt fieldset input {
	display: inline;
	width: 80%;
	float: left;
	padding: 2px;
	margin: 0 0 3px 20px;
	border: 1px solid #c6cacb;
}
#kontakt fieldset textarea {
	margin-left: 80px;
	width: 80%;
	padding: 2px;
	height: 175px;
	border: 1px solid #c6cacb;
}

form.styled {
	clear: left;
	padding-top: 1em;
}
form.styled fieldset {
	clear: left;
	margin: 0 0 1em 0;
	padding: 0;
	border-width: 0;
}
form.styled fieldset label {
	width: 110px;
	float: left;
	clear: left;
	text-align: right;
	line-height: 1.6em;
}
form.styled input.button {
	margin: 0 auto;
	display: block;
	padding-left: 100px;
}
form.styled fieldset input {
	display: inline;
	width: 70%;
	float: left;
	padding: 2px;
	margin: 0 0 3px 20px;
	border: 1px solid #c6cacb;
}
form.styled fieldset textarea {
	display: inline;
	width: 70%;
	float: left;
	padding: 2px;
	margin: 0 0 3px 20px;
	border: 1px solid #c6cacb;
}
form.styled fieldset select {
	display: inline;
	width: 70%;
	float: left;
	padding: 2px;
	margin: 0 0 3px 20px;
	border: 1px solid #c6cacb;
}
form.styled fieldset input.checkbox {
	width: 2em;
}


table.styled {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #fff;
}
table.styled a {
	text-decoration: none;
}
table.styled .grid1 {
	background-color: #dcdfdd;
}
table.styled .grid2 {
	background-color: #ebedec;
}
table.styled .total {
	background-color: #c6cacb;
	font-weight: bold;
}
table.styled .total td {
	border-bottom: 3px solid #fff;
}
table.styled .id {
	text-align: left;
}
table.styled .username {
	text-align: left;
}
table.styled .email {
	text-align: right;
}
table.styled .traffic {
	text-align: right;
}
table.styled .servername {
	text-align: left;
}
table.styled .date {
	text-align: left;
}
table.styled .ip {
	text-align: left;
}
table.styled .bytes {
	text-align: right;
}
table.styled .graph {
	text-align: right;
}
table.styled .customer {
	text-align: left;
}
table.styled .product {
	text-align: left;
}
table.styled .graph img {
	background-color: #fff;
	border: 1px solid #c6cacb;
}
table.styled th {
	height: 2em;
	background-color: #fff;
	padding: 0 1em;
	border-bottom: 1px solid #68696b;
	border-top: 1px solid #68696b;
}
table.styled td {
	padding: 0 1em 0 1em;
	border-top: 1px solid #fff;
	line-height: 2em;
}
table.styled td.graph {
	padding-right: 0;
}

table.styled tr:hover {
	background-color: #fff;
}

img.graph {
	border: 1px solid #fff;
	margin: 0 auto 2em auto;
}

ul.linkblock {
	list-style: none;
	margin: 0 0 5em 0;
	padding: 0;
}
.linkblock li {
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	border-top: 1px solid #68696b;
	border-bottom: 1px solid #68696b;
}
.linkblock li strong {
	background-color: #fff;
	display: block;
	padding: 3px 10px;
	font-weight: normal;
	background-color: #aaa;
	color: #fff;
}
.linkblock li a {
	background-color: #fff;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}
.linkblock li a:hover {
	background-color: #999;
	color: #fff;
}

form.styled fieldset.agb label {
	width: auto;
	margin-left: 130px;
}
form.styled fieldset.agb input {
}

form.styled fieldset label.kk input {
}
form.styled fieldset label.kk {
	margin-left: 130px;
	width: auto;
}

/* LOG */

.log {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #68696b;
}

.notice {
	color: #009900;
}

.warning {
	color: #ff6600;
}

.error {
	color: #ff0000;
}


/* POWERED BY */

#powered-by {
	margin-top: 30px;
}

#powered-by .text {
	margin: 6px 15px 0px 204px;


}

#powered-by img {
	vertical-align: middle;
	margin-left: 3px;
}

.pagination {
	text-align: center;
}

.clear {
	clear: both;
}

.right {
	float: right;
}


/* REMOTE */
.teamviewer-windows, .teamviewer-mac {
	display: block;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-indent: 54px;
	width: 205px;
	height: 20px;
	text-align: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-size: 80%;
	line-height: 17px;
}

.teamviewer-mac {
	background-image: url("images/teamviewer-mac.png");
}
.teamviewer-windows {
	background-image: url("images/teamviewer-windows.png");
}


/* FIXES */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {display: block;}
/* End hide from IE-mac */

