@CHARSET "UTF-8";

/* css major */
body {
	margin: 0px;
	font-family: Verdana, 'Arial CE', Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
	
}

a:link, a:active, a:visited {
	color: #777FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}

#header	{
	width: 980px;
	height: 102px;
	margin: auto;
	margin-top:	5px;
	_margin-bottom: -2px;
	background-color: #000000;
}

.head_logo {
	width: 309px;
	height: 102px;
	float: left;
	background-repeat: no-repeat;
}

.head_line {
	width: 671px;
	height: 102px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/bg_head2.jpg);
}

#inside {
	width: 980px;
	min-height: 350px;
	_height: 350px;
	margin: auto;
	padding-top: 20px;
	border-bottom: 1px solid #777FFF;
	background-color: #000000;
}

#footer {
	width: 980px;
	height: 42px;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_foot.jpg);
	background-color: #000000;
}

.sign {
	width: 960px;
	margin: auto;
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}       

.sign a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.sign a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.sign a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sign a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.admin_links {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	text-align: right;
}

.admin_links a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.admin_links a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.admin_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.admin_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* menu */

.top_menu {
	width: 980px;
	height: 51px;
	text-align: center;
	margin: auto;
    background-color: #000000;
}

.button_cent {
	width: 905px;
	height: 51px;
	margin: auto;
}

.hid {
	height: 51px;
	display: block;
	visibility:	hidden;
	font-size: 1px;
	line-height: 0px;
}

#menu_onas_aktiv a {
	width: 148px;
	height: 51px;
	float: left;
	display: block;
	background-image: url(images/button_o_nas.jpg);
	background-position: left bottom;
}

#menu_onas a {
	width: 148px;
	height: 51px;
	float: left;
	display: block;
	background-image: url(images/button_o_nas.jpg);
}

#menu_onas a:hover {
	background-position: left bottom;
}

#menu_webdesign_aktiv a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_webdesign.jpg);
	background-position: left bottom;
}

#menu_webdesign a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_webdesign.jpg);
}

#menu_webdesign a:hover {
	background-position: left bottom;
}

#menu_webhosting_aktiv a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_webhosting.jpg);
	background-position: left bottom;
}

#menu_webhosting a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_webhosting.jpg);
}

#menu_webhosting a:hover {
	background-position: left bottom;
}

#menu_reference_aktiv a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_reference.jpg);
	background-position: left bottom;
}

#menu_reference a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_reference.jpg);
}

#menu_reference a:hover {
	background-position: left bottom;
}

#menu_kontakt_aktiv a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_kontakt.jpg);
	background-position: left bottom;
}

#menu_kontakt a {
	width: 148px;
	height: 51px;
	float: left;
	margin-left: 41px;
	display: block;
	background-image: url(images/button_kontakt.jpg);
}

#menu_kontakt a:hover {
	background-position: left bottom;
}

/* hosting */

#hostings {
	width: 905px;
	height: 249px;
	margin: auto;
	margin-top: 20px;
}

#mini-hosting {
	width: 249px;
	height: 249px;
	float: left;
	background: url(images/mini-hosting.jpg) no-repeat;
	border: 0;
}

#standard-hosting {
	width: 249px;
	height: 249px;
	margin: 0 0 0 79px;
	float: left;
	background: url(images/standard-hosting.jpg) no-repeat;
	border: 0;
}

#maxi-hosting {
	width: 249px;
	height: 249px;
	float: left;
	margin: 0 0 0 79px;
	background: url(images/maxi-hosting.jpg) no-repeat;
	border: 0;
}

.host-txt {
	position: relative;
	margin: 70px 0 0 50px;
}

.host-lnk {
	position: relative;
	margin: 40px 0 0 40px;
}

/* boxes */

.box-black {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #777FFF #777FFF #777FFF #777FFF;
	margin: auto !important;
	padding: 10px;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat
}
.box-black .corner1 {
	font-size: 1px;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 13px;
	height: 13px;
	background-image: url('images/cornerb1.jpg');
	background-repeat: no-repeat
}
.box-black .corner2 {
	font-size: 1px;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 13px;
	height: 13px;
	background-image: url('images/cornerb2.jpg');
	background-repeat: no-repeat
}
.box-black .corner3 {
	font-size: 1px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 13px;
	height: 13px;
	background-image: url('images/cornerb3.jpg');
	background-repeat: no-repeat
}
.box-black .corner4 {
	font-size: 1px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 13px;
	height: 13px;
	background-image: url('images/cornerb4.jpg');
	background-repeat: no-repeat
}

/* fonts */

.bold {
	font-weight: bold;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding-bottom: 2px;
	color: #707BBD;
}

.cl {
	height: 1px;
	clear: both;
}
