.clear {
	clear: both;
	height: 0px;
	line-height: 1%;
	font-size: 0pt;
	width: 1px;
}

.hidden {
	display: none;
}

/* --------------------------------------------
	Fonts, Colors
   ------------------------------------------- */
  
body {
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #4B4B4B;
	line-height: 150%;
}

h1, h2, h3 {
	color: #00519E;
	line-height: 120%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 24px;
	padding: 0px 0px 3px 0px;
}

#content-section div.header h1 {
	border-bottom: 3px solid #D0D0D0;
}

h2 {
	font-size: 26px;
	line-height: 120%;
	margin: 0px 0px 15px 0px;
}

h2, h3 {
	font-weight: normal;
}


.date {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 7px;
	display: block;
}


/* --------------------------------------------
	Content Elements
   ------------------------------------------- */
 
a img {
	border: 0px;
}

p,
#header-section ul, 
#navigation-section ul,
ul.csc-menu,
.linklist-teaser ul, 
ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.bodytext {
	margin-bottom: 7px;
}

.image {
	float: left;
	margin: 5px 20px 10px 0px;
}

.image.right {
	float: right;
	margin-left: 20px;
}

.image-caption {
	color: #999999;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin-top: 5px;
}

div.content .image {
	width: 295px;
}

#content-section div.content-teaser h2 {
	font-size: 22px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#content-section div.header {
	margin: 0px 0px 25px 0px;
}


#content-section div.header.paging {
	margin-bottom: 6px;
}

#content-section div.header-detailspage {
	margin: 25px 0px 25px 0px;
}

#content-section div.margin-left {
	margin: 0px 0px 0px 209px;
}

#content-section div.linklist-teaser ul {
	list-style-type: none;
}

/* --------------------------------------------
	Teaser Elements
   ------------------------------------------- */

#teaser-section h1 {
	float: left;
	font-size: 22px;
	margin: 0px 3px 3px 0px;
}

#teaser-section h2 {
	font-size: 136%;
	font-weight: normal;
	color: #A0A0A0;
	margin-bottom: 7px;
}

#teaser-section h3 {
	font-size: 16px;
	line-height: 135%;
	margin-bottom: 10px;
}

#teaser-section img {
	margin-bottom: 12px;	
}

#teaser-section div.header img {
	margin-bottom: 0px;	
}



/* --------------------------------------------
	Page Browseable
   ------------------------------------------- */
#content-section .browseable {
	font-family: Arial, sans-serif;
	margin: 0px;
}
#content-section .paging-wrapper {	
	margin: 2px 0px 8px 0px;
}

#content-section .browseable.top {

}

#content-section .browseable.bottom {
	border-top: 3px solid #D0D0D0;
	padding-top: 7px;
	margin-bottom: 25px;
}

#content-section .browseable .pagebrowse {
	float: right;
	padding: 1px 0px 2px 0px;
}

#content-section .pagebrowse img {
	vertical-align:sub;
}

#content-section .pagebrowse a,
#content-section .pagebrowse span {
	margin: 0px 5px;
}

#content-section .pagebrowse span.cur a {
	color: #00519E;
	font-weight: bold;
}

#content-section .pagebrowse a {
	color: #000000;
}

#content-section .browseable.filterElements {
	float: left;
	padding-bottom: 0px;
}

#content-section .browseable.filterElements form fieldset {
	margin: 0px;
}

#content-section .browseable.filterElements form .field label {
	width: 70px;
	display: inline;
	float: none;
}

#content-section .browseable.filterElements form .field select {
	width: 120px;
}


/* --------------------------------------------
	Sitemap, Anchor-Navi
   ------------------------------------------- */
.csc-menu {
	list-style-type: none;
}


/* --------------------------------------------
	Ankers
   ------------------------------------------- */

a, a:link, a:visited, a:hover {
	color: #00519E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.csc-linkToTop a,
.csc-menu a,
.csc-uploads-fileName a,
a.internal-link {
	background-image: url(../img/internal-link.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 22px;
}

div.back a {
	background-image: url(../img/back-link.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 22px;
}

p.bodytext a.internal-link {
	background: none;	
	padding: 0px 0px 0px 0px;
}
