@charset "UTF-8";
/* Stylesheet for Coach e.V. */

/* undohtml.css (slightly modified by Rolf Thiele, D&T Internet GbR)
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited {text-decoration: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,dd,p
{ margin: 0; padding: 0;}
a img,:link img,:visited img, :hover img, :active img {border: none;}
address {font-style: normal;}

/* end undohtml.css */

/* Globales */

html {
	height: 100%;
}

body {
	background: url(gfx/bg-body.png) repeat-x white;
	font-size: .75em;
	text-align: center;	
	height: 100%;
	font-family:Helvetica, Arial, sans-serif;
	color: #555;
}


a {
	text-decoration: none;
	color: #cc6633;
	border-bottom: 1px dotted #cc6633;
}

a:active, a:hover {
	border-bottom: 1px solid #cc6633;
	background: #efefef;
}

a.interner-anker {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h1 {
	font-weight: normal;
	font-size: 2.67em;
	font-family:Helvetica, Arial, sans-serif;
	color: #368aac;
	margin-bottom: .5em;
	line-height: 1em;
}

h1 a {
	color: #368aac;
	border: none;
}

h1 a:hover, h1 a:active {
	color: #cc6633;
}

h2 {
	color: #333;
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	color: #555;
	margin-top: .5em;
	margin-bottom: .5em;
}

h2 a {
	color: #333;
	margin-bottom: .5em;
	border: none;
}

h2 a:active, h2 a:hover {
	color: #cc6633;
#	border-bottom: 1px dotted #cc6633;
}

p {
	margin-bottom: .5em;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}

hr.clearer {
	height: 0px;
	color: white;
	border: none;
}

.print {
	display: none;
}

.submenu {
	margin: 0;
	padding: 0;
}

.submenu p, .submenu h2 {
	padding-left: 10px;
	padding-right: 10px;
}

.submenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.submenu li {
	margin:0;
	padding:0;
}

.submenu li a {
	display: block;
	padding: 6px 5px 5px 25px;
	background: url(gfx/bullet-rund.png) no-repeat 0px center;
	margin: 5px 10px 0 10px;
	color: #555;
	border: none;
}

#.submenu li.level2 a {
#	display: block;
#	padding: 3px 5px 2px 25px;
#	background: none;
#	margin: 5px 10px 0 10px;
#	color: #666;
#}

.submenu li.level2 a {
	display: block;
	padding: 6px 5px 5px 50px;
	background: url(gfx/bullet-rund-grau.png) no-repeat 25px center;
	margin: 5px 10px 0 10px;
	color: #555;
	border: none;
}

.submenu li a:hover, .submenu li a:active {
	padding: 6px 5px 5px 30px;
	background: url(gfx/bullet-rund.png) no-repeat 5px center;
	color: black;
}

#.submenu li.level2 a:hover, .submenu li.level2 a:active {
#	padding: 3px 5px 2px 30px;
#	background: none;
#	color: black;
#}

.submenu li.level2 a:hover, .submenu li.level2 a:active {
	padding: 6px 5px 5px 55px;
	background: url(gfx/bullet-rund-grau.png) no-repeat 30px center;
	color: black;
}

ul.li-menu  {
	margin: 0 0 0 10px;
	padding: 0;
}

.li-menu li {
	display: inline;
	margin: 0;
	padding: 12px 0 12px 0;
	background:url(gfx/trenner-mainmenu.png) no-repeat right center;
}

.li-menu li a {
	text-decoration: none;
	margin: 1px 0 1px 0;
	padding: 12px 12px 12px 12px;
	color: #344a04;
	line-height: 38px;
	border: none;
}

.li-menu li.keintrenner {
	background:none;
}

.li-menu li a:hover {
	text-decoration: none;
	color: white;
	background: none;
}

div.csc-textpic img {
	background:white;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 0px;
	margin-left: 0px;
}

/* Kopf */

#kopf {
	height: 140px;
	width: 890px;
	margin: 0 auto 0 auto;
	text-align:left;
}

#kopf a, #kopf a:hover {
	border: none;
	background: none;
}

#kopf .csc-textpic-imagecolumn img {
	margin: 55px 0 0 0;
	background: none;
	border: none;
	padding: 0;
}

#kopf div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img.frontEndEditIcons {
	margin: 0;
}

#sprachen {
	min-height: 2.58em;
	width: 222px;
	background: url(gfx/bg-sprachen.png) no-repeat bottom;
	float: right;
	text-align:center;
}

#sprachen ul.li-menu  {
	margin: 0 10px 0 10px;
	padding: 0;
}

/* Container */

.container {
	width: 940px;
	margin: 0 auto 0 auto;
	background: white;
	min-height: 450px;
	text-align: left;
	background: url(gfx/bg-container.png) no-repeat top left;
	line-height: 1.5em;
}

/* Menu */

#mainmenu {
	width: 888px;
	margin: 0 25px 10px 25px;
	height: 3.33em;
	background: url(gfx/bg-mainmenu.png) repeat-x #8fbf28;
	border: 1px solid white;
	text-align: left;
}

#mainmenu .suche {
	float: right;
	width: 151px;
	height: 23px;
	display: inline;
	margin: 8px 20px 0 0;
	background:url(gfx/bg-suchfeld.png) no-repeat;
}

#mainmenu .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 110px;
	height:18px;
	border: 0;
	color: #555;
	font-size: 12px;
	mline-height: 18px;
	background: none;
	padding: 3px 0 0 0;
	margin: 1px 0 0 10px;

}

#mainmenu .tx-indexedsearch-searchbox form {
	width: 130px;
}

/* Breadcrumb */

#breadcrumb {
	width: 860px;
	margin: 0 25px 0 35px;
}

#breadcrumb  p {
	padding: 0;
	margin: 0;
}

/* Erste Spalte */

.spalte-a {
	float: left;
	display: inline;
	width: 210px;
	margin: 10px 0 0 35px;
}

.spalte-a div.submenu {
	width: 100%;
	border: 1px solid #ccc;
}

div.submenu h1 {
	border-bottom: 1px solid #ccc;
	background: url(gfx/bg-submenu-kopf.png) repeat-x;
	font-size: 1em;
	font-weight:bold;
	padding: 10px;
	color: #555;
}

/* Zweite Spalte */

.spalte-b {
	width: 620px;
	margin: 10px 0 0 270px;
}

#.spalte-b a:active, .spalte-b a:hover {
#	border-bottom: 1px solid #cc6633;
#	background: #efefef;
#}


/* News */

div.news-latest-item {
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

.news-latest-item img {
	float: left;
	border: 1px solid #ccc;
	margin: 1px 5px 1px 0;
}

.news-latest-date a {
	color: #555;
	border: none;
}

.news-latest-date a:hover, .news-latest-date a:active {
	color: #cc6633;
	border-bottom: 1px dotted #cc6633;
}

.news-list-item img {
	float: right;
	margin: 5px 0 5px 10px;
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
}

.news-list-morelink {
	margin-bottom: 1em;
}

li.news-amenu-item-year {
	margin-left: 10px;
}

.news-amenu-container li a {
	background: none;
	margin: 0 10px 0 20px;
	padding: 5px 0 5px 0;
	border: none;
}

.news-amenu-container li a:hover, .news-amenu-container li a:active {
	background: none;
	margin: 0 10px 0 20px;
	padding: 5px 0 5px 0;
}


/* RG Smoothgallery */

div.rgsgcontent {
	float: right;
	margin: 5px 0 5px 10px;
}

div.rgsgcontent a:hover, div.rgsgcontent a, #lbCenter a, div.myGallery a {
	border: none;
	background:none;
}

#lbBottom a {
	border: none;
}

#lbCloseLink {
	background: url(gfx/button-schliessen.png);
}


/* Suche */

div.tx-indexedsearch-rules div.tx-indexedsearch-rules {
	margin-left: 2em;
	background: #eee;
	padding: 1em;
}


/* Kontaktbox */

div.kontaktbox {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #ccc;
}

div.kontaktbox img {
	float: left;
	margin: 0 10px 5px 0;
}

div.kontaktbox div.inhalt a img {
	float: none;
	margin: 0;
}

div.kontaktbox div.inhalt {
	margin: 0 0 0 100px;
}

div.kontaktbox hr.trenner {
	clear: left;
	border: none;
	color: white;
}


/* Fusszeile */

#fusszeile {
	width: 100%;
	height: 16.67em;
	background: url(gfx/bg-fuss.png) repeat-x;
}

#fusszeile .container {
	width: 850px;
	padding-top:70px;
	background: none;
	min-height: inherit;
	text-align: left;
	color: white;
}

#fusszeile a {
	color: white;
	border-bottom: 1px dotted white;
}

#fusszeile a:active, #fusszeile a:hover {
	color: #ededed;
	border-bottom: 1px solid #ededed;
	background:none;
}

#fusszeile .spalte-a {
	width: 190px;
	margin: 0;
}

#fusszeile .spalte-b {
	width: 410px;
	margin: 0 0 0 220px;
}

#fusszeile .spalte-c {
	width: 200px;
	float:right;
}

#fusszeile .li-menu li {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
}

#fusszeile .li-menu li a {
	padding: 0;
	margin: 0;
	color: white;
	line-height:normal;
	border: none;
}

#fusszeile .li-menu li a:hover {
	border-bottom: 1px solid #ededed;
	color: #ededed;
	background: none;
}

#fusszeile h1 {
	color: white;
}

#fusszeile-verlauf {
	width: 100%;
	height: 50px;
	background: url(gfx/bg-fuss-verlauf.png) repeat-x;
}
