@CHARSET "ISO-8859-1";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Frederick Stierle						#
 * # 												#
 * # Datum: 16.10.2008								#
 * # 												#
 * ################################################## 
 */

#headRightHeight {
	position:absolute;
	top:0px;
	left:757px;
	z-index:99;
	width:180px;
}



body, a, img {
	margin:0;
	padding:0;
	border:0;
	color:#323232;
}

* {
	-moz-outline-width: 0; 
}

a {
	-moz-outline-width: 0; 
	text-decoration:none;
	
}

a:hover {
	-moz-outline-width: 0; 
	text-decoration:underline;
	
}

body {
	font-size:11px;
	*font-size:10px;
	/* font-family:"Times New Roman"; */
	font-family:arial;
	
}



#sub3Main .csc-textpic-imagewrap {
	padding-top:3px;
}


#sub3Main div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	padding-top:0px;
}


.contentLinie {
	padding-bottom:3px;
	margin-bottom:11px;
}

.boxStartseite {
	height:165px;
	
	margin-bottom:64px;
	width:266px;
	
}

.boxStartseiteHeight {
	/* height:225px; */
	overflow:hidden;
}

.boxStartseiteCon {
	
	padding-top:10px;
	padding-left:10px;
	padding-right:25px;
	 padding-bottom:2px;
	 
	 
}

.borderBotHell {
	background:url(../img/linieHell.gif) repeat-x bottom left;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0px !important;
}

.boxStartseiteUnten .boxStartseiteCon {
	padding-top:10px !important;
}

.greenBtn {
  color:#A5EA96;
  padding:5px; 
  background-color:#5BAC46; 
  border:1px solid #1C9913; 
  border-radius:3px;
  text-decoration:none !important;
}

.greenBtn:hover {
  color:#ffffff;
  background-color:#43A02B;  
  border:1px solid #0B8E15; 
  border-radius:3px;
  text-decoration:none !important;
}

.backBtn {
  padding-left:15px;
  background:#5BAC46 url(/fileadmin/img/back.png) 2% 50% no-repeat;
}

.backBtn:hover {
  background:#5BAC46 url(/fileadmin/img/backHover.png) 2% 50% no-repeat;
}

.aToolTip {
	border:2px solid #239A43;
	background:#ECF9D9;
	color:#000;
	margin:0;
	padding:6px 12px;
}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

a.aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url(/fileadmin/assets/img/closeBtn.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-20px;
	right:-30px;
	margin:2px;
	padding:4px;
}     
 
.infoPopup {
  color:#00912F;
}

.floatLeft { float:left; }
.floatRight { float:right; }
.clearBoth { clear:both; }

