@CHARSET "UTF-8";


/**
 * bitExpert stylesheet. More or less documented with CSSDoc[1]
 *
 * [1] http://cssdoc.net
 *
 * @media   screen
 * @site    bitExpert.de
 * @version	$Revision: 224 $
 * @date	$Date: 2008-04-02 15:02:29 +0200 (Mi, 02 Apr 2008) $
 * @author  bitExpert AG <info@bitExpert.de>
 */


/**
 * global reset of margin / padding
 * 
 * @section reset
 */
* {
	margin: 0;
	padding: 0;
}


/**
 * Common CSS definitions
 *
 * @section common formats
 */
.clear {
	clear: both;
}

a {
	outline: none;
}

span.error {
	font-weight:bold;
	color:red;
}

img.link {
	border:0;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #000;
	margin: 10px 17px 0px 17px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	margin: 10px 17px -6px 17px;
}

small.post, pre, div.navigation {
	margin-left: 17px;
}

div.navigation .alignleft {
	float: left;
}

div.navigation .alignright {
	float: right;
}

input[type=text]{
	height:17px;
	width:234px;
	border:none;
	border-left:1px solid #CACAC8;
	border-right: 1px solid #CACAC8;
	padding-left:4px;
}

textarea{
	border:none;
	border-left:1px solid #CACAC8;
	border-right: 1px solid #CACAC8;
	color:#EE7F00;
	font-size:11px;
	width: 605px;
}


/**
 * Definitions for search form
 *
 * @section search form content
 */
input[type=text]#s{
	height: 17px;
	width: 58px;
	border:none;
	border-left: 1px solid #CACAC8;
	border-right: 1px solid #CACAC8;
	padding-left: 4px;
	margin-left: 18px;
}

input[type=image]#search{
	position: relative;
	top: 3px;
}

/** 
 * Basic layout structure
 *
 * @section layout structure
 */
html {
	overflow: scroll;
	overflow-x: hidden;
}


html, body {
	height: 100%;
}


body {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #445052;
	font-stretch: narrower;
}


#wrapper {
	height: 100%;
}


#container, #inner {
	min-height: 100%;
	height: auto;
}

#container {
	position: relative;
	text-align: center;
	width: 1003px;
	margin: 0 auto 0 auto;
	background-image: url("../images/bg_web.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	/*background-color: #F4F0EF;*/
        background-color: #5a5a62;
}

#inner {
	width: 951px;
	margin: 0 26px;
	background-color: #FFFFFF;
}

#content {
	position: relative;
	text-align: left;
	margin: 0 33px 0 33px;
	width: 884px;
	min-height: 100%;
	height: auto;
}

#top {
	position: relative;
	width: 884px;
	font-size: 11px;
	height: 57px;
	top: 0;
	left: 0;		
}

#logo {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 167px;
	height: 57px;
	cursor:pointer;
}

#logo img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#logo img.sub {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 1;
}

#logo #subtext {
	position: absolute;
	bottom: 14px;
	left: 0;
	color: #EE7F00;
	font-weight: normal;
	display: none;
}

#logo #subtext a,
#logo #subtext a:hover,
#logo #subtext a:active,
#logo #subtext a:visited,
#logo #subtext a:focus,
#logo #subtext a:link {
	text-decoration: none;
	color: #EE7F00;
}


/** 
 * Definitions of main menu
 *
 * @section mainmenu
 */
#mainmenu {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	height: 57px;
	width: 717px;
	text-align: left;
}

#mainmenu ul {
	position: absolute;
	bottom: -2px;
	left: 0;
	list-style: none;
	margin-left: 27px;
}

#mainmenu ul li {
	display: inline;
	margin-left: 18px;
}

#mainmenu ul li.first {
	margin-left: 0;
}

#mainmenu ul li a,
#mainmenu ul li a:visited,
#mainmenu ul li a:active {
	color: 	#445052;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #EE7F00;
	text-decoration: none;
}

#mainmenu ul li a.current {
	color: #EE7F00;
	text-decoration: none;
}


/** 
 * Definitions of bitExpert playground area including submenu
 *
 * @section playground
 */
#playground {
	position: relative;
	top: 0;
	left: 0;
	width: 884px;
	height: 161px;
	margin-top: 14px;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url("../images/playground.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#playground #background, #playground #menucontainer, #playground #flashreplace {
	position: absolute;
	top: 0;
	left: 0;
	width: 884px;
	height: 161px;
	overflow: hidden;
	z-index: 5;
}

#playground #background {
	z-index: 10;
}

#playground #overlay {
	position: absolute;
	width: 884px;
	height: 161px;
	z-index: 20;
	display: none;
}

#playground #menuwrapper {
	position: relative;
	width: 881px;
	height: 161px;
	left: 1px;
	z-index: 20;
	overflow: hidden;
}

#playground #menucontainer {
	position: absolute;
	top: 10px;
	left: 0;
	width: auto;
	height: 27px;
	z-index: 20;
}

#playground #menucontainer #submenu {
	height: 27px;
	min-width: 5px;
	width: auto;
	background-image:url("../images/bg_submenu.png");
	background-repeat: repeat-x;
	margin-right: 10px;
	float: left;
}

#playground #menucontainer #clickarea {
	width: 20px;
	height: 27px;
	position: absolute;
	right: 0px;
	float:right;
	background-image: url('../images/subNavi_right.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#playground #menucontainer #clickarea img {
	position: absolute;
	top: 0px;
	left: 5px;
	height: 27px;
	width: 	9px;
        display: none;
}

#playground #menucontainer #submenu ul {
	position: relative;
	top: 7px;
	left: 10px;
}

#playground #menucontainer #submenu ul li {
	list-style: none;
	display: inline;
	margin-right: 16px;
	font-size:11px;
	color: #FFFFFF;
}

#playground #menucontainer #submenu ul li a:link,
#playground #menucontainer #submenu ul li a:visited {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-stretch: narrower;
	color: #FFFFFF;	
	text-decoration: none;
	opacity: 1.0;
}

#playground #menucontainer #submenu ul li a:hover {
	color: #343D3F;	
}

#playground #menucontainer #submenu ul li a.current {
	color: #343D3F;
}

#dummy ul li {
	list-style: none;
	display: inline;
	margin-right: 16px;
	font-size:11px;
	color: #FFFFFF;
}


/** 
 * Some global rules for the content templates defined below
 *
 * @section global template rules
 */
.top {
	width: 884px;
	height: 7px;
	margin-top: 14px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.content {
	position: relative;
	background-position: left top;
	background-repeat: repeat-y;
	width: 884px;
	line-height:1.5em;
}

.content a,
.content a:hover,
.content a:active,
.content a:visited{
	color:#EE7F00;
	text-decoration:none;
}

.content table td h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.gradient {
	width: 884px;
	min-height: 299px;
	height: auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.left, .right, .inner_content, .one_column_text {
	position: relative;
	top: 0;
}

.left, .one_column_text {
	float: left;
	left: 0;
}

.right {
	float: right;
	right: 0;
}

.left p, .middle p, .right p, .one_column_text p {
	margin: 10px 17px 17px 17px;
}

.content ul {
	list-style-type: square;
	margin-left: 45px;
	margin-bottom: 17px;
}

.content ol {
	margin-left: 45px;
	margin-bottom: 17px;
}

.content ol.commentlist {
	margin-top: 12px;
	margin-left: 52px;
}

/** 
 * The definitions for the tow column content template
 *
 * @section template tow_columns
 */
#two_columns .top {
	background-image: url("../images/2er_rund_oben.jpg");
}

#two_columns .content {
	background-image: url("../images/2er_farbe.jpg");
}

#two_columns .gradient {
	background-image: url("../images/2er_verlauf.jpg");
}

#two_columns .left {
	width: 156px;
}

#two_columns .left img {
	margin-top: -7px;	
}

#two_columns .left ul {
	list-style-type: none;
	margin-left: 17px;
}

#two_columns .left ul li {
	margin-top: 10px;
	list-style: none;
}

#two_columns .left ul li a,
#two_columns .left ul li a:active,
#two_columns .left ul li a:visited {
	color: #445052;
}

#two_columns .left ul li a:hover,
#two_columns .left ul li a.current {
	color: #EE7F00;
}

#two_columns .right {
    line-height: 2em;
    width: 681px;
    margin-right:30px;
}

/** 
 * Styling of the page footer
 *
 * @section footer
 */
#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 884px;
	height: 25px;
	margin-top: 14px;
	font-size: 8px;
}

#footer ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin-left: 8px;
}

#footer ul li.first {
	margin-left: 0;
}

#footer ul li a,
#footer ul li a:visited,
#footer ul li a:active {
	color: #445052;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #EE7F00;
	text-decoration: none;
}
