/* KILL DEFAULTS */
html * {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

ul li{
	list-style: none;
}

/* BEGIN ENTIRE CSS */
body{
	font-size: 75%;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #f2f2f2;
	color: #000;
}

h1 { font-size: 250% }                        /* 30px */
h2 { font-size: 200% }                        /* 24px */
h3 { font-size: 150% }                        /* 18px */
h4 { font-size: 133.33% }                     /* 16px */    
h5 { font-size: 116.67% }                     /* 14px */
h6 { font-size: 116.67; font-style:italic }   /* 14px */

p { margin: 0 0 1.5em 0; }

a { color: #ff0000; font-weight: bold; text-decoration: none; }

strong { font-weight: bold; }

.HeadBg{
	background: url(bg-header-home.jpg) transparent no-repeat;
	height: 274px;
}

/* Breadcrumb */
#tdContentPane .clear{
	display:none;
}

.breadcrumb{
	height: 21px;
	font-size: 75%;
	color: #8d8d8d;
	background: url(bg-breadcrumb.gif) transparent no-repeat 0 5px;
	padding-left: 10px;
}

.breadcrumbitem{
	padding-right: 3px;
}

.breadcrumbseparator{
	padding-right: 3px;
}

.breadcrumb ul{
	margin: 0;
}

.breadcrumb a{
	color: #8d8d8d;
	font-weight: normal;
	text-decoration: underline;
}

#outerleft, #middleleft, #middleright, #outerright{
	display: none;
}

#tdLeftPane, #tdContentPane, #tdRightPane{
	padding: 0 10px;
}

#tdContentPane{
	padding-top: 10px;
}

#tdRightPane{
	padding-top: 7px;
}

.Content{
	background: url(bg-content.gif) repeat-y #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#sidemenu ul li
{ 
	margin:0px;
	display: block;
	margin: 0; 
	padding: 4px 0 1px 0;
}
 
#sidemenu ul li a
{
	display: block;
	color: black;
	text-decoration: none;
	margin-left: 3px;
	border-bottom: 1px solid #c1d6c6;
	font-weight: bold;
	padding-bottom: 3px;
}

#sidemenu ul li a:hover, #sidemenu .cTab1Selected
{
	border-bottom: 1px solid red;
}

#sidemenu ul li ul li a:hover, #sidemenu .cTab2Selected{
	border-bottom: 1px solid #386d46;
}

#sidemenu ul li ul li{
	margin-left: 10px;
}

#sidemenu ul li ul li a{
	font-weight: normal;
}

#sidemenu ul li ul li ul li{
	margin-left: 15px;
}

.Head, .HeadC{
	font-size: 150%;
	color: #386d46;
	font-weight: bold;
}

.ModuleContent{
	text-align: justify;
}

.HeadB, #tdRightPane .Head, .contentRightBlockHeadline, #contentRightAdrBlock h4{
	font-size: 116.67%;
	color: #595959;
	font-weight: bold;
	padding: 0 10px;
}

.ModuleTitleB, #tdRightPane .Moduletitle, .contentRightBlockHeadline, #contentRightAdrBlock h4{
	background: url(bg-moduletitle-B.gif) repeat-x #e8e8e8;
}

.ModuleBorderB, #tdRightPane .ModuleBorder, .contentRightBox, #contentRightH .mtop0{
	background-color: #f7f7f7;
}

.ModuleContentB, #tdRightPane .ModuleContent, #contentRightH .mtop0{
	padding: 10px 10px 0 10px;
}

.ModuleTitleC{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.ModuleBorderE{
	background: url(bg-spenden-button.jpg) no-repeat;
	height: 85px;
}

.ModuleContentE{
	padding: 32px 10px 10px 8px;
	color: #595959;
	font-size: 116.67%;
}

.ModuleContentE a{
	color: #0a2f83;
	font-weight: bold;
}

.ModuleBorderF{
	background: url(bg-informationen-finden.jpg) no-repeat;
	height: 39px;
}

.ModuleContentF{
	padding-top: 1px;
	color: #595959;
}

.ModuleContentF a{
	color: #595959;
	text-decoration: none;
}

#kurtelefon, #beratungsstellen, #infomaterial{
	float: left;
	font-weight: bold;
}

#kurtelefon{
	padding-left: 30px;
}

#beratungsstellen{
	padding-left: 30px;
}

#infomaterial{
	padding-left: 50px;
}

/* Modulecontainer */
#ctl14_tdLeftModule{
	padding-right: 20px;
}

.ADiv2{
	padding-right: 10px;
}

/* Artikelliste */
.ArticleItem{
	margin-bottom: .5em;
}

.ArticleListTitle{
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}

.ArticleListDescription{
	display: block;
	margin-top: .5em;
}

.ArticleListMoreLink{
	display: block;
	text-align: right;
}

/* Login-Formular */
#pnlLogin h2, #pnlLogin .ModuleContent{
	padding: 20px;
}

/* Suchfeld */
#tdLeftPane .ModuleTitle{
	margin-top: 20px;
}

#M1457ContentDiv .ModuleContent{
	background: url(bg-suche.png) no-repeat;
	height: 21px;
	padding-left: 2px;
}

#tdLeftPane .SearchBox{
	border: none;
	padding: 0;
	display: block;
	width: 115px;
	float: left;
	margin-right: 30px;
	background-color: transparent;
}


#tdLeftPane .CommandButton{
	color: #fff;
	font-weight: normal;
}

/* Hintergrund auf Bearbeitungsseiten ausschalten */
#master .Content{
	background-image: none;
}

/* Alternative Navigation in linker Spalte */
p.alternatenavigation{
	text-align: left;
	font-size: 75%;
}
p.alternatenavigation a{
	color: #000;
	font-weight: normal;
}