﻿body	{
	margin:0px;
	padding:0px;
}
#Ebene1 {
  width: 575px;
  z-index: 1;
  float:left;
  margin-right:17px;
}
#Ebene2 {
	width: 255px;
	height: 550px;
	z-index: 2;
	float:left;
}
.tabelleKol {
		width: 100%;
		padding: 0px; 
		border-spacing: 1px; 
}
/*
.bildKol {
  border: 1px #dddddd solid; 
	text-align: center; 
}
*/
#kommentarfkt{
  display:none;
  width: 870px;
  margin-left:1px;
}

div.commentDiv{
	width:823px;
}

div.headline{
	-moz-border-radius-topleft:3px;-khtml-border-radius-topleft:3px;-webkit-border-top-left-radius:3px; border-top-left-radius:3px;
	-moz-border-radius-topright:3px;-khtml-border-radius-topright:3px;-webkit-border-top-right-radius:3px; border-top-right-radius:3px;
}

.ueberschrInTabKol {
	color: #5A5A5A;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF9D7;
	border: 1px solid #FFCF07;
	padding: 5px;
	font-weight: bold;
}
.textInTabGrossKol {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	background: #FFFFFF;
	padding: 3px 5px;
  border: 1px solid #FFCF07; 
}


div.name{
	float:left; 
	text-align:left;
}

div.datum{
	text-align:right;
	float:right;
}

div.comment{
	line-height:14px !important;
	padding:5px; 
	border-top:none;
	-moz-border-radius-bottomleft:3px;-khtml-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px; border-bottom-left-radius:3px;
}

input.ueberschrInTab:hover{
	background-color: #FFFCEA;
	border: 1px solid #FFDB4A;
}
input.ueberschrInTab:focus{
	background-color: #FFFFFF;
}	
textarea.textInTabGross:hover{
	border: 1px solid #FFDB4A;
}
#warning_box{
	width:400px;
	height:auto;
	position:fixed;
	top:30%;
	left:46%;
	margin-left:-200px;
	z-index:11;
	background-color:#FFF;
	text-align:center;
	border:13px solid #FFF0B7;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	-moz-border-radius:15px;-khtml-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;
}
input{
	-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;	
	outline:none;
}
textarea{
	-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
	outline:none;
}
div.quote{
	margin:auto; 
	width:80%;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	border: 1px solid #FFCF07;
	background-image:url(images/qu_bg.gif);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat;
	line-height:14px !important;
	text-align:left;
}

.info{
	font-size:10px;
	color:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}

a.info{
	text-decoration:underline;	
	padding:3px;
	margin:1px;
	-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px; border-radius:2px;
}

a.info:hover{
	background-color:#CCC;
	color:#FFF;
}

strong.currentPage{
	padding:2px;
	margin:1px;
	-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px; border-radius:2px;
	border:1px #CCC solid;
}

.quoteButton{
	border-left:1px solid #FFCF07;
	border-right:1px solid #FFCF07;	
	border-bottom:1px solid #FFCF07;
	border-top:none;
	-moz-border-radius-bottomleft:3px;-khtml-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px; border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;-khtml-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px; border-bottom-right-radius:3px;
	-moz-border-radius-topright:0px;-khtml-border-radius-topright:0px;-webkit-border-top-right-radius:0px; border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;-khtml-border-radius-topleft:0px;-webkit-border-top-left-radius:0px; border-top-left-radius:0px;
	padding:3px;
	color: #222222;
	position:relative;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	outline: none;
	cursor:pointer;
	vertical-align:top;
	margin-top:0px;
}

.quoteButton:hover{
	background-color:#FFCF07;
	font-weight:normal;
}

.quoteButton.previewQuote:hover{
	text-decoration:line-through;
	cursor:default;
}

#enlargeButton{
	width:25px;
	height:17px;
	background-color:#D4D4D4;
	border: 1px dashed #828282;
	-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
	color:#FFF;
	text-align:center;
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	filter:alpha(opacity=40);
	font-size:14pt;
	position:absolute;
	left:310px;
	bottom:70px;	
	cursor:pointer;
	-webkit-box-shadow:rgb(0,0,0) 0px 0px 4px;
	box-shadow:rgb(0,0,0) 0px 0px 4px;
}

#enlargeButton:hover{
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
}

#kolumne{
	line-height:150%;	
}

.largeImage{

	padding:10px;
	border:1px dashed #CCC;
	text-align:center;
	width:90%;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#F2F2F2;
	-moz-border-radius:9px;-khtml-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;
}

a.notBold:hover{
	font-weight:normal;
}

.embeddedImage{
	border:none;
	vertical-align:bottom;
}

a img{
	border:none;	
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCC;
	font-weight:normal;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCC;	
	font-weight:normal;
}

ul li{
	color:#5A5A5A;
}

#preview, #submit, #formName, #textfeld{
	-webkit-box-shadow:rgb(150,150,150) 0px 0px 4px;
	box-shadow:rgb(150,150,150) 0px 0px 4px;
}

#preview:hover, #preview:focus, #submit:hover, #submit:focus, #formName:hover, #formName:focus, #textfeld:hover, #textfeld:focus{
	-webkit-box-shadow:rgb(50,50,50) 0px 0px 4px;
	box-shadow:rgb(50,50,50) 0px 0px 4px;
}
