

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [ASV Teaser Left]
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
.teaserLeftContainerTitle {
	margin:30px 0 0px 0;
	padding:4px 20px 3px 20px;
	background:rgb(190,190,190);
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:150%;
	width:159px;
	}
	
.teaserLeftContainerText {
	margin:10px 0px 0px 10px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:110% !important;
	font-size:90%;
	width:190px;
	}
	
.asvTeaserLeftElementWrapper {
	margin:0px;
	margin-top:10px;
	margin-left:15px;
	padding:0;
	width:175px;
	}
	
.asvTeaserLeftElementTitle {
	margin:0px;
	margin-bottom:5px;
	font-weight:bold;
	}
	
.asvTeaserLeftElementImage {
	width:70px;
	}


.asvTeaserLeftElementImageLeft {
	float:left;
	width:70px;
	margin-right:3px;
	}
	
.asvTeaserLeftElementImageLeft img{
	
	}
	
.asvTeaserLeftElementImageRight {
	float:right;
	width:70px;
	margin-left:3px;
	}
	
.asvTeaserLeftElementImageRight img{

	}

.asvTeaserLeftElementText {
	margin-top:0px !important;
	margin-top:-4px;
	}
	
.asvTeaserLeftElementClear {
	clear:both;
	}div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.ahlhornersv.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- kfCalendarEvents
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */


.kfCalEventHeader {
	background-color: #D5E1F0;
	}
	
.kfCalEventHeader p {
	color: #478CC8;
	padding:2px;
	padding-left:6px;
	}

.kfCalEventWrapper {
	width:465px;
	margin:0px;
	margin-bottom:10px;
	}

.date {
	color: #fff;
	background: #DD9966 url(http://www.ahlhornersv.de/common/css/common/bgEvent.png) no-repeat;
	float: left;
	width: 30px;
	text-align: center;
	font-size: 15px;
	margin-top: 0px;
	}

.date span {
	font-size: 11px;
	color: #CA7539;
	background: #fff;
	display: block;
	border: 1px solid #DD9966;
	}


.kfCalEventWrapper .date {
	background: #DD9966 url(http://www.ahlhornersv.de/common/css/common/bgEvent.png) no-repeat;
	margin:0;
	}

.kfCalEventWrapper .date span {
	color: #CA7539;
	border: 1px solid #DD9966;
	}

.kfCalEventWrapper .special {
	background: #AA4422 url(http://www.ahlhornersv.de/common/css/common/bgEventBrown.png) no-repeat;
	}

.kfCalEventWrapper .special span {
	color: #AA4422;
	border: 1px solid #AA4422;
	}


.kfCalEventWrapper .text {
	color: #000;
	float: right;
	width: 423px;
	margin: 0;
	margin-top:-5px;
	}

p.eventHeading1 {
	font-size:110%;
	margin:0;
	padding:0;
	}

p.eventHeading2 {
	font-size:100%;
	margin:0;
	padding:0;
        font-weight:bold;
	}

p.eventText {
	margin:0;
	margin-top:4px;
	padding:0;
	}
.separator {
        font-size: 1px;
        line-height: 1px;
        height: 3px;
        border-bottom: 1px solid #AA4422;
        margin: 10px 0 10px 0;
        padding: 0;
        }
.clearEvent {
	clear:both;
	}/*-- BO InfoBox --*/

div.infobox  {
	border-top:5px solid #ccc;
	padding:0px;
	margin: 10px 0px 20px 0px;
	background-color:#f6f6f6;
	width:461px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:10px 0px;
}
div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	padding: 3px;
	margin:0px;
}
div.infobox ul.ZMSFile {
	padding-bottom:5px;
}
div.infobox ul {
	margin:0px 5px 0px 28px;
	padding: 0px;
}
div.infobox ul li {
	padding:0px !important;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 10px;
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}

/*-- EO InfoBox --*//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj imgGallery
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
	}

#largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
	}

.thumbs a:link, .thumbs a:visited{
	border: none;
	}

.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
	}

.thumbs img:hover {
	border-color: #FF9900;
	}#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(common/lightbox2.03a/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(common/lightbox2.03a/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(common/lightbox2.03a/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- asvEvents
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

.eventWrapper {
	width:540px;
	margin-bottom:10px;
	}

.date {
	color: #fff;
	background: #DD9966 url(http://www.ahlhornersv.de/common/css/common/bgEvent.png) no-repeat;
	float: left;
	width: 30px;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	}

.date span {
	font-size: 11px;
	color: #CA7539;
	background: #fff;
	display: block;
	border: 1px solid #DD9966;
	}


.eventWrapper .date {
	background: #0D7891 url(http://www.ahlhornersv.de/common/css/common/bgEventBlue.png) no-repeat;
	margin: 0;
	}

.eventWrapper .date span {
	color: #0D7891;
	border: 1px solid #0D7891;
	}

.eventWrapper .special {
	background: #AA4422 url(http://www.ahlhornersv.de/common/css/common/bgEventBrown.png) no-repeat;
	}

.eventWrapper .special span {
	color: #AA4422;
	border: 1px solid #AA4422;
	}


.eventWrapper .text {
	color: #000;
	float: right;
	width: 505px;
	margin: 0;
	}

p.eventHeading1 {
	font-size:110%;
	margin:0;
	padding:0;
	}

p.eventHeading2 {
	font-size:100%;
	margin:0;
	padding:0;
	}

p.eventText {
	margin:0;
	margin-top:4px;
	padding:0;
	}

.clearEvent {
	clear:both;
	}.round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(http://www.ahlhornersv.de/common/css/common/layout/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;
	}

.round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(http://www.ahlhornersv.de/common/css/common/layout/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:175px;
	}

.asvTeaserRightblue {
	width:183px;
	margin:0 0 0.1em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(137,170,214);
	background-color:rgb(213,225,240);
	}

.asvTeaserRightblue h1.blue {
	clear:both;
	margin:0 0 5px 0;
	padding:4px 10px 3px 10px;
	background-color:rgb(137,170,214);
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:140%;
	}

.asvTeaserRightblue p {
	padding:8px;
	}
	
.asvTeaserRightblue img {
	margin-top:-4px;
	margin-bottom:-11px !important;
	margin-bottom:-21px;
	}

.asvTeaserRightgreen {
	width:183px;
	margin:0 0 0.1em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(160,214,81);
	background-color:rgb(217,239,185);
	}

.asvTeaserRightgreen h1.green {
	clear:both;
	margin:0 0 5px 0;
	padding:4px 10px 3px 10px;
	background-color:rgb(160,214,81);
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:140%;
	}

.asvTeaserRightgreen p {
	padding:8px;
	}
	
.asvTeaserRightgreen img {
	margin-top:-4px;
	margin-bottom:-11px !important;
	margin-bottom:-21px;
	}
	
.asvTeaserRightorange {
	width:183px;
	margin:0 0 0.1em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(232,177,13);
	background-color:rgb(248,224,150);
	}

.asvTeaserRightorange h1.orange {
	clear:both;
	margin:0 0 5px 0;
	padding:4px 10px 3px 10px;
	background-color:rgb(232,177,13);
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:140%;
	}

.asvTeaserRightorange p {
	padding:8px;
	}
	
.asvTeaserRightorange img {
	margin-top:-4px;
	margin-bottom:-11px !important;
	margin-bottom:-21px;
	}
	
.asvTeaserRightgrey {
	width:183px;
	margin:0 0 0.1em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(190,190,190);
	background-color:rgb(235,235,235);
	}

.asvTeaserRightgrey h1.grey {
	clear:both;
	margin:0 0 5px 0;
	padding:4px 10px 3px 10px;
	background-color:rgb(190,190,190);
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:140%;
	}

.asvTeaserRightgrey p {
	padding:8px;
	}

.asvTeaserRightgrey img {
	margin-top:-4px;
	margin-bottom:-11px !important;
	margin-bottom:-21px;
	}
.hpTeaserWrapper {
	width:507px;
	height:103px;
	margin:0;
	margin-bottom:10px;
	padding:0;
	background:#EBEBEB;
	}
	
.hpTeaser {
	float:left;
	background:#EBEBEB;
	width:168px;
	padding:0px;
	padding-top:8px;
	margin:0;
	text-align:center;
	}

.clearhpTeaserWrapper {
	clear:all;
	height:1px;
	margin:0;
	padding:0;
	}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #444;
	padding: 10px;
	width: 490px;
	}

#gallery ul {
	list-style: none;
	}

#gallery ul li {
	display: inline;
	}

#Content #gallery ul li {
	background:none;
	}

#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	}

#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- ASV specObj Guestbook
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

.asvGuestbookform {
	width:418px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	}

.asvGuestbookform fieldset {
	padding:20px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:0 0 20px 0;
	border:solid 1px rgb(220,220,220);
	}

.asvGuestbookform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:130%;
	}

.asvGuestbookform label.left {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:110%;
	}

.asvGuestbookform input.field {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:110%;
	}

.asvGuestbookform textarea {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:110%;
	}

.asvGuestbookform input.button {
	float:left;
	width:9.0em;
	margin-left:116px;
	margin-bottom:10px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana,arial,sans-serif;
	color:rgb(150,150,150);
	font-size:110%;
	}

.asvGuestbookform input.button:hover {
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
	}

.asvGuestbookPostings {
	width:418px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	}/* -- BO infoboxTeaser -- */ 

div.infoboxteaserset {
	text-align:center;
	margin:auto;
	width:546px;
	}

div.infoboxTeaserContainer {
	border:1px solid #999;
	float:left!important; /* floating FF */
	float:none; /* floating IE */
	display:inline; /* floating IE */
	text-align:left;
	}

div.infoboxTeaserHeader {
	padding:3px;
	}

div.infoboxTeaserTitle {
	color:#fff;
	font-weight:bold;
	text-align:center;
	}

div.infoboxTeaserText{
	padding:3px 5px;
	font-weight:bold;
	line-height:140%;
	font-size:90%;
	}

div.infoboxTeaserText img {
	margin-bottom:-2px;
	}

/* -- EO infoboxTeaser-- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/**************************************/
/* (c) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/02/23            */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}

.neutralColorWhite {background-color: #fff}

.neutralColorLight {background-color: #e8e8e8}

.neutralColorMedium {background-color: #ccc}

.neutralColorStrong {background-color: #999}

.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #B8CB00;}

.secondColorStrong {background-color: #aaa;}

.secondColorMedium {background-color: #ddd;}

.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #336699;}

.primColorMedium {background-color: #467AA7;}

.primColorLight {background-color: #DCE0EA;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
	position:relative;
	text-align:center;
	}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0;
	width:960px;
	text-align:left;
	}

/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	border-bottom:1px solid #D2D3D7;
	}

/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	}

/*-- wrapper for positioning the right column IE --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	/*margin-right: -200px;*/
	margin-right: -290px;
	}

/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent;
	/*margin-right: 205px;*/
	margin-right: 210px;
	}

#Content {
	margin-left: 220px;
	padding:0px 20px 0px 0px;
	border:0;
	overflow:visible;
	}

#Sitemap {
	margin-top:60px;
	margin-bottom:50px;
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0;
	}

#pageregionTop {
	margin:0;
	padding:0;
	}


#pageregionTopMeta {
	background: url(http://www.ahlhornersv.de/common/css/common/layout/bg_pageregionTopMeta.jpg) repeat-x;
	height:40px;
	}


#pageregionTopMeta p.enterpriseName {
	padding:0;
	margin:0;
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
	}

#pageregionTopMeta p.enterpriseName span.enterpriseFunction{
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	}


#pageregionLeft {
	padding-top:15px;
	margin:0px;
	float: left;
	width: 200px;
	background:transparent;
	}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float: right;
	margin: 0;
	padding: 10px;
	padding-top:6px;
	background: transparent; 
	}

#Logo {
	border:0;
	margin:0;
	padding:0;
	background-color:#467aa7;
	width:100%;
	}

#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
	background: url(http://www.ahlhornersv.de/common/css/common/layout/bg_pageregionBottom.jpg) repeat-x;
	height:50px;
	}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	}

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/


/*-- Channel Menu ---------------------------*/

div#Menu {
	width: 960px;
	margin:0px;
	padding:0px;
	background: url(http://www.ahlhornersv.de/common/css/common/layout/bg_menue.jpg) repeat-x;
	height:40px;
	white-space:nowrap;
	}

div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	}

/*----- font size hack -----*/
/*/*/a{}
body #Menu ul {
font-size : x-small;
}
html>head:first-child+body #Menu ul {
font-size : small;
}
/* */
/*----- /font size hack -----*/

div#Menu ul li {
	display: inline;
	padding:0px;
	margin:0px;
	}

div#Menu ul li a {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	background-color: transparent;
	color: #467AA7;
	text-decoration: none;
	border-right: 0.1em solid #000;
	padding: 0.30em 1em;
	padding-top:12px;
	width:70px;
	height:23px;
	border-right:solid 1px #C8C8C8;
	text-align:center;
	}

div#Menu ul li a.current {
	color:#478CC8;
	background:#f0f0f0 url(http://www.ahlhornersv.de/common/css/common/layout/bg_menueHover.jpg) top left repeat-x;
	}

div#Menu ul li a.home {
	background-color: #969696;
	}

div#Menu ul li a:hover {
	background:#f0f0f0 url(http://www.ahlhornersv.de/common/css/common/layout/bg_menueHover.jpg) top left repeat-x;
	color: #478CC8;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80,
FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eee; 
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
	}

/* -- MICRONAVIGATION -----------------*/

#Micronavigation {
	float:left;
	padding:0;
	padding-left:14px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #467aa7;
	}
	

#Micronavigation a:link,
#Micronavigation a:visited {
	color: #467aa7;
	text-decoration:none;
	}

#Micronavigation a:hover {
	color: #467aa7;
	text-decoration:none;
	}


/* -- MACRONAVIGATION -----------------*/

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:201px;
	margin-top:-25px !important;
	margin-top:-15px;
	}	

#Macronavigation ul {
	padding: 0;
	margin: 0px 0px 0px 1px;
	list-style-type: none;
	}

#Macronavigation ul li.parent {
	margin: 0;
	margin-left:0px;
	margin-bottom:0px !important;
	margin-bottom:-4px;
	border: 0;
	padding: 10px 3px 10px 14px;
	list-style-type: none;
	font-weight:bold;
	height:15px;
	background: #BEBEBE url(http://www.ahlhornersv.de/common/css/common/layout/bg_corner_topright.gif) no-repeat right top;
	}

#Macronavigation ul li.parent a{
	color: #fff;
	text-indent:5px;
	font-size:18px;
	font-weight:normal;
	letter-spacing: 3px;
	padding-bottom:24px !important;
	padding-bottom:0px;
	padding-top:0px;
	}

#Macronavigation ul li.parent a:hover{
	background: transparent;
	color:#fff;
	}

#Macronavigation ul li {
	margin-bottom: 0px;
	font-size: 11px;
	border-bottom: 1px solid #C8C8C8;
	}

#Macronavigation ul li a {
	text-decoration: none;
	color: #467AA7;
	font-weight:bold;
	display: block;
	background: transparent;
	text-indent:21px;
	padding-top:10px;
	padding-bottom:4px;
	}

#Macronavigation ul li.active a{
	background: #E1E1E1;
	color: #478CC8;
	}

#Macronavigation ul li a:hover {
	background: #E1E1E1;
	color: #478CC8;
	}

#Macronavigation dl,
#Macronavigation dt,
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
}



/* -- SITEMAP ------------------------*/

#Sitemap {
	margin-left: 220px;
	margin-right:20px;
	margin-top:-10px;
	margin-bottom:20px;
	padding:0px 0px 0px 0px;
	border:0;
	}

#Sitemap ul  {
	margin: 8px 0 0 0;
	padding:0 ;
	list-style-type: none;
	}

#Sitemap  li {
	margin:0 0 0 2px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	}

a.sitemapCurrent:link, a.sitemapCurrent:visited{
	font-weight:bold;
	}

#Sitemap h1 {
	border-bottom:solid 1px #E1E1E1;
	}





td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}


/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
	}

#Search {
	float:right;
	margin:0;
	margin-right:8px !important;
	margin-right:5px;
	margin-top:10px;
	padding:0 6px 0px 0px !important /*Non-IE6*/;
	padding:0 11px 0px 0px /*IE6*/;
	border:0;
	text-align:right;
	width:285px;
	}

#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
	}

#Search form fieldset {
	float:right;
	border:none;
	}

#Search input.field {
	width:11.5em;
	padding:0.2em 0 0.2em 0;
	border:1px solid rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:120%;
height:14px;
	}

#Search input.button {
	width:3.0em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana,arial,sans-serif;
	color:rgb(150,150,150);
	font-size:120%;
	}

#Search input.button:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
	}

/* -- METANAVIGATION ------------------------*/

#Metanavigation {
	margin: 0px;
	text-align:center;
	margin:10px 0px;
	}

#Metanavigation a {
	color: #666;
	text-decoration:none;
	}


#pageelement_Copyright {
	text-align:center;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	}

#pageelement_Copyright a:link, #pageelement_Copyright a:visited{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	}

#pageelement_Copyright a:hover, #pageelement_Copyright a:active{
	color:#478CC8;
	font-weight:normal;
	text-decoration:none;
	}

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
	}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #646464;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color : #646464;
	font-size: 12px;
	}

h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:10px; 
	border-bottom: 2px solid #E1E1E1;
	}

h1,.heading1 {
	font-size: 18px;
	line-height: 20px;
	margin-top:16px; 
	}

h2,.heading2 {
	font-size: 15px;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px
	}

h4,.heading4 {
	font-size: 12px;
	line-height: 14px 
	}

h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}

p {
	line-height: 18px;
	}

ol {
	line-height: 18px;
	}

ul {
	line-height: 18px;
	list-style-type: square;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	color:#000;
	}

p.emphasis {
	background-color:#EBEBEB;
	border:solid 1px #BEBEBE;
	margin: 1px;
	padding:2px;
	line-height: 150%;
	}

p.description {
	line-height: 18px;
	font-weight:bold;
	color:#999;
	}

p.creator  {
	}

p.small {
	font-size: 10px;
	}

p.smalltext {
	font-size: 10px !important; font-size: xx-small;
	}

a:link, a:visited {
	color: #000;
	text-decoration : underline;
	}
	
#Content a:link, #Content a:visited {
	/* background: transparent url(http://www.ahlhornersv.de/common/css/common/icon_link.gif) 0px 1px no-repeat; */
	padding: 1px 0px 1px 16px;
	}

a:hover, a:active {
	text-decoration : underline;
	color: #478CC8;
	}

#pageelement_MetaMenuRight a:link, #pageelement_MetaMenuRight a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
	}

#pageelement_MetaMenuRight a:active, #pageelement_MetaMenuRight a:hover {
	color:#478CC8;
	}

code {
	}
	
abbr, acronym  {
	cursor:help;
	}
	
kbd{
	border-bottom: rgb(128, 128, 128) 2px solid;
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font: 0.8em sans-serif;
	vertical-align: middle;
	}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	font-size: 10px !important; font-size: xx-small;
	}

table.ZMSTable {
	width:100%;
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#89AAD6;
	color:#fff;
	}
	
table.ZMSTable td { 
	background-color:#EBEBEB; 
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	width:98%;
	margin:0;
	padding:0;
	}

div.ZMSGraphic div.graphic a img {
	border:0;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

.ZMSGraphic .text {
	margin:0px;
	}

.ZMSGraphic .text p{
	margin:0px;
	margin-top:-4px;
	}

div.ZMSGraphic div.alignleft, ZMSGraphic floatleft {
 	margin-right: 1em;
	float:left;
	}


div.ZMSGraphic div.alignright, ZMSGraphic floatalignright {
 	margin-right: 11em;
	float:right;
	}

/*--------- ZMS TEASER --------------*/

div#Teaser
	{
	width:185px;
	font-size:x-small;
	margin-right:10px;
	}

div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
}
div.ZMSTeaserElement {
	width:178px;
	padding:0px;
}
div.ZMSTeaserElement img.title {
	border: none;
}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
}

div.ZMSTeaserElement div.text
	{
	padding: 0px 6px 6px 6px;
	line-height:1.3em
	}


div#Teaser table.calendarDisplayWeeks
	{
	width:155px;
	margin-bottom:0px !important;
	margin-bottom:-30px;
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

/*------- InfoBox ------------------------------*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox  div.ZMSFile div.text {
	margin-left:20px;
}
div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}
div.infobox ul li {
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}


/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
	width:200px;
	margin-top:-25px !important;
	margin-top:-15px;
	margin-left:0px;
	}

#pageregionLeft #Newsindex .NewsindexHeadline {
	margin: 0;
	margin-left:0px;
	margin-bottom:0px !important;
	margin-bottom:-4px;
	border: 0;
	padding: 10px 3px 10px 14px;
	height:20px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background: #BEBEBE url(http://www.ahlhornersv.de/common/css/common/layout/bg_corner_topright.gif) no-repeat right top;
	}

#pageregionLeft #Newsindex .NewsindexItem{
	padding:0px 0px 0px 15px;
	}

/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
} 



