/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0;
}
body, html {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: transparent url("../_img/flemming_bg.jpg") top center;
	font: normal 13px 'Century Gothic', sans-serif
}


/*** BACKGROUND ***/
#bg { display:none }
#bg {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


/*** SPLASH ***/
body #splash { overflow:hidden }
#splash {
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -230px
}
#splash a:link,
#splash a:visited {
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=100);
}
#splash a:hover,
#splash a:active {
	opacity: 0.6;
	filter: alpha(opacity=66);
}

/*** DEFAULTS ***/
/*HTML 5 specific*/
header,section,article,aside,footer {
	display: block;
}
h1,h2,h3 { margin: 0 0 10px 0 }
h1 { font-size: 30px }
h2 { font-size: 16px }
h3 { font-size: 14px }

img { border: none }

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

a:link,
a:visited {
	text-decoration: none;
	color: red
}
a:hover,
a:active {
	color: rgb(60,60,60);
}
p {
	line-height: 17px;
	margin: 0 0 10px 0;
}

#site {
	position:relative;
	margin: 0 auto;
	width: 960px;
	z-index: 100;
    background:rgb(255,255,255);
    background:rgba(255,255,255,0.5);
    *background:transparent;
    *filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF00,endColorStr=#FFFFFF00);
    *-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF00,endColorstr=#FFFFFF00)";
}
header { padding: 20px 0 }

hr {
	clear: both;
	text-align: left;
	margin: 10px 0px;
	padding: 0;
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px dotted #999999;
	background: none;
}
hr.head {
	width: 850px;
}

#logo {
	float:right;
	margin: 10px 25px -4px 0;
}
nav ul {
	list-style-type: none;
	margin: 5px 10px 0 30px;
	width: 870px;
	font-family:'Century Gothic';
	font-size: 16px;
	text-align: right;
}
nav li {
	display: inline;
	padding: 2px 12px;
	text-transform: uppercase
}
nav li#home {
	float: left;
	padding: 0;
}
nav a:link,
nav a:visited {
	color: #999
}
nav a:hover,
nav a:active,
nav a.active {
	color: #000
}
nav #login a { color: red !important; }


/*** CONTENT ***/
section {
	clear: both
}
aside {
	float:left;
	padding: 30px 0;
}

#slide {
	padding: 0 0 20px 0
}
.content,
.clients,
.xform,
.leftcontent {
	float:left;
	font: normal 13px arial,sans-serif;
	padding: 0 30px 10px 30px;
	color: #666;
}
.leftcontent { clear: both }
.leftcontent,
.rightcontent {
	float: left;
	width: 400px;
	font: normal 13px arial,sans-serif;
	color: #666;
	padding-bottom: 30px;
}
.content.work {
	width: 250px

}
.content h1 { color: #f30f0f;
	font: normal 28px 'Century Gothic', sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px
}
.content h2 { color: #999;
	font: normal 16px 'Century Gothic', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.content h3 { color: #999;
	font: normal 14px 'Century Gothic', sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.content ul { margin-left: 15px }
.clients { width: 880px }
.clients ul { list-style-type: none; }
.clients li {
	float:left;
	margin: 0 15px 15px 0
 }
.clients a:link,
.clients a:visited {
	display: block;
    height: 105px;
	width: 160px;
	background-color:#f5001f;
	line-height: 105px;
	color: white;
	text-align: center;
}
.clients a:hover,
.clients a:active {
	background-color:#eaeaea
}
.clients img { line-height: 105px; vertical-align: middle }

a.record{
 display:block;
 position:relative;
 width: 100%;
 height: 100%;
}

a.record:hover span {
    background: url("../_img/play_button.png") no-repeat;
    -moz-opacity:.80;
    opacity:.80;
    filter:alpha(opacity=80);
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top: -23px;
    z-index:100;
    width:49px;
    height:47px;
}



/*** FOOTER ***/
footer {
	font-size: 12px;
	color: rgb(90,91,94);
	padding: 0 30px 10px 30px;
	overflow-y: auto;
	text-transform: uppercase
}
footer span { padding: 0 2px }
footer a:hover,
footer a:active {
	border-bottom: 1px solid red
}


/*** Xform ***/
.xform ul { list-style-type: none }
.xform ul li { font-size: 16px; font-weight: bold; margin-bottom: 15px }
.xform label { width: 200px; display: block}

/**** DATA ****/
#upload1 {
	margin-top: 130px
}
div.file {
	float: left;
    padding: 4px 4px 4px 0px;
    clear: both;
    width: 100%;
}
div.file.even{
    background-color: #ebebeb;
}
div.file a {
    text-decoration:none;
}
div.file:hover {
    background-color:#CCC;
}

.file .filetype,
.file .filename,
.file .filedate,
.file .filesize {
	float:left;
}
.file .filetype {
	display: block;
	padding-right: 3px;
}
.file .filename {
	display: block;
	min-width: 500px;
	width: auto;
}
.file .filesize {
	display: block;
	min-width: 70px;
	width: auto;
	margin-right: 20px
}

/*** GOOGLE MAPS ***/
/*	routenplaner *****************************************************************/

#map_canvas {
	width: 640px;
	height: 350px;
}

#directions tbody,#directions tr, #directions table {
	width: 100%;
}

table.adp-placemark {
	border: 1px solid red !important;
}

.adp-text {
	padding: 3px;
	vertical-align: middle;
}
.adp-legal,
a.externerkartenlink {
	font-size: 10px;
	float: right;
}

.adp-placemark img {
	padding: 8px 5px 0 8px;
}

#googelmapsroutenplaner fieldset {
	clear: both;
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color: #eee;
}

/*** UPLOAD ***/
#uploader {
	clear: both;
	padding-top: 30px;
	margin: 0 30px;

}
.span7 { width: 100% !important }
.content .right input[type="checkbox"] {
    margin: -2px 4px 0 0;
}
.file input[type="checkbox"] {
    line-height: normal;
    margin: -2px 0 0 10px;
}