@charset "utf-8";

/********************************************/
/**                                        **/
/**  Projekt:       awk.de                 **/
/**  Stylesheet:    MAIN CSS               **/
/**  Erstellt:      03/2008                **/
/**                                        **/
/********************************************/

html {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body {
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

.clearer {
	clear: both;
}

hr {
  border: none;
  border-bottom: 1px #B2B5C7 dashed;
}

label {
	float: left;
	width: 180px;
	font-weight: bold;
}

fieldset {
	border: none;
	padding: 10px;
}

fieldset br{
	clear: both;
}

legend {
	font-weight: bold;
}

.breit {
	width: 400px;
}

.halb {
	width: 170px;
}

.schmal {
	width: 80px;
}

fieldset input, fieldset select {
	width: 180px;
	font-size: 0.9em;
}

/********************************************/
#logo_print {
	display: none;
}

#fb-btn {
    height:149px;
    width: 43px;
    position:absolute;
    top:0;
    left:-28px;
    z-index:100;
}

#background {
	background-image: url(../img/banner/banner_default.jpg);
	background-repeat: no-repeat;;
	background-position: top center;
	margin: 0;
	padding: 0;
}

#header {
	height: 150px;
	width: 844px;
	margin: 0 auto;
	text-align: right;
	padding: 6px 60px 0 0;
	position: relative;
}

#header #sword {
	border: none;
	background-color: transparent;
	width: 155px;
}

#header #homelink {
	position: absolute;
	display: block;
	top: 100px;
	left: 30px;
	height: 50px;
	width: 120px;
}

#main {
	width: 857px;
	margin: 0 auto;
	padding: 4px 0 0 19px;
    position: relative;
}

#left {
	float: left; 
	width: 620px;
}

#left .content {
	padding: 25px 0px 5px 25px;
}

#right {
	float: left;
	width: 220px;
	overflow: hidden;
}

#right .content {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 10px;
}

#right .content h1{
	padding: 0px 0px 0px 20px;
}

#right #tools {
	height: 230px;
	padding: 33px 0 0 0;
}

	#right #tools h1 {
		color: #FFFFFF;
		margin: 6px 0 0 20px; 
		font-size: 1.4em;
	}
	
	#right .tools-list {
		list-style: none; 
		margin: 6px 0 0 20px; 
		padding: 0;
	}
	
	#right .tools-list li{
		list-style: none; 
		margin: 0; 
		background-image: url(../img/icon_arrow_tools.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding: 4px 0 3px 20px;
		font-size: 12px;
	}
	
	#right .tools-list li a{
		color: #FFFFFF;
	}

#right .sidebar-element {
	background-image: url(../img/bg_sidebar-element.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e4e5ec;
	padding: 0;
	margin: 10px 10px 10px 0; 
	width: 200px;
	border: 1px #d8dae7 solid;
}



#right .sidebar-element h3{
	margin: 0;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 7px;
}

#right .sidebar-element ul{
	margin: 10px 0 0 10px;
}

#right .sidebar-element p{
	padding: 0 10px 0 10px;
}

#right .first {

}

#contentimg {
	width: 619px;
	height: 263px;
}


/********************************************/
/**   Hauptnavigation                      **/
/********************************************/

#main_nav {
	position: absolute;
	top: 115px;
	left: 165px;
	width: 700px;
	height: 30px;
	margin:0;
	padding: 0 0 0 2px;
	background-image: url(../img/bg_main_nav.gif);
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 11px;
}

#main_nav a {
	display: block;
	padding: 4px 12px 11px 12px;
}

#main_nav a:hover {
	text-decoration: none;
}

#main_nav li{
	float:left;
	text-align: center;
	padding: 0;
	list-style: none;
	background-image: url(../img/bg_main_nav_li_no.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

	#main_nav li.sel, #main_nav li.sel:hover{
		background-image: url(../img/bg_main_nav_li_sel.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}

	#main_nav li:hover{
		background-image: url(../img/bg_main_nav_li_hover.gif);
	}
	
/* Ebene 2 */	
.main_nav2 {
	position:absolute;
	top: 20px;
	left: 0;
	display: none;
}	

#main_nav .main_nav2 li{
	display: block;
	float: none;
	width: 180px;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 15px;
	background-image: none;
	background-color: #2F2F4D;
	border-bottom: 1px #000000 solid;
	border-left:1px #000000 solid;
	border-right: 1px #000000 solid;
}	

#main_nav .main_nav2 li:hover{
	background-image: none;
	background-color: #3C3C57;
}	

#main_nav li:hover .main_nav2{
	display: block;
}	

#main_nav li .main_nav2 li a{
	padding: 5px 8px;
}	

	
/********************************************/
/**   Footer                               **/
/********************************************/	

#footer {
	height: 173px;
	background-image: url(../img/bg_bottom_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

	#contentfooter {
		width: 857px;
		margin: 0 auto;
		background-image: url(../img/bg_footer.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		height: 173px;
		position: relative;
	}
	#contentfooter .sidebar-element_simple {
   	/* background-image: url(../img/dash.gif);
	background-position: top;
	background-repeat: repeat-x; */
	padding: 90px 0 0 650px;
	margin: 10px 10px 10px 0; 
	
}
	#footer a {
		color: #95a9c0;
	}
	
	#footer #company{
		position: absolute;
		top: 80px;
		left: 25px;
	}
	
	#footer #address{
		position: absolute;
		top: 80px;
		left: 391px;
	}
	
	#footer #linkto {
	   position: absolute;
	   left: 29px;
	   top: 54px;
	}
	
	#footer #footer_impressum {
		position: absolute;
		top: 65px;
		left: 391px;
		padding: 0 0 0 17px;
		background-image: url(../img/icon_impressum.gif);
		background-repeat: no-repeat;
		background-position: left;
	}
	
	#footer #footer_top {
		position: absolute;
		top: 65px;
		left: 730px;
		padding: 0 0 0 17px;
		background-image: url(../img/icon_top.gif);
		background-repeat: no-repeat;
		background-position: left;		
	}
	
	#footer #footer_drucken {
		padding: 0 0 0 20px;
		background-image: url(../img/icon_print.gif);
		background-repeat: no-repeat;
		background-position: left;	
		position: absolute;
		top: 65px;
		left: 780px;
	}
	
	
/********************************************/
/**   Startseite                           **/
/********************************************/	

#start_content {
	width: 330px;
	float: left;
}

#start_right {
	margin: 0 0 0 22px;
	padding: 0;
	float: left;
	width: 220px;
}


.newsflash {
	list-style: none;
	margin:30px 0 3px 0;
	padding: 0;
	background-image: url(../img/dash.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 220px;
}

.newsflash li {
	list-style: none;
	margin:0;
	padding: 6px 0 6px 0;
	background-image: url(../img/dash.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.newsflash a{
	font-weight: bold;
	color: #5d627b;
}

.news-more {
	background-image: url(../img/bg_weiterbutton.gif);
	background-position: right;
	background-repeat: no-repeat;
	line-height: 25px;
	text-align: right;
	font-weight: bold;
	display: block; 
	padding: 0 30px;
	color: #5d627b;	
}

/********************************************/
/**   Folgeseite                           **/
/********************************************/

.subleft {
	width: 140px;
	float: left;
	min-height: 300px;
	background-image: url(../img/bg_subnav.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.del_bg {
	background-image: none;
}

.main_start {
	background-image: url(../img/bg_main.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.main_standard{
	background-image: url(../img/bg_main.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.main_sidebar{
	background-image: url(../img/bg_main_sidebar.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.main_standard .content{
	width: 420px;
	float: left;
}

.main_sidebar .content{
	width: 420px;
	float: left;
}

#subnav {
	margin:60px 2px 0 0;
	padding: 0;
	list-style: none;
	background-image: url(../img/bg_subnav_li.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 11px;
}

#subnav li {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_subnav_li.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	line-height: 1.2em;
}

#subnav li a{
	color: #515970;
	padding: 9px 0 9px 20px;
	display: block;
}

#subnav li.sel a{
	color: #000000;
	font-weight: bold;
}

	
	#subnav li ul.level2 {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#subnav li ul.level2 li{
		margin: 0;
		padding: 0;
		background-image: url(../img/bg_subnav_li_level2.gif);
		background-position: top left;
		background-repeat: repeat-x;
		line-height: 1.2em;
	}
	
	#subnav li ul.level2 li a{
		color: #515970;
		font-weight: normal;
		padding: 3px 0 3px 30px;
	}
	
	#subnav li ul.level2 li.sel a{
		font-weight: bold;
	}


/********************************************/


.pbox {
	margin: 0 10px 45px 0;	
	overflow: hidden;
}

.w_small {
	width: 200px;
	float: left;
}

.w_big {
	width: 410px;
	float: left;
}

.pbox h3 {
	margin: 0;
	font-size: 1em;
	padding: 3px;
	background-image: url(../img/bg_teaser_head.gif);
	background-position:top;
	background-repeat: repeat-x;
	/* color: #222b77; */
	color: #7F8397;
}

.ptext {
	margin: 5px 0 0 0;
}

.ptext p {
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}


/********************************/
/*  Errors in layer window 
/*******************************/

#errorwindow {
	position: absolute;
	background-color: #FFFFFF;
	border-bottom: 1px #888888 solid;
	border-right: 1px #888888 solid;
	width: 300px;
	height: auto;
	top: 280px;
	left: 300px;
	z-index: 5;
	background-image: url(../img/warning.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}

#errorwindow ul, .window{
	border: 6px #1A215B solid;
	border-top: 15px #1A215B solid;
	margin: 0;
	padding: 10px 30px 10px 10px;
}

#errorwindow ul p{
	margin: 5px 0 0 0;
	color: #999999;
}


#errorwindow li{
	margin: 0;
	padding: 3px 3px 3px 30px;
	list-style: none;
	list-style-image: none;
	background-image: url(../img/icon_info.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#closewindow{
	position: absolute;
	top: 1px;
	right: 6px;
}


/************* KONTAKTE ************/
.black {
  color: #000000;
}

.ptermine img.box {
	 width: 200px;
	 height: 91px;
	 margin: -10px 0 0 -10px;
}

.ptermine {
	margin: 0;
	padding: 0;
}

.ptermine li{
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
}

div.kboxvcard .kimage img,
div.kboxvcard .kimage img {

	margin: 5px 8px 0 0;
}

div.kboxvcard,
div.kboxvcard {
	margin: 0 0 15px 0;
}

div.kboxvcard span.name,
div.kboxvcard span.name {
	font-size: 12px;
	font-weight: bold;
}

div.kboxvcard span.name a,
div.kboxvcard span.name a {
	color: #333;
}

p.kontakte_spruch,
p.kontakte_spruch {
	float: right;
	line-height: 20px;
	width: 320px;
	margin: 0 20px 0 0;
}

p.kontakte_spruch i,
p.kontakte_spruch i {
	font-weight: normal;
}

 .kboxvcard table {
	margin: 0 0 0 10px;
	width: 300px;
	font-size: 0.9em;
	line-height: 1.3em;
}

 .kboxvcard table td{
	  padding: 0;
	  border-bottom: none;
}

div.kboxvcard_detail .kimage img,
div.kboxvcard_detail .kimage img {
	margin: 5px 8px 0 0;
	float: left;
}


div.kboxvcard_detail,
div.kboxvcard_detail {
	margin: 0 0 15px 0;
}

div.kboxvcard_detail span.name,
div.kboxvcard_detail span.name {
	font-size: 12px;
	font-weight: bold;
}

div.kboxvcard_detail span.name a,
div.kboxvcard_detail span.name a {
	color: #333;
}

 .kboxvcard_detail table {
	margin: 0;
	width: 400px;
}

 .kboxvcard_detail table td{
	  padding: 0;
	  border-bottom: none;
}

#right ul.sbkontakte {
	margin: 0 6px;
	padding: 0;
	list-style-type: none;
	background-image: none;
}

#right ul.sbkontakte li {
	margin: 0;
	padding: 5px 0;
}	

/**************************/

.dateidialog {
  padding: 30px;
}

.dateidialog img{
  float: right;
}

/******************************************/
/** Daten fuer Druckversion verstecken    */
/******************************************/

#print_header {
	display: none;
}


/**********************************************/
/* sIFR */

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/*---- Header styling ---*/
