html,body,form,input {
	margin:                            0;
	padding:                           0;
}

html {
	height:                            101%;
}

body {
	/*	background-color:                  #BBC6CC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #E9E9E9;
}

a {
	text-decoration:                   none;
	color: #333333;
}

input {
	border:                            1px solid #000000;
	background-color:				   #FFFFFF;
	padding:                           0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
input.button {
	background-color:#FFFFFF;
	color:#333333;
	border:1px solid #000000;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
}
.clickable {
	cursor:                            pointer;
}

.buttonize {
	background:                        url('/pics/bgr-button.jpg');
	border:                            1px solid rgb(222,222,222);
}

#wrapper {
	margin:                            0;
	margin-top:                        0;
	background-image: url(/css/bg.gif);
	background-repeat: repeat-x;
}

#topbar {
	background:                        url('dnsstuff.jpg') no-repeat top left;
	height:                            163px;
	background-color: #BBC6CC;
}
#IPInfo {
	background-color: #BBC6CC;
}
#Google1 {
	left: 270px;
	top: 15px;
	position: absolute;
}
#sidebar {
	border:1px dotted #333333;
	float:                             right;
	width:                             200px;
	height:                            800px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

#buttons {
	list-style:                        none;
	margin:                            0;
	padding:                           0;
}

#buttons a {
	color:                             #333333;
	display:                           block;
	font-weight:                       bold;
	padding:                           11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#buttons a:hover {
	color:                             #333333;
	background-color: #E9E9E9;
}

.bigbox {
	border:                            1px dotted #333333;
	float:                             left;
	width:                             246px;
	overflow:                          hidden;
	margin-bottom: 8px;
	padding: 0px;
	height: auto;
	background-color: #D4E0E7;
}
.KontaktTiteltoolbox {
	border:                            1px solid #333333;
	height:                            20px;
	overflow:                          hidden;
	width: 499px;
	margin-bottom: 8px;
	background-color: #E9E9E9;
	font-weight: bold;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.Kontaktbigbox {
	border:                            1px solid #333333;
	width:                             504px;
	overflow:                          hidden;
	margin-bottom: 8px;
	background-color: #D4E0E7;
	padding: 0px;
	height: auto;
}
#KontaktTools{
	width:                             504px;
	margin:                            2px;
}
#DomainNameTools{
	float:                             left;
	width:                             246px;
	margin:                            2px;
	height: 770px;
}
#IPTools{
	float:                             left;
	width:                             246px;
	margin:                            2px;
	height: 770px;
}
#HostNameTools{
	float:                             left;
	width:                             246px;
	margin:                            2px;
	height: 770px;
}
#AllgemeinTools{
	float:                             left;
	width:                             254px;
	margin:                            2px;
}
.toolbox {
	border:                            1px dotted #666666;
	float:                             left;
	width:                             246px;
	overflow:                          hidden;
	margin-bottom: 8px;
	padding: 0px;
	height: 180px;
	background-image: url(/css/boxbg.gif);
	background-repeat: repeat-y;
	/*	background-color: #D4E0E7;*/
}
.toolboxinhalt {
}
.Titeltoolbox {
	border:                            1px dotted #333333;
	float:                             left;
	height:                            20px;
	overflow:                          hidden;
	width: 241px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	color:#333333;
	background-image: url(/css/titelboxbg.gif);
	background-repeat: repeat-x;
}
#footer {
	border-top:                        1px solid rgb(255,255,255);
	clear:                             both;
	color:                             #333333;
	text-align:                        center;
}
.ArialfettInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.BOXSchliessen {
	font-size: 11px;
	font-weight: normal;
	float: right;
	position: relative;
	top: -16px;
	right: 5px;
	height: auto;
	width: 105px;
}
