/**
 * Layout for powertank.de
 * (c) CLICKSPORTS DIGITAL SOLUTIONS
 * http://www.clicksports.de
 * 
 * $Rev: 2211 $
 * $Author: cs $
 * $Date: 2010-07-22 15:55:16 +0200 (Do, 22 Jul 2010) $
 */

/* Reset Section */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
fieldset,img { border: 0px; }
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
ul { list-style: none; }
ol { list-style: none; }
a { text-decoration: none; }
object, embed { outline: none; }
a, a:active, a:visited { outline: none; }

html,body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #585C47;
	background-image: url(../layout/bg_body.png);
	background-repeat: repeat-x;
	background-position: 0 -110px;
}

/* Basic Layout Section */
div#page { width: 952px; margin: 0 auto; }

/* Header Section */
div#header { height: 235px; position: relative; }
div#header h1 { top: 64px; left: 33px; position: absolute; }

form#search-form { bottom: 6px; right: 5px; position: absolute; z-index: 20; }
form#search-form div {
	background-image:url("../layout/bg_search.jpg");
	background-repeat:no-repeat;
	height:22px;
	width:142px;
}
form#search-form input { width:110px; top: -1px; padding:0 5px; font-size: 12px; background-color:transparent; vertical-align: middle; position: relative; }
form#search-form button { top: 2px; border: none; padding: 0px; background: transparent; position: relative; }

/* Navigation Section */
ul#navigation {
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 44px;
	background: url(../layout/bg_navigation.png) repeat-x;
	position: absolute;
}
ul#navigation li { float: left; }
ul#navigation li:first-child { padding-left: 32px; }

ul#navigation li a {
	color: #FFFFFF;
	padding: 10px 15px 0;
	line-height: 34px;
	display: block;
}
ul#navigation li a:hover,
ul#navigation li:hover a,
ul#navigation li.active a {
	border-left: 1px solid #585c47;
	padding-left: 14px;
	color: #585c47;
	background: url(../layout/bg_navigation_a.png) repeat;
}

ul#navigation li ul {
	left: -10000px;
	padding: 10px 0;
	border-left: 1px solid #585c47;
	background: url(../layout/bg_navigation_a.png) repeat;
	position: absolute;
}
ul#navigation li:hover ul { left: auto; }
ul#navigation ul li:first-child { padding-left: 0; }

ul#navigation li ul li { float: none; }
ul#navigation li ul a,
ul#navigation li:hover ul a {
	padding: 0 30px 0 20px;
	line-height: 28px;
	background: none;
	border: none;
}
ul#navigation li ul a:hover { background-color: #afca08; }

/* Teaser Area */
div#teaser img { display: block; }

/* Content Area */
div#wrapper { background-color: #FFF; }

div#content {
	width: 580px;
	padding: 18px 0 20px 30px;
	background: url(../layout/bg_content.png) top left no-repeat;
	float: left;
}

div.contents h1 { font-size: 24px; margin-bottom: 25px; }
div.contents h2 { font-size: 20px; margin-bottom: 25px; }
div.contents p { margin-bottom: 20px; line-height: 18px; }
div.contents a { margin-left: -3px; padding: 3px; color: #afca08; display: inline-block; }
div.contents a:hover { color: #fff; background-color: #afca08; }

div.contents ul {
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
}
div.contents ul li {
	padding-left: 16px;
	line-height: 18px;
	background: url(../layout/bg_contents_li.png) no-repeat left 6px;
}



/* Table Section */
table.sortable {
	margin-top:10px;
	width:100%;
	margin-bottom: 20px;
}

.sortable tr th:first-child {
	
	width: 90%;
}

th.sortfirstasc {
	width: 300px;
}


table.sortable th {
	border-top: 10px solid #585C47;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}

tr.head { background-color: #a9c208; }
tr.even { background-color: #f2f2f2; }

td a { color: #000; }
tr td { width: 250px; padding: 5px 10px 5px 10px;  }

/* Sidebar Section */
div#sidebar {
	width: 270px;
	padding: 10px 0;
	float: right;
}

div.box { margin-bottom: 12px; background-color: #f2f2f2; }
div.box h1 {
	padding: 0 20px;
	border-top: 10px solid #585c47;
	line-height: 34px;
	color: #FFFFFF;
	background-color: #a9c208;
}

div.box ul { padding: 10px 20px; }
div.box ul li { padding-top: 6px; border-top: 1px solid #585C47; }
div.box ul li:first-child { padding-top: 0; border-top: none; }
div.box ul li h2 {
	margin-left: -3px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	color: #888887;
}
div.box ul li p { margin-bottom: 10px; }
div.box ul li p br { margin-bottom: 10px; }
div.box a { padding: 3px; color: #afca08; display: inline-block; }
div.box a:hover { color: #fff; background-color: #afca08; }

div.top100 { font-size: 10px; }
div.top100 img { padding-right: 18px; float: left; }

/* Footer Section */
ul#footer {
	background-image: url(../layout/tuev_logo.jpg);
	background-repeat: no-repeat;
	background-position: 851px 13px;
	margin-top: 30px;
	border-top: 10px solid #585c47;
	padding: 18px 0 18px 40px;
}
ul#footer li { padding-right: 55px; float: left; }
ul#footer li:first-child { margin-right: 125px; float: right; }
ul#footer li a { color: #585C47; }

/* Clearing Section */
.container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.container {display:block;}
.container {clear:both;}

/* Form Section for Contact*/
input,
textarea,
select,
option {
    color: #585C47;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: none;
    background-color: #FFFFFF;
}

label { cursor: pointer; }
legend {
    margin: 0px 0px 13px 0px;
    padding: 0px;
    font-size: 14px;
    color: #4B5156;
}

div.input_small { padding-left: 170px;}
div.input, div.checkbox { margin-bottom: 10px; }
div.input label { width: 170px; display: inline-block; vertical-align:top; }
div.textarea label { margin-top: 5px; vertical-align: top; }
div.checkbox label {
	width: 315px;
	font-size: 11px;
	display: block;
	float: right;
}

div.input input,
div.input textarea,
div.input select {
    width: 219px;
    padding: 2px 3px;
    border: 1px solid #A9A9A9;
}

div.input input[type=radio] { width: auto; }

div.input select { width: 227px; }
div.input textarea { height: 94px; }

div.checkbox label strong {
	font-size: 12px;
	line-height: 10px;
	text-transform: uppercase;
}

div.submit input {
	border: 1px solid #A9A9A9;
	padding: 2px 3px;
	width: 80px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 8px;
}

div.validation-advice { padding-left: 170px; color: #990000; }

div.contents ul.images li { padding-left: 0px; background: none; float: left; }
div.contents ul.images li img { margin-left: 0px; }
div.contents ul.images span.imagezoom_text { display: none; }
div.contents ul.images li:hover a { background: none; }

a.bild_zoom {
	
	padding: 0px;
	background-color: #FFFFFF;
}

/* Video Embed */
div#video {
	width: 952px;
	height: 191px;
	background: url(../layout/video.png) no-repeat bottom left;
}

/* Icons */
a.icon { background-position: top left; background-repeat: no-repeat; padding-left: 20px; line-height: 20px; }
a.video { background-image: url(../layout/icons/icon_mov.gif); }
a.archive { background-image: url(../layout/icons/icon_zip.gif); }
a.pdf { background-image: url(../layout/icons/icon_pdf.gif); }
a.audio { background-image: url(../layout/icons/icon_audio.gif); }
a.presentation { background-image: url(../layout/icons/icon_ppt.gif); }
a.archive { background-image: url(../layout/icons/icon_zip.gif); }
a.xls { background-image: url(../layout/icons/icon_xls.gif); }
a.doc { background-image: url(../layout/icons/icon_doc.gif); }
a.img { background-image: url(../layout/icons/icon_image.gif); }
a.default { background-image: url(../layout/icons/icon_file.gif); }

