/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; font-weight:bold;}
span.name-of-person { color: #10007B; font-variant: small-caps; }
span.detail { color: #186900; font-style:italic; }

a {
	color: #002C8C; 
}

a:visited {
	color: #551A8B; 
}


/*

a:focus {
	color: #859ED2;
	border:0;
}

a:active {
	color: #859ED2;
	border:0;
}
*/

.link-detailkarte {
	font-size: 1.18em;
	padding-bottom: 0.6em;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 0 0 0.4em 0;
	font-size: 1.18em;
}

sup {
	font-size:0.8em;
}

sub {
	font-size:0.8em;
}

#content-normal-wrap ul li ul {
	margin-top: 0px;
	margin-bottom: -8px;
	font-size: 1em;
}

#content-normal-wrap ul li ol {
	margin-top: 0px;
	margin-bottom: -8px;
	font-size: 1em;
}


p.bodytext {
	padding: 0;
	margin: 0 0 0.4em 0;
	/*font-size: 1.18em;*/
	line-height: 1.38em;
}


#box-oben p {
	padding: 0 0 0 0.6em;
	margin: 0 0 0em 0;
	font-size: 0.9em;
}

.align-right {
	text-align: right;
}

#box-oben a {
	text-decoration: none;
	color: black;
}

#content-border-wrap {	
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	margin: 0.5em 0 0.4em 0;
	width: 97%;
}

#content-border-inner-wrap {
	position: relative;
	width: 49.3em;
}

#content-normal-wrap {
 	width: 90%;
	max-width: 42.2em;
	min-width: 39.4em;	
	margin: 0 0 2em 0;	
}


#content-rechts-intranet-wrap ol,
#content-normal-wrap ol {
	font-size: 1.18em;
	margin: 0.6em 0 0.8em 0;
	padding: 0 0 0 1.6em;
}

#content-rechts-intranet-wrap ul,
#content-normal-wrap ul {
	font-size: 1.18em;
	margin: 0.6em 0 0.8em 0;
	padding: 0;
	list-style: none;
}

#content-rechts-intranet-wrap ol li,
#content-normal-wrap ol li {
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 0 0.3em;
}

html>/**/body #content-rechts-intranet-wrap ol li,
html>/**/body #content-normal-wrap ol li {
	margin: 0 0 0 0em;
}

#content-rechts-intranet-wrap ul li,
#content-normal-wrap ul li {
	line-height: 1.6em;
	padding: 0 0 0 1.4em;
	background-image:url(img/list-img-7.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
}

h1.csc-firstHeader, h1 {
	font-size: 1.38em;
	font-weight: bold;
	color: #002C8C;
	margin: 0;
	padding: 0.8em 0 0.4em 0;
} 

h2.csc-firstHeader, h2 {
	font-size: 1.18em;
	font-weight: bold;
	color: #002C8C;
	margin: 0;
	padding: 0.8em 0 0.4em 0;
} 

h3.csc-firstHeader, h3 {
	font-size: 1.18em;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 1.2em 0 1.4em 0;
} 


.csc-searchform {
	margin-top: 0.8em;
}

.csc-searchResult {
	color: navy;
}

.csc-searchResultHeader {
	font-size: 1.2em;
	font-family: arial;
}

.csc-sword {
	color: red;
	font-weight: bold;
}

.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
   padding: 0.4em 0em 0.4em 0em;
}

.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
   padding: 0.4em 0em 0.4em 0em;
} 


DIV[class].csc-textpic-imagewrap {
	padding-bottom: 0;	
	margin-bottom: -0.8em;	
}

