/*
         Content-Elemente
         */

span.bold {
	font-weight: bold;
}

span.blue-normal {
	color: #006699;
	font-size: 12px;
	line-height: 20px;
}

span.blue-bold {
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

span.blue-bold-mehrzeilig {
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}

.blue-small, .blue-small-bold, .grey-small, .grey-small-bold {
	font-size: 10pt;
	line-height: 12px;
}

span.blue-small {
	color: #128dca;
}

span.blue-small-bold {
	color: #128dca;
	font-weight: bold;
}

span.grey-small {
	color: #666666;
}

span.grey-small-bold {
	color: #666666;
	font-weight: bold;
}

span.rot {
	color: #cc3300;
}

span.rotbold {
	color: #cc3300;
	font-weight: bold;
}

/*////////////////////
         Termine
         ////////////////////*/

span.orga-termine {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding-left: 18px;
}

/*////////////////////
         Absatzformate
         ////////////////////*/

p.Breite-420 {
	width: 420px;
}

p.Liste {
	
}

#primary-content p.Liste   a,  #primary-content table  a {
	text-decoration: none;
}

#primary-content p.Liste  a:hover,  #primary-content table  a:hover {
	color: #128dca;
}

p.Float {
	width: 400px;
	float: left;
	padding-right: 20px;
}

p.Clearing {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}

p.Rahmen {
	width: 180px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	border: 1px;
	border-color: #B0C985;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#primary-content   p.Rahmen  a, #primary-content   p.Rahmen-Unten  a {
	text-decoration: none;
	color: #000000;
}

#primary-content   p.Rahmen  a:hover, #primary-content   p.Rahmen-Unten  a:hover {
	text-decoration: none;
	color: #128DCA;
}

#primary-content   p.Rahmen  a:hover span, #primary-content   p.Rahmen-Unten  a:hover span {
	text-decoration: none;
	color: #128DCA;
}

p.Rahmen-Unten {
	width: 180px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	border: 1px;
	border-color: #B0C985;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.Rahmen-2 {
	width: 420px;
	font-size: 12px;
	line-height: 20px;
	border: 1px;
	border-color: #B0C985;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.Link-Normal-Black {
	width: 420px;
}

p.Link-Normal-Black  a {
	text-decoration: underline;
	color: #000000;
}

p.Link-Normal-Black a:hover {
	color: #128dca;
}

p.Line {
	border-top-color: #B0C985;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 12px;
	line-height: 12px;
	width: 420px;
	margin-top: 10px;
}

p.Platzhalter {
	clear: both;
	height: 10px;
}

p.Beige {
	width: 200px;
	height: 150px;
	background-color: #fbf1d8;
	float: left;
}

#primary-content   p.Beige a {
	text-decoration: none;
}

#primary-content   p.Beige a:hover {
	color: #128dca;
}

p.PaleGoldenrod {
	width: 200px;
	height: 150px;
	background-color: #e9edc6;
	float: left;
}

#primary-content   p.PaleGoldenrod a {
	text-decoration: none;
}

#primary-content   p.PaleGoldenrod a:hover {
	color: #128dca;
}

p.Olive {
	width: 200px;
	height: 150px;
	background-color: #dee8d7;
	float: left;
}

#primary-content   p.Olive a {
	text-decoration: none;
}

#primary-content   p.Olive a:hover {
	color: #128dca;
}

p.Wheat {
	width: 160px;
	height: 150px;
	background-color: #ece6d7;
	float: left;
}

#primary-content   p.Wheat a {
	text-decoration: none;
}

#primary-content   p.Wheat a:hover {
	color: #128dca;
}

.blue-bold {
	color: #128dca;
	font-weight: bold;
}

h1 {
	padding-top: 16px;
	padding-bottom: 17px;
	margin: 0px;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #128dca;
}

h2 {
	padding-bottom: 17px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #128dca;
}

h3 {
	padding: 0px;
	margin: 0px;
	color: #128dca;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

h4 {
	padding: 0px;
	margin: 0px;
	color: #128dca;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

a.underlineLink {
	text-decoration:underline;
}