@charset "utf-8";
/*
	==================================================
		[ Basic Skills CSS ]

		$version:	07 Sep 2006 15:13:37 +0200
	==================================================
		Copyright (c) DevShack - All rights reserved.
		http://www.devshack.biz/ - bojic@devshack.biz
	==================================================
*/

/* === [ Generelles ] ===================================================================== */

*
{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
}

html, body
{
	background:	#fffff0;
	color:				#000;
	font-size:			100.01%;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}

a
{
	text-decoration:	underline;
	color:				#377DD2;
}

a:hover
{
	color:				#7D2800;
}

label
{
	cursor: pointer;
}


/* === [ Grundlayout ] ===================================================================== */

#accnav
{
	position: absolute;
	visibility: hidden;
}

#head
{
	background: #fff;
	border: 1px solid #000;
	border-width: 3px 0 1px 0;
}

	#headwrap
	{
		width: 760px;
		/*width: 980px;*/
		margin: 0 auto;
		background: #fff url(/layout/head/bs_head_back.png) top right no-repeat;
	}

	#headwrap:after /* Autoclear */
	{
		content: ".";
		visibility: hidden;
		height:		0;
		display:	block;
		clear:		both;
	}

#mainnav
{
	background: #cdcc00;
	border: 1px solid #fff;
	border-width: 1px 0;
}

#bread
{
	background: #fff;
	border: 1px solid #000;
	border-width: 1px 0;
}

#mainbox
{
	/*width: 980px;*/
	width: 760px;
	margin: 0 auto;
	padding-bottom: 25px;
}

	#mainbox:after /* Autoclear */
	{
		content: ".";
		visibility: hidden;
		height:		0;
		display:	block;
		clear:		both;
	}

	#mainbox #sidebar
	{
		float: left;
		width: 200px;
	}

	#mainbox #content
	{
		float: right;
		width: 540px;
		min-height: 400px;
	}

.onecolumn
{
	width: 50%;
	float: left;
}

#footer
{
	background: #cdcc00;
	border: 1px solid #fff;
	border-width: 1px 0;
}

	#footerbox
	{
	border: 1px solid #000;
	border-width: 1px 0;
	}

/* === [ Bereichsdefinitionen ] ===================================================================== */


/* --- [ Kopf / Logo ] --- */

#head h1
{
	width: 200px;
	float: left;
}

	#head h1 img
	{
		display: block;
	}

#head fieldset
{
	padding-top: 50px;
	width: 150px;
	float: right;
}

#head #suchen
{
	float: left;
	width: 118px;
	border: 1px solid #999;
	border-right-width: 0;
	color: #999;
	font-size: 0.6em;
	padding: 3px 2px;
}

#head #submit
{
	float: left;
	width: 26px;
	height: 20px;
}

/* --- [ Hauptnavigation ] --- */

#mainnav ul
{
	/*width: 978px;*/
	width: 758px;
	margin: 0 auto;
	background: #666;
	border: 1px solid #fff;
	border-width: 0 1px;
	list-style-type: none;

	color: #fff;
	font-size: 0.76em;
}

	#mainnav ul:after /* Autoclear */
	{
		content: ".";
		visibility: hidden;
		height:		0;
		display:	block;
		clear:		both;
	}

	#mainnav ul li
	{
		float: left;
		/*width: 9.5em;*/
		white-space: nowrap;
		border-right: 1px solid #fff;
		text-align: center;
	}

		#mainnav ul li a
		{
			padding: 0 10px;
			display: block;
			line-height: 1.8;
			text-decoration: none;
			color: #fff;
		}

			#mainnav ul li a:hover
			{
				background: #888;
			}

			#mainnav ul li a#active
			{
				font-weight: bold;
				color: #444;
				background: #cdcc00;
			}

/* --- [ Pfadleistennavi ] --- */

#bread ul
{
	/*width: 970px;*/
	width: 750px;
	margin: 0 auto;
	padding-left: 10px;
	color: #666;
	font-size: 0.6em;
	list-style-type: none;
}

	#bread ul li
	{
		display: inline;
		line-height: 1.7;
		white-space: nowrap;
		position: relative;
	}

		#bread ul li a
		{
			text-decoration: none;
			color: #666;
			padding-left: 9px;
			background: url(/layout/bread/arrow.png) 0 50% no-repeat;
			white-space: nowrap;
			position: relative;
		}

		#bread ul li a.first
		{
            padding-left: 3px;
			background-image: none;
		}

			#bread ul li a:hover
			{
				text-decoration: underline;
				color: #000;
			}

/* --- [ Seitenleiste / Unternavigation ] --- */

#sidebar ul
{
	font-size: 0.6em;
	color: #666600;
	list-style-type: none;
	padding: 5px 0;
}

#sidebar ul li ul
{
    font-size: 1em;
    padding: 0 0 5px 10px;
}

	#sidebar ul li
	{

	}

		#sidebar ul li a
		{
			color: #666600;
			display: block;
			padding-left: 20px;
			line-height: 1.9;
			text-decoration: none;
			background: url(/layout/sidebar/doublearrow.png) 10px 50% no-repeat;
		}

			#sidebar ul li a:hover
			{
				color: #000;
				background-color: #cdcc00;
			}

			#sidebar ul li a#subactive
			{
				color: #000;
				background-color: #dddd00;
			}

/* --- [ Seitenleiste und Hauptleiste ] --- */

img.picleft,
img.picright,
#sidebar img
{
	border: 1px solid #ccc;
}

img.picleft
{
	margin: 5px 10px 2px 5px;
	float: left;
}

img.picright
{
	margin: 5px 5px 5px 10px;
	float: right;
}

#sidebar img {
    margin: 10px 0px;
}

h2, h3
{
	clear: both;
}

h2
{
	font-size: 1em;
	font-family: 'Lucida Sans', 'lucida grande', 'lucida sans unicode', lucida, Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	color: #888800;
	border-bottom: 1px solid #ccc;
	padding: 25px 0 0 5px;
	margin-bottom: 10px;
}

h2 span {
    display: block;
    color: #484800;
    font-size: 0.76em;
}

h3
{
	font-size: 0.76em;
	font-weight: normal;
	color: #484800;
	line-height: 1.6;
	padding: 25px 0 0 5px;
}

h4
{
	font-size: 0.76em;
	color: #888800;
	line-height: 1.6;
	padding: 15px 0 0 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

	.onecolumn h4
	{
		padding: 5px 0 0 5px;
	    margin-left: 5px;
		clear: left;
	}

#content ul
{
	color: #393A0C;
	font-size: 0.76em;
	list-style-type: none;
	padding: 0 0 10px 0;
}

	#content ul li
	{
		background: url(/layout/icons/bs_arrow.png) 20px 0.4em no-repeat;
		padding-left: 35px;
		line-height: 1.6;
	}
	
	#content ul li.bluearrow
    {
        background: url(/layout/icons/bs_blue_arrow.png) 20px 0.4em no-repeat;	
    }
    
    #content ul li.grayarrow
    {
        background: url(/layout/icons/bs_gray_arrow.png) 20px 0.4em no-repeat;	
    }

.smallbox
{
	background: #fdffdf;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

p
{
	color: #393A0C;
	line-height: 1.6;
}

	#sidebar p
	{
		color: #6F6F00;
		font-size: 0.6em;
		padding: 5px 10px;
	}

	#content p
	{
		font-size: 0.76em;
		padding: 0 10px 10px 10px;
	}

	#content p.tip
	{
	   sbackground: url(/layout/tipbg.png) bottom left;
    }

/* --- [ Fußleiste ] --- */

#footer p
{
	width: 758px;
	margin: 0 auto;

	border: 1px solid #fff;
	border-width: 0 1px;

	background: #666;
	text-align: center;
	color: #fff;
	font-size: 0.6em;
	line-height: 2.3;
}

	#footer a
	{
		color: #fff;
		text-decoration: none;
	}

		#footer a:hover
		{
			color: #cdcc00;
			text-decoration: underline;
		}

.basicskills {
    color: #444;
    font-weight: bold;
}

.basicskills span {
    margin-right: 2px;
}

.basicskills .hidden {
    display: none;
}

table.profiletable {
    border-collapse: collapse;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    font-size: 0.76em;
    width: 520px;
    margin: 0 10px 10px 10px;
}

table.profiletable th {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px;
}

table.profiletable th.left {
    width: 120px;
}

table.profiletable tr.sub th {
    font-weight: normal;
    font-size: 0.76em;
    width: 80px;
}



table.profiletable td {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 50px;
    width: 80px;
    padding: 2px;
    text-align: center;

}


/* === [ Formulare ] =========================================================================== */

.contactform fieldset,
.searchform fieldset,
.kon2wf fieldset
{
	padding: 0 10px 10px 10px;
	color: #888800;
	border: 1px solid #ccc;
}

.contactform legend,
.searchform legend,
.kon2wf legend
{
	font-size: 0.79em;
	font-weight: bold;
}

.contactform label,
.searchform label,
.kon2wf label,
.kon2wf div.label
{
	float: left;
	clear: left;
	width: 140px;
	font-size: 0.76em;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	padding-top: 8px;
}

.kon2wf div.label label {
    font-size: 1em;
    padding-top: 0px;
    float: none;
    clear: none;
    width: auto;
}

.contactform label .required,
.contactform label.required,
.kon2wf label .required,
.kon2wf label.required
{
	font-weight: normal;
	color: #888800;
}

.contactform input, .contactform textarea,
.kon2wf input, .kon2wf textarea,
.kon2wf select,
.kon2wf div.value
{
	float: left;
	width: 200px;
	padding: 2px;
	margin: 6px 0 0 0;

	border: 1px solid #999;

	font-size: 0.76em;
	color: #444;
	background-color: #fdffdf;
}

.kon2wf div.value {
    background-color: transparent;
    border: 0;
    width: 200px;
    padding-top: 0px;
    padding-bottom: 6px;
}

.kon2wf select {
    padding: 2px 0 2px 0;
}

.kon2wf input.radio {
    width: auto;
    margin-right: 10px;
}

.contactform .inperror,
.kon2wf label.err
{
	border-color: #f00 !important;
}

.kon2wf p.err,
.kon2wf label.err {
    color: #f00 !important; 
}

.contactform .submit,
.kon2wf .submit
{
	font-size: 0.76em;
	width: auto;
}

.kon2wf .submit.next {
    float: right;
}

.kon2wf table td {
    white-space: nowrap;
    padding: 4px;
}

.kon2wf table label {
    font-weight: normal;
}

.kon2wf table.reprint {
    color: black;
}

.kon2wf table.reprint th {
    width: 13em;
    font-size: 0.76em;
    text-align: right;
    padding-right: 0.2em;
}

.kon2wf table.reprint td {
    width: 20em;
    font-size: 0.76em;
}

.kon2wf fieldset p {
    padding-bottom: 0 !important;
}

.kon2wf fieldset br {
    clear: both;
}

.kon2wf .listelementdescr {
    padding-bottom: 10px;
}

.kon2wf input.checkbox {
    width: auto;
}

.kon2wf fieldset p {
    padding-left: 0 !important;
}

table.kon2invoice {
    color: black;
    font-size: 0.76em;
}

table.kon2invoice th {
    border-bottom: 1px solid #c2c2c2;
}

table.kon2invoice td.total {
    border-top: 1px solid #c2c2c2;
}

table.kon2invoice td.r {
    text-align: right;
}

table.kon2invoice td.c,
table.kon2invoice th.c {
    text-align: center;
}



.contactform textarea
{
	width: 350px;
}


.searchform #query
{
	float: left;
	width: 118px;
	border: 1px solid #999;
	border-right-width: 0;
	color: #999;
	font-size: 0.76em;
	padding: 2px 2px;
	margin-top: 7px;
}

.searchform #submit
{
	float: left;
	width: 26px;
	height: 20px;
	margin-top: 7px;
}


.contactform textarea:focus, .contactform input:focus,
.searchform input:focus
{
	color: #000;
	background-color: #dddd00;
}

.contactform .hideinput
{
	border: 0 none;
	padding: 0;
	margin: 0;
}

.greenBG {
    background: #cdcc00;
}


/**
    Sitesupra Debugger
*/
#reportTab * {
    text-align: left;
}

table.testDates {
    font-size: .76em;
    margin-bottom:11px;
    margin-left: 8px;
    width: 100%;
    color: #393A0C;
}

table.testDates th {
    text-align: left;
}

table.testDates td, table.testDates th {
    padding: 2px;
    vertical-align: top;
}
