body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	background-color: #2D83D8;
	background-image: url(../graphics/bg.gif);
}

#main {
	position:absolute;
	left: 50%;
	top: 6px;
	margin-left:-380px;
	width: 780px;
	height: 800px;
	background-color:#FFFFFF;
}

#main #bgTop1 {
	width:780px;
	height: 41px;
	background:url(../graphics/bg_top1.jpg)
}

#main #bgTop1 #topSubmenu {
	position:relative;
	left:30px;
	top: 20px;
	color: #FFFFFF;
}

#main #bgTop1 #lblDatum {
	position:relative;
	left:650px;
	top:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#main #bgTop2 #menu {
	position:absolute;
	left:288px;
	top:91px;
	width:443px;
	height:45px;
	cursor:pointer;
}

#main #bgTop2 {
	width:780px;
	height: 95px;
	background:url(../graphics/bg_top2.jpg);
}
#main #bgMain {
	width:780px;
	height: 624px;
	background:url(../graphics/bg_main.jpg)
}

#circle1 {
	position:absolute;
	left:125px;
	top:136px;
	background-image: url(../graphics/circle_1.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 36px;
}

#circle2 {
	position:absolute;
	left: 7px;
	top: 136px;
	background-image: url(../graphics/circle_2.jpg);
	background-repeat: no-repeat;
	width: 44px;
	height: 80px;

}

#main #bgMain #dataLeft {
	position:relative;
	left:7px;
	top:0px;
	width:498px;
	height:592px;
	background-image:url(../graphics/bg_data.jpg);
}


#main #bgMain #dataLeft #dataLeftCenter {
	position:relative;
	left:34px;
	top:56px;
	width:442px;
	height:440px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
}

#main #bgMain #frmDataRight #dataRight {
	position:absolute;
	left:506px;
	top:194px;
	width:264px;
	height:514px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	background-image:url(../graphics/bg_subdata.jpg);
}

#main #bgMain #frmDataRight #dataRight #dataRightCenter {
	position: relative;
	top:20px;
	left:10px;
	width: 239px;
	height: 470px;
	overflow: auto;
}


#main #bgMain #dataLeft #dataLeftCenter #dataHeader {
}

#main #bgMain #dataLeft #dataLeftCenter #dataScroll {
	height:440px;
	overflow:auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #DCE0BF;
	border-bottom-color: #CEF1CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: justify;
	color: #002C6C;
	margin-right: 5px;
	padding-left: 5px;
}

.textInline {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10px;
}


#main #data #dataRight {
	position:absolute;
	left:390px;
	top:316px;
	width: 390px;
	height: 431px;
	background-color:#dddddd;
}

#main #bottom {
	width: 780px;
	height: 40px;
	background-image:url(../graphics/bg_bottom.jpg);
	background-repeat: no-repeat;
}

#main #bottom #menuBottom {
	width:780px;
	text-align: center;
	padding-top: 5px;
}

.submenu {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.submenu:hover {
	text-decoration: underline;	
}

#copyright {
	font-size: 10px;
	font-weight: normal;
	color: #F8F8F8;
	position: absolute;
	left: 50%;
	margin-left:-390px;
	top:802px;
	width: 780px;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-top:0px;
	margin-bottom: 2px;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #004488;
	margin: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.formular {
	font-size: 12px;
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.header {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formular .input {
	width: 250px;
	margin-top: 2px;
}

.formular .textarea {
	width: 300px;
	height: 150px;
	margin-top: 2px;
}

.lblError {
	color: #FF0000;
	background-color: #FFE8E8;
	border: 1px solid #FF0000;
	padding: 5px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:300px;
}

.lblErrorSmall {
	color: #FF0000;
	background-color: #FFE8E8;
	border: 1px solid #FF0000;
	padding: 5px;
	margin-left: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:200px;
}

.lnkDownload {
	position:relative;
	top:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006600;
	background-color: #F2FFF2;
	border: 2px solid #D2F1CF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

.lnkDownload:hover {
	text-decoration: underline;	
}

.fntTextSmallGray {
	font-size: 9px;
	color: #666666;	
}

.lnkText {
	background-color: #E7F1EE;
	text-decoration: none;
	color: #0000CC;
	padding: 1px;
}

.lnkTextHeader {
	background-color: #E7F1EE;
	text-decoration: none;
	color: #0000CC;
	padding: 1px;
	font-weight: bold;
}

.lnkTextHeader:hover {
	text-decoration: underline;
	background-color:#CEF1CE;
}

.lnkTextSmall {
	background-color: #E1FFE1;
	text-decoration: none;
	font-size: 10px;
}

.lnkTextSmall:hover {
	text-decoration: underline;
}

.lnkText:hover {
	text-decoration: underline;
	background-color:#CEF1CE;
}

#btnImpressum {
	position:absolute;
	top:735px;
	left:695px;
	width:73px;
	height:14px;
	cursor: pointer;
}

.lnkUrl {
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.lnkUrl:hover {
	text-decoration: underline;
}

.tblHostingOverview {
	padding:0px;
	margin:0px;
	width:100%;
	background-color: #ffffff;
	border: 1px solid #A4E6A4;
}

.tblHostingOverviewSmall {
	padding:0px;
	margin:0px;
	width:400px;
	background-color: #ffffff;
	border: 1px solid #A4E6A4;
}

.tblHostingOverview .tdBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #a4e6a4;
	border-right-color: #a4e6a4;
	border-bottom-color: #a4e6a4;
	border-left-color: #a4e6a4;
}

.tblHostingOverviewHeader {
	width:100%;
	background-color:#DBE1B3;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
}

.tblHostingOverviewHeaderMedium {
	width:400px;
	background-color:#DBE1B3;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.tblHostingOverviewHeaderSmall {
	width:300px;
	background-color:#999999;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
}

.tblHostingOverview .header {
	font-weight: bold;
	text-align: center;	
	margin-bottom:5px;
	background-color:#FFFFFF;
}

.tblHostingOverview .text {
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
	margin: 5px;
}

.lnkBestellen {
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}

.lnkBestellen:hover {
	background-color: #DCE2B4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C1CFD0;
	border-right-color: #C1CFD0;
	border-bottom-color: #C1CFD0;
	border-left-color: #C1CFD0;
}

.fntPreis {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

.hostingInfo {
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 10px;
}

.hostingReferenz {
	font-size: 10px;
	color: #666666;
}

.lnkTextbox {
	background-color: #C2D0D1;
	border: 3px solid #C2D0D1;
	width: 170px;
	padding: 5px;
	font-size: 10px;
}

.lnkTextbox:hover {
	background-color: #CEE6D0;
	text-decoration:underline;
	cursor:pointer;
}

.fntSumme {
	font-size: 12px;
	font-weight: bold;	
}

.fntBold {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fntSummeInfo {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}

.fntSummeInfoOverview {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	text-align: left;
}


.priceUp {
	font-variant: small-caps;
	font-size: 10px;
	vertical-align: top;
}

.tdBorder:hover {
	background-color: #CEE6D0;
}

.tdBorderBlank:hover {
	background-color: #CEE6D0;
}

.btnTextSmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor:pointer;
}

.tblInformation {
	width:400px;
	font-size: 10px;
	color: #000099;
	background-color: #FFFFFF;
	border: 1px solid #A4E6A4;
	margin: 0px;
	padding: 5px;
}

.tblInformationHead {
	font-weight: bold;	
}
.tblInformationTR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.tblInformationTR:hover {
	background-color: #CEE6D0;
	cursor:default;
}

.hostingInfoPreis {
	width: 400px;
	background-color: #CEF1CE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.hostingInfoPreis:hover {
}

.bannerHosting {
	margin-bottom: 10px;
	cursor:pointer;
}

.tblHostinfo {
}

.tblHostinfo .header {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
}

.tblHostinfo .text {
	font-size: 10px;
}

.textSmall {
	font-size: 10px;
}

.submenuLink {
	color: #FFFFFF;
	text-decoration: underline;
}

.formTabelle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}

.formTabelle .formHeader {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

.formTabelle .formData {
	font-size: 9px;
}

.listSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

.referenzAdress {
	font-size:9px;
}