

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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
	{
	}



#indexSSP {float:left; width:100%; padding:5px 0;}

#indexSSP a, 
#indexSSP a:link, 
#indexSSP a:visited {float:left; width:585px; padding:0; color:#000000; text-decoration:none;}

#indexSSP a span.image, 
#indexSSP a:link span.image, 
#indexSSP a:visited span.image {float:left; width:200px; padding:0 20px 5px 0; text-align:center; overflow:hidden; cursor:pointer; text-decoration:none;}

#indexSSP a span.title, 
#indexSSP a:link span.title, 
#indexSSP a:visited span.title {position:relative; float:left; width:100%; padding:0; font-weight:bold; cursor:pointer; text-decoration:none;}

#indexSSP a span.text, 
#indexSSP a:link span.text, 
#indexSSP a:visited span.text {position:relative; float:left; width:350px; padding:0; cursor:pointer; text-decoration:none;}

#indexSSP a span.desc, 
#indexSSP a:link span.desc, 
#indexSSP a:visited span.desc {position:relative; float:left; width:100%; padding:0 0 5px 0; cursor:pointer; text-decoration:none;}

#indexSSP a span.more, 
#indexSSP a:link span.more, 
#indexSSP a:visited span.more {position:relative; float:left; width:100%; padding:0 0 7px 0; font-weight:bold; cursor:pointer; text-decoration:underline;}

#indexSSP a:hover, 
#indexSSP a:hover {text-decoration:none;}

#indexSSP a span.desc,
#indexSSP a:hover span.desc {text-decoration:none;}

#indexSSP a span.more, 
#indexSSP a:hover span.more {text-decoration:underline;}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}

/**************************************/
/* 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: #F69000;}

.secondColorStrong {background-color: #7A7A7A;}
.secondColorMedium {background-color: #BDBDBD;}
.secondColorLight {background-color: #FBC880;}

.primColorStrong {background-color: #224993;}
.primColorMedium {background-color: #91A4C9;}
.primColorLight {background-color: #DCE0EA;}

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/

* {margin: 0px; padding: 0px;}
html body {width: 100%;	height: 100%;}
body {position:relative; background: #999 url(http://www.communigate.org/common/css/common/bg_kachel.gif); margin:0px; font-family:Arial,Helvetica,sans-serif; font-size:11px;}
#pageregion {margin:35px auto; border:0; border-collapse:collapse; padding:0; width:778px; text-align:left;}
#wrap1 {position:relative; float:left; margin-bottom:35px; border:0; padding:0 0 20px 0; width:778px; background:#fff url(http://www.communigate.org/common/css/common/wrap1_HG.gif) 625px 0 repeat-y;}
#wrap2 {float:left; margin:0; border:0; padding:0; width:650px; background:#fff url(http://www.communigate.org/common/css/common/spacer_grey.gif) right repeat-y;}
#wrap3 {float:right; margin:0; border:0; padding:0 0 208px 0; width:128px; background:#fff;}
#meta_bottom {position:absolute; bottom:0; left:0; border-right:1px solid #FC0; padding:3px 10px; width:605px; background:#f69000; color:#fbc880;}
#print a, #print a:hover {float:right; display:inline; color:#fbc880; text-decoration:none;}
#copy {float:left; display:inline; color:#fbc880;}
#logo {float:left; width:636px; height:auto; background:#fff;}
#logo_start {float:left; width:650px; height:auto; background:#fff;}
#teaser_start {margin:5px 0 0;}
#teaser_start img {margin:0 0 5px 0;}
#teaser_right {clear:right; position:absolute; bottom:0px; right:0px; width:128px; margin:0; padding:0;}
#teaser_right a, #teaser_right a:link, #teaser_right a:visited, {display:block; text-decoration:none; margin:0; padding:0;}
#teaser_right a img, #teaser_right a:link img, #teaser_right a:visited img {margin:0; padding:0;}
#teaser_right img.firstImg, #teaser_right a img.firstImg, #teaser_right a:link img.firstImg, #teaser_right a:visited img.firstImg {padding:0 0 5px 0;}

#idxServices {
  width:230px;
  height:108px;
  margin:5px 0 0 0;
  padding:42px 0 5px 395px;
  background:transparent url(http://www.communigate.org/common/css/common/startseite_services_index.jpg) top left no-repeat;
}
#idxServices a, #idxServices a:link, #idxServices a:visited {
  display:block;
  width:195px;
  height:15px;
  margin:0 0 18px 0;
  padding:2px 0 0 20px;
  background:#f69000;
  text-transform:uppercase;
  font-size:11px;
  line-height:13px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}
#idxServices a:hover, #idxServices a:active {
  color:#FDE3BF;
}






#flash {float:left; width:650px; background: #fff;}
#Content_head {background-color: #fff; border-left: 1px solid #FC0; border-bottom:1px solid #FC0; margin-left:10px; margin-right:14px; width:615px;}
h1#Headline {font-size:18px; line-height:30px; margin-left:14px; color:#224993;}
h1.title {font-size:18px; line-height:30px; color:#224993;}
#Locator {font-size:10px; line-height:20px; margin-left:15px; padding-top:5px; color:#999;}
#Locator a {color:#999; text-decoration:none;}
#Locator a:hover {color:#224993;}
#Content {margin:0 10px; border-right:1px solid #FC0; padding:15px 15px 50px; width:585px; background:#fff; line-height:18px;}
#Content ul li {margin-left:30px; list-style-image:url(http://www.communigate.org/common/css/common/li_dot.gif);}
#Content ol li {margin-left:30px;}
#Content p {margin: 8px 0px;}
#Intro {background-color: #fff; border-right: 1px solid #FC0; width:625px;}
#Sitemap {background-color: #fff; margin-left:10px; margin-right:10px; padding:15px; width:585px; line-height:18px;}
#Line {width:636px; height:2px; float:left;}
.clearing {clear:both; height:0; margin:0; border:0; padding:0; font-size:1px; line-height:0;}

/* NavHome */
#Nav0, #NavHome {padding: 3px 5px; background-color: #224993; color: #91a4c9; overflow: hidden;}
#Nav0 {float:left; border-right:14px solid #8F8F8F; width:626px; text-align:right;}
#NavHome {width:118px; height:14px; text-align: left;}
#Nav0 a, #NavHome a {padding: 0 5px; color: #91a4c9; text-decoration: none;}
#Nav0 a:hover, #NavHome a:hover {color: #fff; text-decoration: none;}
#NavHome ul {list-style: none;}
#NavHome ul li a {display: block; padding-left: 16px; font-size:9px; text-decoration: none; text-transform: uppercase; background: url(http://www.communigate.org/common/css/common/dot_lightblue.gif) no-repeat 1px 4px;}
#NavHome ul li a:hover {background: url(http://www.communigate.org/common/css/common/dot_border.gif) no-repeat 1px 4px;}

/* Nav1 */
#Nav ul {width:128px; list-style: none;	font-size: 9px;}
#Nav ul li {width:128px; border-bottom: 1px dashed #D8D8D8;}
#Nav ul li a {display: block; padding:5px 0; width:128px; text-transform: uppercase; text-decoration: none; color: #f69000; background: url(http://www.communigate.org/common/css/common/dot_orange.gif) no-repeat 6px 7px;}
#Nav ul li a:hover {color: #224993; background: url(http://www.communigate.org/common/css/common/dot_blue.gif) no-repeat 6px 7px;}
#Nav ul li a span {display: block; margin-left:20px;}
#Nav ul li.current a {background: url(http://www.communigate.org/common/css/common/dot_lightblue.gif) no-repeat 6px 7px;}

/* Nav2 */
#Nav ul ul li {width:128px; list-style: none; border:0;}
#Nav ul ul li a {width:128px; color: #91a4c9; text-transform: none; text-decoration: none; background: url(http://www.communigate.org/common/css/common/dot_lightblue.gif) no-repeat 6px 7px;}
#Nav ul ul li a:hover {color: #224993;}
#Nav ul ul li.current a {background: url(http://www.communigate.org/common/css/common/dot_border.gif) no-repeat 6px 7px;}

a, a:link, a:visited {color: #224993; text-decoration: underline;}
a:hover, a:active {color: #f69000;}
p.description {line-height: 16px; font-weight:bold; color:#999;}
#Content p.emphasis {margin-top:16px; font-size:10px; line-height:13px;}

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

td.sitemapTitle0 {padding-left:5px; background-color: #ddd;}
td.sitemapTitle1 {padding-left:5px; background-color: #ddd;}
a.sitemapTitle0:link, a.sitemapTitle0:visited,
a.sitemapTitle0:hover, a.sitemapTitle0:active {font-weight: bold; text-decoration: none;}
a.sitemapTitle1:link, a.sitemapTitle1:visited, 
a.sitemapTitle1:hover, a.sitemapTitle1:active {font-weight: bold; text-decoration: none;}
a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {text-decoration: none;}
a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {text-decoration: none;}
.download {margin:5px 0;}
.download img {padding-right:5px;}

* html div.ZMSGraphic {background:transparent; margin:2px;}

div.ZMSGraphic.floatright {
  margin-left:10px;
}
div.ZMSGraphic.floatleft {
  margin-right:10px;
}
div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft { 
  float:left;
  width:auto;
}

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

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

/*------- service Formular -----------*/

div#serviceFormular {
  float:left;
  width:500px;
  margin:10px 0;
  padding:15px;
}
div#serviceFormular div {
  display:block;
  float:left;
  width:450px;
  margin-left:15px;
}

div#serviceFormular label {
  float:left;
  width:90px;
  height:20px;
  padding:3px;
}
div#serviceFormular input {
  float:left;
  width:190px;
  height:14px;
  margin:3px 2px;
  border:1px solid #ccc;
  padding:2px 5px;
  background:#fff;
  font-size:12px;
}
div#serviceFormular select {
  float:left;
  width:202px;
  height:20px;
  margin:3px 2px;
  border:1px solid #ccc;
  background:#fff;
}
div#serviceFormular textarea {
  float:left;
  width:300px;
  margin:3px 2px;
  border:1px solid #ccc;
  padding:3px;
  background:#fff;
  font-size:12px;
}
div#serviceFormular input.btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 98px;
  border:1px solid #ccc;
  padding:2px 0;
  background:#e8e8e8;
  font-size:11px;
  text-align:center;
  verlical-align:middle;
}

div#serviceDanke {
  float:left;
  width:545px;
  margin:10px 0;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  padding:15px;
  color: #224993;
  font-size:bold;
  }
  
div#serviceFehler {
  float:left;
  width:545px;
  margin:10px 0;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  padding:15px;
  color:red;
  font-size:bold;
}


/*------- gewinnspiel Formular -------*/

div#spielFormular {
  float:left;
  width:545px;
  margin:10px 0;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  padding:15px;
}
div#spielFormular div {
  display:block;
  float:left;
  width:450px;
  margin-left:15px;
}

div#spielFormular label {
  float:left;
  width:90px;
  height:20px;
  padding:5px;
}
div#spielFormular input {
  float:left;
  width:190px;
  height:14px;
  margin:5px;
  border:1px solid #ccc;
  padding:2px 5px;
  background:#fff;
  font-size:12px;
}
div#spielFormular textarea {
  float:left;
  width:300px;
  margin:5px;
  border:1px solid #ccc;
  padding:3px;
  background:#fff;
  font-size:12px;
}
div#spielFormular input.btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 105px;
  border:1px solid #ccc;
  padding:2px 0;
  background:#e8e8e8;
  font-size:11px;
  text-align:center;
  verlical-align:middle;
}

div#spielDanke {
  float:left;
  width:545px;
  margin:10px 0;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  padding:15px;
  color: #224993;
  font-size:bold;
  }
  
div#spielFehler {
  float:left;
  width:545px;
  margin:10px 0;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  padding:15px;
  color:red;
  font-size:bold;
}

/*------- Spendenbilanz Koenigsschiessen -------*/
#donationBalance {
  float:left;
  width:581px;
  margin:0 0 10px 0;
  background:#f69000;
}
#donationBalance div {
  float:left;
  width:264px;
  padding:13px;
}
#donationBalance div.balance1 {
  border-right:1px solid #fff;
}
#donationBalance div p {
  margin:0 0 2px 0;
  font-size:12px;
  font-weight:bold;
}
#donationBalance span {
  display:block;
  width:100%;
  color:#fff;
  font-size:35px;
  line-height:40px;
  font-weight:bold;
  text-align:right;
}
/**************************************/
/* 8. CSS-Modul: PRINT                */
/**************************************/

body.print {background: #fff;}
body.print h1#Headline {font-size: 18px; line-height: 30px; margin-left: 0px; color: #224993;}
body.print p {margin: 8px 0px; line-height: 18px;}
body.print ul {margin-left: 30px; list-style-type: none; list-style-image: url(http://www.communigate.org/common/css/common/li_dot.gif);}

/**************************************/
/* 9. 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;
} 
