/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

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 {
	background:#e2f6ff url(_pix/bg.jpg) 0 0 repeat-x;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	background: ;
	color: #000;
	line-height: 18px;
	background: url(_pix/bg-sub-header.gif) center 0 no-repeat;
}	

div#header {
	height: 85px;
	margin: 0 auto;
	width: 900px;	
	background: url(_pix/bg-header.gif) 0 0 no-repeat;
}

div.wrap {
	margin: 0 auto;
	width: 900px;
	text-align:left;
	background: #fff url(_pix/bg-column-right.gif) right 0 repeat-y;
}

div.gad-line {
	width: 468px;
	margin: 0 0 10px 20px;
}

div.wrap div.col-right div.inside div.gad {
	padding: 0 0 15px 10px;
}

div.gad-main-intro {
	background: url(_pix/intro.jpg) 390px 10px no-repeat;
	height: 320px;
}

div.gad-main {
	height: 290px;
	width: 350px;
	float: left;
}

div.wrap div.col-left {
	width: 680px;
	float: left;
}

div.wrap div.col-right {
	width: 220px;
	float: right;
	position: relative;
	left: 0px;
	 
}

div.wrap div.col-right div.inside {
	width: 230px;
	top: 0;
	left: 0;
}

div.breadcrumb {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px;
}

div.content {
	padding: 20px;
}

div.gad-bottom {
	clear: both;
}

div.footer {
	background: url(_pix/bg.jpg) 0 -95px repeat-x;
	clear: both;
}

div.footer div {
	background: url(_pix/bg-sub-footer.gif) center 0 no-repeat;
}
	
/* Headlines ######################################################### */		


div.col-left h1, div.col-left h2 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 29px;
	line-height: 1.1;
	color: #0055a2;
}

div.col-left h2 {
	font-size: 20px;
}

div.col-right h3 {
	background: #bbbbbb url(_pix/h3-col-right.gif) 0 bottom no-repeat;
	padding: 5px 10px 15px 10px;
	color: #fff;
	line-height: 1.3;
	font-size: 12px;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#d83a3a; text-decoration: none; outline: none}
a:hover {text-decoration: underline}

div.col-left a {
	font-weight: bold;
}

div#header a {
	float: right;
	width: 295px;
	height: 50px;
	margin: 20px 10px 0 0;
	text-indent: -1111em;
	display: block;
}

div.breadcrumb a, div.breadcrumb a:active, div.breadcrumb a:visited {
	background: url(_pix/arrow-bc.gif) right center no-repeat;
	padding: 9px 20px 10px 10px;
	line-height: 1;
	display: inline-block;
	float: left;
	color: #b2b2b2;
	font-weight: normal;
}

div.breadcrumb a:hover {
	text-decoration: underline;
}	

div.breadcrumb a.current {
	background: #fff;
}	


table thead tr td a:link, table thead tr td a:visited, table thead tr td a:active {
	color: #fff;
}

div.footer div p.nav a:link, div.footer div p.nav a:visited, div.footer div p.nav a:active {
	color: #fff;
	padding: 0 5px;
}

div.footer div p.byline a:link, div.footer div p.byline a:visited, div.footer div p.byline a:active {	
	color: #81a4b3;
	text-decoration: underline;
}

p.action a:link, p.action a:visited, p.action a:active {
	padding: 9px 15px 11px 15px;
	line-height: 1;
	background: #d83a3a url(_pix/actionbutton.gif) 0 bottom repeat-x ;
	color: #fff;
	margin: 0 auto;
}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
	padding:0 0 15px 0;
}

.font-small {
	font-size: 11px;
	line-height: 1.4;
}

div.footer div p.nav {
	background: #e2f6ff url(_pix/bg-footer.gif) 0 0 no-repeat;
	width: 900px;
	margin: 0 auto;
	height: 30px;
	padding-top: 20px;
	text-align: center;
}	

div.footer div p.byline {
	width: 900px;
	margin: 0 auto;
	height: 30px;
	text-align: center;
	color: #81a4b3;
}	
	
p.action {
	text-align: center;
	padding: 5px 0 25px 0;
}

/* Navigation ######################################################### */

ul#nav {
	height: 49px;
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	list-style-type: none;
	background: url(_pix/bg-nav.gif) 0 0 no-repeat;
}

ul#nav li {
	float: left;
	padding: 0;
	margin: 0;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited {
	display: block;
	padding: 13px 12px;
	margin: 0;
	font-weight: bold;
	color: #efb9b9;
	line-height: 1;
}

ul#nav li a:hover {
	text-decoration: underline;
}

ul#nav li.current a, ul#nav li.current a:active, ul#nav li.current a:visited, ul#nav li.current a.hover {
	color: #fff;
}
	
	
/* Images ######################################################### */	

img {
	border: none;
}

td img {
	display: block;
	margin: 0 auto;
}

img.align-right {
	float: right;
	margin: 0 0 10px 15px;
}

img.align-left {
	float: left;
	margin: 0 15px 10px 0;
}
	
/* Tables ######################################################### */

table thead tr td {
	background: #008fd0 url(_pix/thead.gif) 0 bottom repeat-x;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
}

table {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 20px;
	width: 100%;
}

table tr td {
	padding: 6px 10px 8px 10px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}	

table.simple-rows {
	border-right: 1px solid #e6e6e6;
}	

table.simple-rows tr td {
	border-right: none;
	vertical-align: middle;
}

table.four-cols thead tr td {
	width: 25%;
	text-align: center;
	font-size: 15px;
}

table.four-cols tbody tr td {
	vertical-align: top;
	padding: 90px 10px 0 10px;
}

table.four-cols tbody tr td.dialup {
	background: url(_pix/teaser-dialup.jpg) center 0 no-repeat;
}	

table.four-cols tbody tr td.highspeed {
	background: url(_pix/teaser-highspeed.jpg) center 0 no-repeat;
}	

table.four-cols tbody tr td.fax {
	background: url(_pix/teaser-fax.jpg) center 0 no-repeat;
}	

table.four-cols tbody tr td.phone {
	background: url(_pix/teaser-phone.jpg) center 0 no-repeat;
}	

table.vertical-list {
	border-left: none;
}	

table.vertical-list tbody tr td {
	border-right: none;	
	vertical-align: top;
	padding: 5px;
}


/* Lists ######################################################### */

.content ul {
	margin: 0;
	padding:  0 0 15px 0;
}

.content ul li {
	margin: 1px 15px 1px 30px;
}	

ul.linklist {
	padding:  0;
	margin: 0;
	list-style-type: none;
}


ul.linklist li {
	padding: 2px 0 2px 12px;
	margin: 0;
	background: url(_pix/bullet-red.gif) 0 6px no-repeat;
}	

.font-small ul.linklist li {
	background: url(_pix/bullet-red.gif) 0 5px no-repeat;
}

table.four-cols tbody tr td ul.linklist {
	padding-bottom: 15px;
}	

div.col-right ul.linklist {
	padding: 0 20px 20px 10px;
} 

/* Forms ######################################################### */

form {
	padding: 0;
	margin: 0;
}

		


/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	
