@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFCC;
}
.logo_top {
	background-image: url(../images/dakode_logo.png);
	background-repeat: no-repeat;
	height: 40px;
}
 #container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 #header {
	height: 106px;
	color: #000000;
	width: 800px;
}
 .topheader_home {
	height: 80px;
	background-image: url(../images/home_top_header.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}

 .topheader_about {
	height: 80px;
	background-image: url(../images/about_topheader.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}
 .topheader_download {
	height: 80px;
	background-image: url(../images/download_topheader.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}

 .topheader_register {
	height: 80px;
	background-image: url(../images/register_topheader.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}
 .topheader_contact {
	height: 80px;
	background-image: url(../images/contact_topheader.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}

 .topheader_activationcode {
	height: 80px;
	background-image: url(../images/activationcode_header.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}
 .topheader_login {
	height: 80px;
	background-image: url(../images/login_topheader.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/white_bg2.png);
	background-repeat: repeat-y;
}

 #mainpage {
	background-repeat: no-repeat;
	height: 449px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#bottom_white_shadow {
	background-image: url(../images/white_bottom_bg2.png);
	background-repeat: no-repeat;
	margin-right: 3px;
	background-position: left top;
	height: 8px;
	margin-left: 3px;
}

 #footer {
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: center;
	padding: 5px;
}


 .nav_getstarted {
	width: 195px;
	position: absolute;
	left: 589px;
	top: 500px;
	height: 69px;
}


 .navigation {
	background-color: #000000;
	height: 20px;
	text-align: right;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	margin-right: 3px;
	margin-left: 3px;
}
 .navigation ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
 .navigation li {
	display: inline;
	padding: 5px;
}
 .navigation a {
	color: #FFFFFF;
}
 .navigation a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
}
 .navigation .selected a {
	color: #666666;
}
#mainContent .subheader  {
	font-size: 18px;
	color: 999966;
}

h1 {
	font-family: "Stag Sans Light";
	font-size: 30px;
	line-height: 50px;
}

.text_serioustec {
	color: #FCA61B;
	font-size: 14px;
}

.subnav {
	text-align: right;
	width: 800px;
	font-size: 10px;
}
.subnav a{
	text-decoration: none;
}
.subnav a:hover {
	text-decoration: underline;
}

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

.tbl_   {
}

#img_download a {
	text-decoration: none;
}

#img_forum {
	text-decoration: none;
}

.subheadline {
	font-size: 18px;
	color: #999966;
}

.bt_blue {color: #26B9C3}

.bt_indent {
	padding-left: 10px;
}

.formbutton{
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #33CCCC;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 10px;
	border: 1px solid #33CCCC;
}

.textfield {
	border: 1px solid #CCCCCC;
}

#AIRDownloadMessageTable {
	width: 217px;
	height: 180px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#AIRDownloadMessageRuntime {
	font-size: 12px;
	color: #333;
}

