/*
	                                                             ||
  Index:                                                         ||
  =================================================================
  ||  1 Basic
  ||    1.1 Font
  ||    1.2 Headlines / Links
  ||    1.3 Scrollbars
  ||  2 Tag's
  ||  3 Form
  ||  4 Classes & ID's
  ||    4.1 General
  ||    4.2 Project Specific
  ||    4.3 Navigation
  =================================================================
	                                                             ||
  Notes:                                                         ||
  =================================================================
  !!  Setz den Hintergrund im header oder head nicht hier im CSS
  !!  sonst wird der Hintergrund auch im Editor angezeigt.
*/

/* .:: 1.1 Font ::. */

body,table,td,div,p,h1,h2,h3,h4,h5,h6,input,select,textarea,.norm,.normbold,a,a:hover {
	font-family:  Arial, Verdana, SunSans-Regular, Sans-Serif;
	color:#000000;
}

body,div,p,input,select,textarea,.norm,.normbold {
	font-size: 12px;
}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	top:0;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	margin: 0px;
	padding: 0 0 5px 0;
}

a:link { color:#2f9e6c;text-decoration:none;}
a:visited { color:#2f9e6c;}
a:hover { color:#999;}
a:active { color:#2f9e6c;}

/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

body {
	color:#000000;
	padding:0;
	margin:0;
}

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 30px;
	vertical-align: middle;
}

li {
	list-style-position:inside;
	list-style-type:square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* .:: 3 Form ::. */

form {
	margin: 0px;
	padding: 0px;
}

input.button {
	border: 1px solid #78a8d1;
	background-color: #608fb3;
	color:#FFFFFF;
	height:20px;
	width:36px;
	font-weight:bold;
	margin:3px 0px 3px 0px;
	padding:0;
}

input,select,textarea {
	border: 1px solid #78a8d1;
	background-color: #e8eef3;
	color: #000000;
	margin:0px 0px 2px 0px;
	height:18px;
	font-weight:normal;
	padding: 3px 0px 0px 3px;
}

.radio {
	border: 0px solid #999999;
	background-color: #c3d5e4;
}

.noborder {
	border: 0px solid #666666;
}
.tb_1{
	background-image:url(/images/layout/tb_bg1.gif);
	background-repeat:no-repeat;
	height:21px;
	padding: 0 0 0 14px;
	font-weight:bold;
}

.tb_2{
	width:180px;
	height:116px;
	text-align:center;
	border:1px solid #cad9e5;
	margin-bottom:10px;
}

.tb_3{
	margin-top:10px;
}

/* .:: 4.1 General Classes & ID's ::. */

.norm {
	color: #000000;
}

.normbold {
	font-weight: bold;
	color: #000000;
}

.border {
	border: 1px solid #FFFFFF;
}

/* .:: 4.2 Project Specific Classes & ID's ::. */

/* ----------container zentriert das layout-------------- */
#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 104px 0 0 0;
	background-image:url(/images/layout/banner.jpg);
	width:990px;
	height:55px;
}

#mainnavi {
	margin:0px 0px 0px 309px;
	height:22px;
	position:relative;
	display: block;
	width:681px;
	color:#FFFFFF;
}

#lang {
	height:22px;
	float:left;
	width:990px;
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px 30px 0px 30px;
	margin: 65px 170px 0px 186px;
	height:505px;
}


/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 175px;
	margin: 65px 0 0 0;
	padding:0 0 0 17px;
	background-image:url(/images/layout/bg_left.gif);
	background-repeat:repeat-y;
	height:505px;
    color:#666666;
	
}
#right {
	float: right;
	width: 170px;
	padding: 274px 0 0 0;
	background-repeat:no-repeat;
	height:240px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	margin: 0 15em;
}

/* .:: 4.3 Navigation ::. */

a.l1, a.l1:visited {
	display: block;
	float: left;
	padding: 4px 28px 0px 28px;
	height:18px;
	text-decoration:none;
	font-weight:bold;
	border-left:1px solid #FFFFFF;
	background-image:url(/images/layout/l1_a.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

a.l1:hover {
	display: block;
	float: left;
	padding: 4px 28px 0px 28px;
	height:18px;
	text-decoration:none;
	font-weight:bold;
	border-left:1px solid #FFFFFF;
	background-image:url(/images/layout/l1_a.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

a.l1_act, a.l1_act:visited {
	display: block;
	float: left;
	padding: 4px 28px 0px 28px;
	height:18px;
	text-decoration:none;
	font-weight:bold;
	border-left:1px solid #FFFFFF;
	background-image:url(/images/layout/l1_act.gif);
	background-repeat:no-repeat;
	background-color:#608fb3;
	color:#FFFFFF;
}

a.l1_act:hover {
	display: block;
	float: left;
	padding: 4px 28px 0px 28px;
	height:18px;
	text-decoration:none;
	font-weight:bold;
	border-left:1px solid #FFFFFF;
	background-image:url(/images/layout/l1_act.gif);
	background-repeat:no-repeat;
	background-color:#608fb3;
	color:#FFFFFF;
}

a.nav-sub, .nav-sub:hover .nav-sub:visited, a.nav-sub-act, .nav-sub-act:hover, .nav-sub-act:visited{
	display: block;
	width: 160px;
	padding: 3px 0px 2px 0px;
	text-decoration: none;
	border-top: 1px solid #608fb3;
	color:#666666;
}

.nav-sub {
	color:#666666;
}

.nav-sub:hover {
	color:#666666;
	background-color:#cfdde8;
}

a.nav-sub:visited {
	color:#666666;
}
.nav-sub-act {
	color:#000;
	font-weight:bold;
}

.nav-sub-act:hover {
	color:#333;
	background-color:#cfdde8;
}
.nav-sub-act:visited {
	color:#000;
}
a.lang, .lang:hover, a.lang:visited, a.lang-act, .lang-act:hover, .lang-act:visited{
	background-image:url(/images/layout/bg_lang.gif);
	background-repeat:repeat;
	height:17px;
	display: block;
	float: right;
	padding: 4px 7px 0px 7px;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:1px;
	font-size:11px;
}
#order{
	color:#FFFFFF;
	font-weight:bold;
	padding: 0 12px 0 30px;
	}
