/* RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
}

html {
    font-size: 90%;
}

/* GENERAL SETTINGS*/ * {
    font: 0.98em Tahoma, verdana, "Century Gothic", Arial, sans-serif;
    letter-spacing: 1px;
}

em {
    font-style: italic;
}

b {
    font-weight: bold;
}

strong
{
    font-style: italic;
    font-weight: bold;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
 	padding: 7px 3px; 
    font-variant: small-caps;
}

h2 {
    font-size: 1.25em;
    font-style: italic;
    font-weight: bold;
    padding: 5px 3px;
    font-variant: small-caps;
}
h3 {
    font-size: 1.15em;
    font-style: normal;
    font-weight: bold;
    padding: 5px 2px;
    font-variant: small-caps;
    text-align: center;
}
p {
    padding: 4px;
}

body {
    background-image: url('graphics/bodybg_blue_03.gif');
    background-color: #ccdcfe;
    font-size: 1em;
/*    max-width: 760px; */
} 
input, textarea 
{
border:1px solid navy;
}
/* Classes */
.main {
/*    position: absolute; */
    margin: 0 auto;
    width: 70%;
    min-width: 548px;
    max-width: 750px;
    min-height: 100%;
    height: auto;
    background-color: white;
    border-left: 2px groove navy;
    border-right: 2px groove navy;
}
.main_plain {
    position: absolute;
    margin: 0 15% 0 15%;
    width: 70%;
    min-width: 548px;
	min-height: 100%;
    height: auto;
}
.topLine {
    position: static;
/*	background: navy url('graphics/navBg1.jpg'); */
	background: #2457cb;
	height:2em;
    float: none;
    margin-bottom: 20px;
	border-bottom:2px groove navy;
} 
.topLine h1
{
	font-size: 1.4em;
	padding: 1px 10px;
	float:left;
	color: white;
}
.topIcons
{
	position:relative;
	top: 0px;
	margin: 5px;
	float:right;
	}
.topIcons a, .topIcons img
{
	text-decoration:none;
	border: 0px;
}
.googleSearch {
    padding: 2px 5px;
	margin: 10px;
	text-align: right;
	float:right;
	clear: both;
	display: none;
	border: 1px solid navy;
    position: absolute;
	z-index:2;
    background: white;
} 
#infoTips
{
	padding: 2px 5px;
	margin: 2px 10px;
	text-align: left;
/*	float:right;
	clear: both;
	width: 35%;
	left:63%;    */
	display: none;
	border: 1px solid navy;
	background: #fffdbb;
	font-style: italic;
	position: absolute;
	z-index:2;
}
#serviceTips
{
	padding: 2px 5px;
	margin: 2px 10px;
	text-align: left;
	display: none;
	border: 1px solid navy;
	background: #fffdbb;
	font-style: italic;
	position: absolute;
	z-index:2;
}
#productTips
{
	padding: 2px 5px;
	margin: 2px 10px;
	text-align: left;
	display: none;
	border: 1px solid navy;
	background: #fffdbb;
	font-style: italic;
	position: absolute;
	z-index:2;
}
#quoteTips
{
	padding: 2px 5px;
	margin: 2px 10px;
	text-align: left;
	display: none;
	border: 1px solid navy;
	background: #fffdbb;
	font-style: italic;
	position: absolute;
	z-index:2;
}
.googleSearch a img
{
	text-decoration:none;
	border:0px;   
}
#closeRegForm, #closePayOnline
{
    margin: 4px 4px 0 0;
}
.topLinks {
    padding: 3px 5px 0px 0px;
	margin: 4px;
    float: none;
    text-align: right;
} 
#LoggedIn
{
	margin: -1.8em 3px 0 3px;
	padding: 3px;
    float: left;
	border: 1px solid navy;
	text-align:left;
	display:none;
}
.head {
    padding: 5px;
    background: #ccccff url('graphics/comp019_medium.jpg') repeat scroll 0px 0px;
    float: none;
    height: 150px;
    text-align: center;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
} 
.head img {
    margin: 0 1%;
	border: none;
}

.intro {
    padding: 5px;
    margin: 15px 5px;
    border: 0px solid navy;
}
.intro p
{
    line-height: 1.5em;
}
.leaderBoard
{
    margin: 5px;
}
.mainContent
{
    text-align:justify;
    margin: 10px;
}
.mainContent h1
{
    text-align: center;
    font-size: 1.8em;
    margin: 5px 0 10px 0;
}
.mainContent h3
{
    text-align: left;
    margin: 5px 10px 5px 0;
    font-size: 1.10em;
    font-variant: normal;
}
.mainContent li
{
    margin: 0 20px;
}
.innerH2
{
    margin: 10px 0px 5px 0px;
    background-color: #CCCCFF;
    border: 1px solid navy;
}
.codeSample
{
	color: Maroon;
	margin: 5px 30px;
    padding: 2px 5px;
	background-color: Silver;
	border: 1px dashed;
    text-align: left;
}
.sample
{
	margin: 0 30px;
	background-color: #FFFAC8;
	border: 1px dashed blue;
}
.rightTagLine
{
    float: right;
    margin: 3% 1.1%;
    padding: 10px 10px;
    text-align: center;
    width: 150px;
    border: 1px solid navy;
}
.rightTagLine a
{    
    color: navy;
    font-size: 1.3em;
    font-style: italic;
    font-family: "Calisto MT";
    text-decoration: none;
} 
.rightTagLine a:hover {
    font-weight: bold;
    width: 150px;
    max-width: 150px;
}
/* Menus */
.menus {
    margin: 5px;
    text-align: center;
	float:none;
	min-width: 545px;
} 
.menus a {
    text-decoration: none;
    color: black;
    font-style: italic;
	text-align:center;
} 
.menus a:hover {
    font-weight: bold;
} 
.menus h1 {
    font-size: 1.14em;
    padding: 5px;
    border-bottom: 1px solid navy;
    margin-bottom: 10px;
} 
.menus p {
    padding: 1px 0 0 5px;
    text-align: left;
    line-height: 1.4em;
} 
.menu {
    float: left;
    width: 21.5%;
    min-height: 16em;
    padding: 0 0.7%;
    margin: 3px 0.8%;
    border-left: 1px dashed navy;
    border-right: 1px dashed navy;
    border-top: 1px solid navy;
    border-bottom: 1px solid navy;
	background: #ccccff;
}
/* Service stuff */
.servIcon
{
    float: left;
    padding: 10px;
}
.services
{
    margin: 0 5px 0 180px;
}
/* Login & Registration */
.loginRegForm
{
	display:none;
	position: absolute;
	top: 100px; 
    margin: 9% 20% 10% 20%;
	padding: 0px 5px;
    width: auto;
    min-width: 600px;
	min-height: 200px;
    max-width: 900px;
    height: auto;
    background-color: white;
    border: 2px groove navy; 
}
.titleBar
{
	clear:both;
	border-bottom: 1px solid black;
    color: white;
	background: navy;
	text-align:right;
	margin:0 -5px 10px -5px;
    height: 25px;
}
.loginForm
{
	padding:5px;
	width:40%;
	float:left;
}
.loginForm h2
{
	text-align:center;
	margin: 10px;
}
#ForgotPassword
{
	text-align:center;
}
.RegForm
{
	padding:5px;
    width:56%; 
	border-left: 1px dashed navy;
    float:left;
}
.RegForm h2
{
	text-align:center;
	margin: 10px;
}
.welcome{
	text-align: justify;
	margin: 5px 5px 10px 5px;
}
.instructions{
	text-align: center;
	margin: 5px 5px 10px 5px;
}
.legend
{
	float:left; 
	text-align:right;
	padding: 2px 5px;
	width: 40%;
}
.legendTbl
{
	text-align:right;
	padding: 2px 5px;
	width: 40%;
}
.input
{
	text-align: left;
	padding: 2px 5px;
	margin:2px 0px;
}
#emailValidation
{
	position: absolute;
    margin: 15% 25% 10% 25%;
	padding: 0px 5px;
    width: auto;
    min-width: 400px;
	min-height: 100px;
    max-width: 500px;
    height: auto;
    background-color: #ccccff;
    border: 2px groove navy;
}

/* Payment stuff*/
#onlinePayment
{
    position: absolute;
    width: 350px;
    left: 30%;
    top: 30%;
    display: none;
    background-color: #ccccff;
    border: 2px solid black;
    padding: 0 3px;
}
#onlinePayment table, th
{
    padding: 10px;
}
.footer
{
    background-color: #ccccff;
	border-top: 1px solid navy;
    margin: 20px 0 0 0;	
	text-align:center;
}

/* Form stuff - from TU boards */
.dataInput{
	margin: 2% 1%;
	background-color: InactiveBorder;
	width: 96%;
	border: 2px groove black;
	padding: 4px;
}
.formTitle{
	text-align: center;
	font: normal small-caps bold 1.5em/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.dataInput legend{
	font-weight: bold;
	background-color: White;
}
.formFieldSet{
	background-color: white;
	padding: 4px;
	border:1px solid black;
	margin: 5px 0px;
}
.entryField{   /* All normal entry fields of the form (text input, text areas,...) */
	width:70%;
    border: 1px solid navy;
}
.entry{    /*the divs which contains all entries*/
	margin: 5px 0;
}
.lbl_regular{            			 /*Applies to all normal labels */
  float:left;
  clear:left;
  width:20%;
  color: black;
  padding:1px 5px 1px 25px;
}
.errorMsg{
	background-color: White;
	border: 2px solid red;
	color: red;
	padding: 5px;
	text-align: center;
}

/* Contakt & TransQuote pages */
.tableBorder {
	border:1px dotted #0000FF;
	border-collapse: collapse;
	padding: 0px 4px 4px;
	margin-left: 50px;
}