/*
#
#	KELLER & KOLLEGEN
#	structure.css
#
#
*/

/* Initial Reset
--------------------------------------------------*/

html, body, form, fieldset, legend {
	margin: 0;
	padding: 0;	
}
html { font-size:100.01%; } /* 14px/16px = .875, 18px/16px = 1.125. */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, li, dd, blockquote {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 12px;
	font-family: inherit;
}
img { border: 0;}


/* Body & Forms
--------------------------------------------------*/
body, textarea, input {
	background: #fff url("../images/bg_body.jpg") center repeat-y;
	font-family: Arial;    	
	font-size: 0.8em;
	color: #55595c;
	font-weight: normal;	
}
/* Wrapper
--------------------------------------------------*/

div#wrapper {
	text-align: left;
	position: relative;	
	width: 602px;	
	top: 60px;
	margin: 0 auto;
}
div#logo-moderationen a {
	text-transform: uppercase;
	color: #dedede;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
div#logo {
	text-align: right;
	margin-bottom: 60px;
	padding-right: 1px;
}
div#logo img{
  margin-top:13px;
}

blockquote#qimage {	
	margin:14px 0 3px 0;
}

/* Navigation
--------------------------------------------------*/

ul#navigation {	
	position: relative;
	background-color: transparent;
	height: 14px;
	width: 593px;
	overflow: hidden;
}
ul#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
ul#navigation li a {
	position: absolute;
	top: 0;	
	text-indent: -9000px;
	text-decoration: none;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:14px; /* IE5/Win */
	background: transparent url("../images/navi_matrix.gif") no-repeat;
}
ul#navigation li.was-ist-online-moderation a 				{ background-position: 0 top; width: 170px; left: 0;}
ul#navigation li.was-ist-online-moderation a:hover		{ background-position: 0 -14px;}
ul#navigation li.was-ist-online-moderation a.activ		{ background-position: 0 -14px;}

ul#navigation li.moderatorinnen-und-moderatoren a 			{ background-position: -170px top; width: 187px; left: 170px;}
ul#navigation li.moderatorinnen-und-moderatoren a:hover		{ background-position: -170px -14px;}
ul#navigation li.moderatorinnen-und-moderatoren a.activ		{ background-position: -170px -14px;}

ul#navigation li.fullservice a 				{ background-position: -355px top; width: 133px; left: 355px;}
ul#navigation li.fullservice a:hover		{ background-position: -355px -14px;}
ul#navigation li.fullservice a.activ		{ background-position: -355px -14px;}

ul#navigation li.kontakt a 				{ background-position: -487px top; width: 107px; left: 487px;}
ul#navigation li.kontakt a:hover		{ background-position: -487px -14px;}
ul#navigation li.kontakt a.activ		{ background-position: -487px -14px;}


/* Content
--------------------------------------------------*/
div#content {
	padding: 56px 25px 0 60px;
	background: #fff url("../images/bg_content.jpg") repeat-x;
	width: 515px;
}

div#artikel {
		font-size: 12px;
}

h1 {
	margin: 0 0 20px 0;
	color: #f29200;
	font-size: 20px;
}

h2 {
	color: #919294;
	font-size: 1.3em;
	padding: 0 0 25px 0;
}

h4 {
	padding: 0 0 25px 0;
	font-size: 1em;
	color: #98999b; 
}
h5 {
	padding: 0 0 13px 0;
	font-size: 1em;
	color: #565656; 
}
h4 i {
	font-weight: normal;
	font-size: 0.9em;
}

ul.liste {	
	margin:0 0 20px 0;		
}
ul.normal {
	margin-bottom: 0;
}
p {
	margin-bottom: 10px;
}
ul.liste li {
	padding-left: 15px;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin-bottom: 5px;
}
.dotted-line-background {
	background:transparent url("../images/line_dotted.gif") repeat-x scroll center bottom;
}
ul#kundenListe li {
	padding-bottom: 55px;
	margin-bottom: 15px;
}
.kundenLogo {
	float: left;
	width: 220px;
	height: 145px;
	/* background: transparent url("../images/bg_kunden_logo.jpg") no-repeat; */	
}
.kundenLogo img {
	position: relative;
	top: 0px;
	left:0px;
}

.kundenLogoText {
	position: relative;
	top: 5px;
	margin-left: 250px;
}
.zur-online-mod {
	padding-left: 60px;
	display: block;
	height: 40px;
	line-height: 30px;
	background: transparent url("../images/bg_link_auge.png") 0 0 no-repeat;	
	color:#F29301;
	font-weight:700;
}
* html .kundenLogoText, /* IE6/IE7 */
*+html .kundenLogoText {
	top: -10px;
}

.kundenLogoText h4 {
	padding-bottom: 5px;
}

div#flashcontent {
	height: 155px;
	width: 600px;
}

/* Footer
--------------------------------------------------*/
div#footer {
	font-size: .675em;	
	text-align: left;
	padding-bottom: 55px;
	color: #b2b5b7;
}
div#footer .footer-link  {
	color: #b2b5b7;
	text-decoration: none;
}

div#footer a {
	font-weight: bold;
	color: #3b3b3d;
}
/* Links
------------------------------------------------ */
a.aktion {
	display: block;
	width: auto;
	padding: 0 0 10px 15px;
	background-image: url("../images/bullet_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .25em;
	font-weight: bold;
	color: #3b3b3d;
}
a.aktion:hover {
	color: #f29301;
}


a.termin-vereinbaren {
	color: #f29301;
	font-weight: 700;
}
/* HR
------------------------------------------------ */
div.hrline hr{ /* take out the troublemaking HR */
	display:none;
}
div.hrline { /* DIV that wraps and replaces the HR */
	background: transparent url("../images/line_dotted.gif") repeat-x center center;
	height: 40px;
}
div.onepixel {
	height: 1px;
}
/* Cols
------------------------------------------------- */

.oneCol { /* To be used for two half Cols aligned next to each other */
	float: left;
	width: 255px;
}	
/* Formulare
--------------------------------------------------- */

.alertBg {	
	background: #ffeded;
}
.errorImg {
	position: relative;
	top: 2px;
	margin-left: 7px;

}

textarea,
input,
select {
	font-size: 1em;
	padding-left: 5px;
	border: 1px solid #919294;
}
textarea {
	padding-top: 5px;
}

.border-none {
	border:0;
}

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container label, 
div.form-container span.label { 
		margin-right: 10px; 
		padding-right: 10px; 
		width: 100px; 
		display: block; 
		float: left; 
		text-align: left; 
		position: relative;
		font-weight: bold;
}
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input.breite {
	width: 260px;
}
div.form-container textarea.breite {
	width: 380px;
}
legend {
	margin: 0 0 25px 0;
	font-size: 1em;
	color: #565656; 
	font-weight: bold;
}
* html legend {  
	position: relative;
	left: -6px;
} /* nur für den IE6 */
*+html legend {  
	position: relative;
	left: -6px; 
} /* nur für den IE7 */

div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 100px; }
div.form-container div.buttonrow { margin-left: 100px; }
div.form-container {
	width: 420px;
}
div.form-container div {
	margin-bottom: 5px;	
}
div.form-container label.pflicht {
	color: #f19300;
}

.formstatus { 
  height: 16px;
  padding-right: 16px; 
  margin-left: 5px; 
  background-repeat: no-repeat;
}

button {
	float:right;
	margin: 25px 35px 10px;
	border:0;
	height: 23px;
	width: auto;
	background: transparent url("../images/bg_button.jpg") repeat-x;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/* Misc
-------------------------------------------------- */

.clearBoth {
	clear: both;
}

#gmaps_container{
	position: absolute;
	left: 30px;
	top: 19px;
	width: 264px;
	height: 180px;	
	color: #000;
	text-align: left !important;
}
#gmaps_container a{
	color: #0000ff;	
}

#gmaps_info{
	display: none;
	width: 100px;
	margin: 10px auto;
	border: #ccc 1px solid;
	padding: 5px;
	text-align: center;
}
#gmaps_bg {
	float: left;
	position: relative;
	left: -20px;
	width: 308px;
	height: 228px;
	background: transparent url("../images/bg_google_map.jpg") no-repeat;
}
div#kontaktInfo {
	float: right;
	width: 200px;
	position: relative;
	top: 17px;
	font-size: 0.9em;
}


#kontakt-high{
 display:none;
 z-index:1;
 position:absolute;
 width:90px;
 height:26px;
 left:505px;
 top:83px;
 border-top: 3px solid #F6A224;
 border-bottom: 3px solid #F6A224;
}
/* IE6, IE7 */
* html #kontakt-high,
*+html #kontakt-high{
 top:86px;
}


#beispiel, #kontaktinfo{
  display:none;position:absolute;width:405px;height:155px;left:30px;top:120px
}

/* IE6, IE7 */
* html #beispiel,
*+html #beispiel{
 top:123px;
}
* html #kontaktinfo,
*+html #kontaktinfo{
 top:123px;
}


/* Glossar */

ul.arrLetters li {
	float: left;
	padding-right: 5px;
}

ul.arrLetters li  a{
	display: block;
	border:1px solid #999999;
	color:#999999;
	padding:0.2em 0.5em;
	text-decoration:none;
}
ul.arrLetters li a:hover,
ul.arrLetters li a.activ{
	color: #f29301;
	border-color:#f29301;
}

ul.glossar li a.aktion {
	background: none;
	padding: 5px 0 5px 0;
}

ul.glossar li a {
	color: #3B3B3D;
}
