@charset "utf-8";

* {
	margin: 0 auto;
	padding: 0;
}
html, body {
	height: 100%;
}
blockquote {
	margin-left: 30px;
	padding: 5px;
}
body {
	min-height: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
li, dd {
 padding-bottom: 10px;
}
a:visited { color: #990000 }
ul, ol { margin: 0.5cm 1cm; }
.clearthis {
	margin: 0px;
	height: 1px;
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}
p {
	margin-top: 6px;
	margin-bottom: 18px;
	text-indent: 20px;
}
h1 {
	font: normal 28px "Times New Roman", Times, serif;
	color: #990000;
}
fieldset {
 padding: 0;
 border: none;
 }
img {
	border: 0px none #000000;
	background: transparent;
}

label {
	width: 4.5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
	color: #CCCCCC;
}

.submit input {
	margin-left: 4.5em;
	color: #CCCCCC;
	background: #000066;
	border: 1px outset #d7b9c9;
	font: bold 12px tahoma, arial, sans-serif;
	padding: .2em;
	-moz-border-radius:1ex; /*for rounding*/
	-webkit-border-radius:1ex;
} 
input, textarea {
	border: 1px solid #999999;
	padding: 4px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius:1ex; /*for rounding*/
	-webkit-border-radius:1ex;
}

#KuntaiNer #headerLeft {
	background: url(/images/logo_tag.gif) no-repeat left top;
	height: 123px;
	width: 608px;
	margin-top: 10px;
}
#KuntaiNer #headerLeft #headerHeadline {
	background: url(/images/final_headline.gif) no-repeat left top;
	height: 61px;
	width: 625px;
	margin: 120px 0 0 0;
}
#KuntaiNer #headerRight {
	width: 250px;
	background: url(/images/downGrad.jpg) repeat-x right top;
}
#KuntaiNer {
	width: 980px;
	text-align: justify;
	min-height: 100%;
}
.Kontakt {
	width: 235px;
	background: url(/images/iPhone.png) no-repeat left top;
	height: 400px;
	margin-top: 20px;
	margin-right: 35px;
	color: #333333;
	float: right;
}
#kontent {
	width: 565px;
	padding: 0px 16px 20px 30px;
	font: 16px/1.2em Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.1em;
	float: none;
}
#menYou {
	width: 608px;
	float: left;
}
#eXclaiming {
	background: url(/images/sunshineSpecial.gif) no-repeat left top;
	height: 185px;
	width: 301px;
	margin-bottom: 65px;
}
.inline { display: inline; }
#headline {
	background: url(/images/excitement_headline.gif) no-repeat left top;
	height: 43px;
	width: 502px;
	margin-top: 130px;
}
#leftCol {
	width: 611px;
	float: left;
}

#rightCol {
	width: 301px;
	float: right;
	padding-top: 20px;
}

/* START MENU CSS ------------------------------------------------------------------------ */

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(/images/bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

/* ######### Wire Frame Menu CSS ######### */
    
.wireframemenu{
	font-weight: bold;
	width: 100%;
	border-top: 1px solid #000000;
	border-right: 0 solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0 solid #000000;
}

.wireframemenu ul{
	padding: 6px 0; /*1st and 3rd value should equal 1st and 3rd values of "padding" for link itself (see ul li a)*/
	margin: 0;
	text-align: center;
/*set value to "left", "center", or "right"*/
}

.wireframemenu ul li{
display: inline;
}

.wireframemenu ul li a{
	color: #990000;
	padding: 6px 15px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #999999;
}

.wireframemenu ul li a:hover, .wireframemenu ul li.selected a{
	color: black;
	background-color:#FFFF66;
}
/* END MENU CSS ------------------------------------------------------------------------ */
#KontentPaper {
	background: url(/images/notebook_topPape2.gif) no-repeat -2px top;
	width: 611px;
	top: 20px;
	margin-top: 50px;
	padding-top: 15px;
}
#footer {
	background: url(/images/footer.gif) no-repeat left 10px;
	height: 180px;
	width: 950px;
	border-top: 1px solid #999999;
	padding-top: 15px;
	margin-top: 50px;
	margin-left: 15px;
	position: relative;
	clear: left;
	float: left;
}
.rightBorder { border-right: 1px solid #999999; }
.Kontakt textarea { width: 215px; }

/* START TOOLTIP CSS ------------------------------------------------------------------------ */
a:hover {
	background:#ffff66;
	text-decoration:none;
} /*BG color is a must for IE6*/
a.tooltip span {
	display:none;
	padding:10px 15px 0px;
	margin-left:8px;
	width:400px;
	position: absolute;
	left: 150px;
	bottom: auto;
}
a.tooltip:hover span{
	display:inline;
	background:#FFFF99;
	border:1px solid #990000;
	color:#000000;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	z-index: 99;
}
/* END TOOLTIP CSS -------------------------------------------------------------------------- */

#footer_FAQ {
	font: italic 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 320px;
	position: relative;
	left: 210px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
p.noIndent { text-indent: 0px; }

/* START ACCORDIAN FAQ ----------------------------------------------------------------------- */

.FAQ_Header { /*header of 1st demo*/
	cursor: hand;
	cursor: help;
	margin-top: 25px;
	margin-bottom: 7px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	padding: 2px 5px;
	text-indent: 35px;
	background: url(/images/leftRedCurveArrow.gif) no-repeat left 3px;
}

.FAQopen { /*class added to contents of 1st demo when they are open*/ background: #FFFF66 url(/images/leftOrangeCurveArrow.gif) no-repeat left 3px; }

.FAQ_Content {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
/* END ACCORDIAN FAQ ----------------------------------------------------------------------- */
.contactForm {
	width: 450px;
	padding: 20px;
	border: 1px dashed #000066;
	-moz-border-radius:1ex; /*for rounding*/
	-webkit-border-radius:1ex;
}
.smRound {
	-moz-border-radius:1ex; /*for rounding*/
	-webkit-border-radius:1ex;
}
#FolioShow {
	margin-left: 23px;
	width: 189px;
	margin-top: 71px;
	height: 252px;
}
#PDAtxt {
	width: 215px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}
#FolioShowControls {
	width: 189px;
	text-align: center;
	height: 16px;
	float: left;
	padding-left: 25px;
}
#KuntaiNer #KontentPaper #kontent li {
	list-style: none;
	background: url(/images/PushPin.gif) no-repeat left 7px;
	padding-left: 32px;
	padding-bottom: 20px;
}
#KuntaiNer #KontentPaper #kontent .right li {
	list-style: none;
	background: url(/images/redLeftArrow.gif) no-repeat 34px 2px;
	padding-left: 67px;
	padding-bottom: 5px;
}

#FolioShowControls .prev, #FolioShowControls .next { background: transparent; }
#PDApointer {
	background: url(/images/PortfolioSamples.png) no-repeat left top;
	height: 125px;
	width: 212px;
	float: right;
	margin-right: 35px;
}
.left { float: left; }
.right {
	float: right;
	width: 565px;
}
.padRight { padding-right: 20px; 
}
h2 {
	color: #990000;
	font-size: 1em;
	line-height: 1.6em;
}
.clearLeft { clear: left; }
.clearRight { clear: right; }
.FeaturePKGkontent {
	width: 475px;
	margin: 1px;
	display: inline;
}
.fontred { color: #CC0000; }
.right ol { margin-right: 0px; }
.footerText {
	position: absolute;
	bottom: 0px;
	left: 306px;
	color: #333333;
	font: 0.8em Arial, Helvetica, sans-serif;
}
.footerContact {
	position: absolute;
	left: 200px;
	width: 75px;
	bottom: 35px;
	height: 25px;
}
.footerPrivacy {
	position: absolute;
	left: 325px;
	width: 75px;
	bottom: 35px;
	height: 25px;
}
.footerSvcTerms {
	position: absolute;
	left: 435px;
	width: 120px;
	bottom: 35px;
	height: 25px;
}
.footerClick2Start {
	position: absolute;
	left: 742px;
	width: 160px;
	bottom: 53px;
	height: 25px;
}
.footerContact a:hover, .footerPrivacy a:hover, .footerSvcTerms a:hover, .footerClick2Start a:hover { background: transparent; }
.arrowLink {
	margin-left: 69px;
	width: 398px;
	height: 68px;
	margin-top: 30px;
}
#KuntaiNer #KontentPaper #kontent .contactForm li {
	list-style: none;
	background: url(/images/redLeftArrow.gif) no-repeat 34px 2px;
	padding-left: 67px;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 0px;
}
#KuntaiNer #KontentPaper #kontent .contactForm ol { margin-left: 0px; }
.Add-OnBox {
	font-size: 0.8em;
	border-left: medium double #CCCCCC;
	padding-left: 10px;
	margin-left: 25px;
	margin-bottom: 30px;
}
.quoteSubmit { margin-left: 40px; 
}
.buttonBorder {
	padding: 15px;
	height: 75px;
	width: 325px;
	border: 2px solid #990000;
	margin-right: 75px;
	-moz-border-radius:1ex; /*for rounding*/
	-webkit-border-radius:1ex;
}
.flip_container {
	width: 600px;
	height: 450px;
	margin: 0px auto 0px -20px;
}
.freeQuoteBox {
	background: url(/images/freeQuote.gif) no-repeat center 15px;
	height: 250px;
	width: 160px;
	margin: 0 auto;
	padding: 0 15px;
	border: 3px outset #cc0000;
	-moz-border-radius:1ex; /*for rounding*/
	-webkit-border-radius:1ex;
}
.upArrow {
	margin-left: 65px;
	margin-top: 50px;
}
.upArrow a:hover {
	background: transparent;
}
#quoteClick {
	height: 45px;
	width: 135px;
	margin-top: 90px;
}
#quoteClick a:hover {
	background: transparent;
}
.16topPad { margin-top: 16px; }
#projTimetable {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.neg16topPad { margin-top: -16px; }
.justify { text-align: justify; }
#AgreementFrame {
	border: 1px solid #999999;
	height: 150px;
	width: 100%;
}
#agreementKontent {
	width: 500px;
	padding: 5px 10px 10px;
	font: 13px/1.2em Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.1em;
	float: none;
}
.agreementForm {
	width: 550px;
	padding: 10px;
	border: 1px dashed #000066;
}
#agreementFrameDiv {
	margin-bottom: 30px;
	margin-top: 10px;
}
.contractSubmit {
	text-align: center;
	margin-top: 20px;
}
.contractSubmit input { border: 0;}
#liveChat {
	float: right;
	margin-right: 60px;
}

.autoWidth { width: auto; }
.highlight { background: #FFFF00; }
