/* allgemeine einstellungen */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 10px 0px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.3em;
	text-align:center
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
img {
	border: 0px;
}
#seitentitel {
	display: none;
}
#content_wrap li {
	list-style-type: none;
	margin-bottom: 0.6em;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	padding-left: 1.5em;
}
#content_wrap ul {
	margin-bottom: 2.5em;
	margin-top: 1em;
}
.link_extern {
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
}
.link_pdf {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	line-height: 20px;
	padding-bottom: 3px;
}
.link_intern {
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 0px;
	margin-bottom: 2em;
	clear: both;
}
.link_back {
	background-image: url(../images/back_pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 0px;
	margin-bottom: 2em;
	clear: both;
}
.link_sound {
	background-image: url(../images/icon_sound.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: 0px 1px;
}
.link_movie {
	background-image: url(../images/icon_quicktime.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0px 1px;
}
a:focus {
	outline: none;
}
li.menu-current a, li.menu-parent a {
	color: #333333;
	font-weight: bold;
}

/* positionierung */
#wrap_all {
	width: 83em;
	margin:0 auto;
	text-align:left;
}

#header {
	margin-top: 80px;
	margin-bottom: 15px;
}
#logo {
	text-align: center;
	margin-top: 0px;
}
#content_wrap_startseite {
	width: 900px;
	margin-bottom: 30px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.award_startseite {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#jobs_startseite {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: -30px;
}
#wrap_all #content_wrap_startseite .award_startseite .spalte_startseite .center a {
	display: block;
	width: 150px;
	margin-right: 25px;
	margin-left: 25px;
}

#content_wrap_startseite h2 {
	line-height: 1.2em;
	margin-bottom: 5px;
	font-size: 1em;
}
.pdf_startseite li {
	display: inline;
	margin-right: 40px;
}
.pdf_startseite {
	margin-bottom: 30px;
}

#content_wrap {
	width: 690px;
	margin-bottom: 50px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
#content_wrap p {
	margin-bottom: 1em;
}

#copyright {
	display: none;
}

.bild_spalte_news {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
}
.text_spalte_news {
	width: 568px;
	margin-left: 120px;
}

.spalte_grau_1 {
	float: left;
	width: 200px;
	background-color: #EAE9E9;
	padding: 10px;
	margin-right: 15px;
	height: 26em;
}
.spalte_grau_2 {
	float: left;
	width: 200px;
	background-color: #EAE9E9;
	padding: 10px;
	margin-right: 15px;
	height: 26em;
}
.spalte_grau_3 {
	float: left;
	width: 200px;
	background-color: #EAE9E9;
	padding: 10px;
	height: 26em;
}

/* 1 Spalte */
#top_box {
	height: 200px;
	width: 690px;
	margin-bottom: 35px;
	border: 1px solid #999999;
}
.bottom_box {
	width: 690px;
}

/* 2 Spalten 1 Top */
.spalte1_2 {
	float: left;
	width: 345px;
}
.spalte2_2 {
	float: left;
	width: 345px;
}

/* 2 Spalten 2 Top */
.top_box_left {
	float: left;
	width: 345px;
	height: 200px;
	margin-bottom: 35px;
}
.top_box_right {
	float: left;
	width: 345px;
	height: 200px;
	margin-bottom: 35px;
}
.bottom_box_left {
	float: left;
	width: 345px;
}
.bottom_box_right {
	float: left;
	width: 345px;
}

/* 3 Spalten 1 Top */
.spalte1_3 {
	float: left;
	width: 230px;
}
.spalte2_3 {
	float: left;
	width: 230px;
}
.spalte3_3 {
	float: left;
	width: 230px;
}
.spalte_startseite {
	float: left;
	width: 200px;
}


/* footer */
#footer {
	clear: both;
	font-size: 80%;
	padding-left: 230px;
}
#footer p {
	margin-bottom: 3px;
}

/* allgemeines */
.padding_right {
	padding-right: 15px;
	padding-top: 0px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
hr {
color : #CCCCCC;
height : 1px;
padding : 0;
border-color : #CCCCCC;
border-width : 1px 0 0 0;
border-style : solid;
margin: 1em 0;
}
.center {
	text-align: center;
}
h1 { 
	color: #000;
	
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 5px;
}
h3 {
	margin-bottom: 0.8em;
	font-weight: bold;
	margin-top: 0.8em;
	font-size: 1em;
}

h4 {
	font-weight: normal;
	padding: 15px 0 0;
	margin-bottom: 8px;
}
/* main navigation */

.nav {
	float: left;
	width: 230px;
	margin-top: 60px;
}
.nav li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 8px;
}
.nav ul ul {
	margin-left: 20px;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_wrap h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
	line-height: 1.8em;
	font-size: 1em;
}



/* Seminar Logos */
.kd_seminar_logos li {
	list-style-image: none !important;
	list-style-type: none !important;
	display: inline;
	background-image: none !important;
	margin-left: 0px;
	padding-left: 0px !important;
}
.kd_seminar_logos img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}
.kd_uebersicht li {
	list-style-image: none !important;
	list-style-type: none !important;
	display: inline;
	background-image: none !important;
	margin-left: 0px;
	padding-left: 0px !important;
}
.kd_uebersicht img {
	margin-right: 8px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}
.kd_uebersicht ul li a:hover img {
	border: 1px solid #000000;
}
.kunden_logo {
	float: left;
	height: 172px;
	width: 172px;
	margin-bottom: 30px;
}
.kunden_logo img {
	border: 1px solid #999999;
}
.kunden_info {
	width: 345px;
	margin-left: 172px;
	margin-bottom: 30px;
}
.kunden_info li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 15px;
}
#wrap_all #content_wrap .kunde_liste h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
}
.kunde_liste {
	margin-bottom: 10px;
}
.gesperrt_up {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.bild_left {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.bild {
	padding: 0px;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.bild img, .bild_left img {
	padding: 0px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	
}
.bild dd, .bild_left dd {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 90%;
}
.bild_arbeitsbsp {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#flashcontent {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin-bottom: 2em;
}
.smalltext {
	font-size: 80%;
	color: #666666;
}
.campaign {
	margin-bottom: 20px;
}
.thumbnail li {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	height: 51px;
	width: 51px;
	overflow: hidden;
	background-image: none !important;
	padding: 0px !important;
	left: auto;
	top: auto;
	right: auto;
}

.thumbnail {
	margin: 0px 0px 30px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 300px;
	float: left;
}
.thumbnail a:hover img {
	border: 1px solid #FF9900;
}
.thumbnail a img {
	border: 1px solid #999999;
}
.camp_img {
}
.camp_img a img {
	border: 1px solid #999999;
}
.camp_img a:hover img {
	border: 1px solid #FF9900;
}


/* Startseite */

.adresse p {
	margin-bottom: 8px;
	margin-top: 0px;
}
#logo_startseite {
	height: 30px;
	margin-bottom: 50px;
	margin-top: 60px;
}
/* navigation top horizontal */
.container1 ul {
	list-style-type: none;
	text-align: center;
	width:69.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 120%;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.container1 ul {
	-webkit-text-size-adjust: none;
}
#menu1 li {
	display:inline;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
  }
  
#menu1 li.menu-first, #menu2 li.menu-first {
	background-image: none;
  }
#menu1 a {
	
  }
#menu1 .menu-first a {
	padding-left: 0px;
}
#menu1 .menu-last a {
	padding-right: 0px;
}
#menu1 a:hover {
	color:#000; 
}

.container2 ul {
	text-align: center;
	list-style-type:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}
#menu2 li {
	display:inline;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
  }
#menu2 a {
	text-decoration:none;
	padding-top: 4px;
	padding-right: 1.7em;
	padding-bottom: 4px;
	padding-left: 2.3em;
	letter-spacing: 0.1em;
  }
#menu2 .menu-first a {
	padding-left: 0px;
}
#menu2 .menu-last a {
	padding-right: 0px;
}
#menu2 a:hover {
  color:#000; 
}

/* bottom navigation */
#subnav {
	float: right;
	margin-bottom: 50px;
	clear: both;
	margin-top: 30px;
}
#subnav .menu-top {
	float: left;
	margin: 0px;
	padding: 0px;
}
#subnav li, .factsheet {
	list-style-image: none;
	list-style-type: none;
	margin-right: 1em;
	margin-left: 0em;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 0px;
}
.no_2cond_lang {
	color: #e0dfdf;
}
a:hover.no_2cond_lang  {
	color: #e0dfdf;
	text-decoration: none;
	/*cursor:crosshair;*/
	cursor:e-resize;
}

/* ticker */
#ticker_container {
	margin-bottom: 20px;
	height: 20px;
}
.mooquee
{
	padding: 5px;
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;	
}

.mooquee-text
{
	/* don't change */
	position: absolute;
}
#mooquee1 ul li {
	display: inline;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
}
#mooquee1 ul {
	padding: 0px;
	margin: 0px;
}

  #footer_nav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}
#gwa_mitglied img {
	float: left;
	margin-right: 10px;
}
#gwa_mitglied p {
	padding-top: 10px;
	color: #666666;
}
#subnav {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
