/*****************************************/
/******* ©2008 // despecial.com *******/
/*****************************************/

/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0
}

/* DEFAULTS */
body { 
	position: relative;
	min-height: 650px;
	min-width: 1000px;
	background-color: #f2f7fb;
	font: normal 12px Verdana,Tahoma,Sans-Serif;
	color: #004a8d;
	margin-bottom: 10px
}

a:link,
a:visited { 
	text-decoration: none;
	color:#a3b0d2
}

a:hover,
a:active {
	text-decoration: none;
	color: #004a8d
}

img { border: none }

h1 { font-size: 18px }
h2 { font-size: 14px }
h3 { font-size: 12px }

.error404 h1 { color: red; margin-bottom: 20px }

/* MISC */
.none { display: none }
.left { float: left }
.right { float: right }
.center { text-align: center }
.clear { clear: both }

/******* SITE STRUCTURE *******/
#site {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 965px;
	height: 610px;
	margin: -305px 0px 0px -483px;
	background: transparent url("../_img/site_bg.png") no-repeat center 5px;
}

#page {	
	float: left;
	width: 965px;
	margin: 5px 0px 5px 23px;
}
#left,
#leftstart {
	float: left;
	display: inline;
	width: 310px;
	height: 562px;
	margin: 8px
}
#leftstart {
	margin-right: -47px;
	width: 375px;
}
#right {
	position:relative;
	float: left;
	margin: 9px 0 0 45px;
	width: 540px;
	height: 560px;
}
#content {
	display:block;
	position: absolute;
	top: 137px;
	left: 0px;
	width: 532px;
	height: 415px;
	margin: 8px;
	overflow:auto
}	
#footer {
	float:left;
	margin-top: 5px;
	margin-left: 30px;
	border-bottom: 1px solid #85b2df;
}


/* NAV */
#nav {
	display:inline;
	margin-right: 30px;
	float:right
}
* html #nav { margin-right:5px }
#nav ul {
	list-style-type: none;
}
#nav li {
	display:inline;
	padding: 0px 19px;
	font: bold 12px Arial, Sans-Serif;
	text-transform: lowercase;
	text-align: center;
	border-right: 1px solid #004494;
}
#nav .last { border: none }
#nav li a {
	text-decoration:none;
}
#nav li a:link,
#nav li a:visited,
#nav li a.active:hover {
	color: #004494;
}
#nav li a.active,
#nav li a:hover,
#nav li a:active {
	color:#a3b0d2;	
}



/* CONTENT */
#logo {
	margin: 5px 0 0 75px
}
#subnav {
	float: left;
	display: block;
	width: 528px;
	text-align: right;
	padding-right: 20px;
	margin-top: 110px;
}
#text {
	margin: 20px 40px 0px 0px;
	padding-bottom: 10px
}
#start {
	margin-top: 56px;
	background: transparent url("../_img/start.jpg") no-repeat;
	padding-top: 360px;	
}
#start p {
	margin: 20px 15px 0 45px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold
}


/* FORMATS */
#subnav h1 {
	font: bold 12px Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	margin-right: 10px
}
#subnav h1:after  { content:url("../_img/subnav.gif"); border:0px; }
/* IE WORKAROUND */
*+html #subnav h1 { 
	display:inline-block;
	background: transparent url("../_img/subnav.gif") no-repeat right 4px;
	padding-right:120px
}
* html #subnav h1{ 
	display:inline-block;
	background: transparent url("../_img/subnav.gif") no-repeat right 4px;
	padding-right:120px;
	margin-right: -10px
}
.normal { font-weight: normal }
#text ul { margin: 10px 20px; list-style-type: square}
#text h1 { margin-bottom: 10px }
#text p { 	margin-bottom: 12px;	line-height: 16px }

.bolder {
	font-size: 1.1em;
	font-weight: bold;
}

#text .team {
	float: left;
	display:block;
	width: 220px;
	margin-bottom: 20px;
	white-space:nowrap
}
#text .team img {
	margin-bottom: 10px
}
#text h2 {
	font-size: 12px;
	margin-bottom: 10px
}
#text h2 span { font: normal 10px Verdana,Tahoma,Sans-Serif }

#footer p {
	display: block;
	width: 905px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 4px;
}


/* FORMULAR */
#formbox {
	color: darkgrey;
	min-height: 250px;
	display: block;
}
#formbox legend { display: none }
#formbox fieldset { border: none }
#formbox label { 
	line-height: 20px;
	width: 65px;
	float: left;
}
#formbox label span { visibility: hidden }
#formbox .textfield {
	float: left;
	width: 320px;
	height: 14px;
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: black;
	border: 1px solid #85b2df;
	background-color: #fff
}
* html #formbox .textfield { height: 20px }
#formbox textarea {
	float: left;
	width: 323px;
	height: 160px;
	padding: 3px;
	margin-bottom: 10px;
	font: normal 11px verdana, sans-serif;
	color: black;
	border: 1px solid #85b2df;
	background-color: #fff	
}
.error { color: #f40000; font-weight: normal }
.formfield2 { display: none }
.contactleft { 
	float: left;
	width: 200px;
}
#formbox #submit {
	color: white;
	border: 0px solid #fff;
	background-color: #004a8d;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold
}