/*
Site:			www.adwmainz.de
Author:			Torsten Schrade
Created:		09.06.2006
Modified:		26.07.2006
Editor:			Torsten Schrade
Usage:			general content styles

property order:
################
- cf. main.css

table of contents
#################
- basic elements
	- header
	- text
	- hyperlinks
	- img
	- lists
	- tables
- special elements
	- forms
	- blockquotes
	- hr
	- et. al.
*/

/*####################### CONTENT ############################*/

/* HEADER */

h1,h2,h3,h4,h5 {
	font-family: "Vera Sans", Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

h1,h2 {
	margin-bottom: 0.85em;
	border-bottom: 1px solid #3F4D7F;
	padding-bottom: 0.15em;
	font-size: 1.1em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;	
}

h4 {
	margin-bottom: 1em;
	font-size: 0.9em
}

h5 {
	margin-bottom: 1em;
	font-size: 0.87em
}


/* TEXT */

p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
	font-size: 0.87em;
}

a:link, a:visited, a:active, a:hover {
	color: #1B2E6F;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/*####################### IMAGES ############################*/

/* this box creates a local float environment for the imageblocks 
otherwise the hr.clearer would clear globally */

div.imageblock {
	position: relative;
	float: left;
	width: 100%;
}

.csc-textpic-caption {
	padding: 0.3em 0 1em 0;
	font-size: 0.75em;
	color: black;
}

* html .csc-textpic-caption {
	padding-bottom: 2em;	
}
/*
#content-03 img {
	border: 1px solid #3F4D7F;
	background: #B5BFDF;
	padding: 3px;
}
*/
/* Text */
#content-03-wrap #content-03 div.csc-textpic-intext-left-nowrap p {
	padding-left: 10px;
}

#content-03-wrap #content-03 div.csc-textpic-intext-right-nowrap p {
	padding-right: 10px;
}

/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}

div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}

div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}

/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}

/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid black;
	padding: 0px 0px;
}

div.csc-textpic-imagewrap {
	padding: 0;
}

div.csc-textpic img {
	border: none;
}

/* div: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}

/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}

/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}

/* fix line-height in IE6*/
* html div.csc-textpic-imagewrap {
	margin-bottom: -1.7em;	
}

* html div.csc-textpic-intext-left dl.csc-textpic-image,
* html div.csc-textpic-intext-right dl.csc-textpic-image {
	margin-top: 1.5em;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
}

/* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}

dl.csc-textpic-image dt {
	margin: 0;
	display: inline;
}

dl.csc-textpic-image dd { 
	margin: 0; 
}

/* Clearer */
hr.csc-textpic-clear {
	visibility: hidden;
	clear: both;
}

/* Margins around images: */
/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	/*margin-right: 10px;*/
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 0;
}

/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 5px;
}

div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 5px;
	display: block;
}

div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}

/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */
/* Above */
div.csc-textpic-above div.csc-textpic-text {
	clear: both;
}

/* Center (above or below) */
div.csc-textpic-center {
	text-align: center; /* IE-hack */
}

div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack */
}

div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack */
}

/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}

div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}

/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}

div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}

/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}

/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}

/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */

/* LISTS */

#content-02 ul, #content-02 ol,
#content-03 ul, #content-03 ol {
	margin: 0 0 1em 4em;
	padding: 0;
	font-size: 0.87em;
	line-height: 1.5em;	
}


#content-02 ul ul, #content-02 ol ol,
#content-03 ul ul, #content-03 ol ol {
	font-size: 0.97em;	
}

#content-02 ul ul ul, #content-02 ol ol ol,
#content-03 ul ul ul, #content-03 ol ol ol {
	font-size: 0.98em;	
}

#content-02 ul ul ul, #content-02 ol ol ol,
#content-03 ul ul ul, #content-03 ol ol ol {
	font-size: 1em;	
}

li {
	margin: 0;
	padding: 0;	
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

dl.csc-menu {
	font-size: 0.87em;
	line-height: 1.5em;
}

dl.csc-menu dt {
	margin: 0 0 1em 0;
	font-weight: bold;		
}

dl.csc-menu dd {
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #3F4D7F;
	padding: 0 0 1.5em 0;		
}


/* TABLES */

table {
	margin-bottom: 1em;
	font-size: 0.87em;
	border-collapse: collapse;
}

th, td {
	padding: 0.23em;
	line-height: 1.4em;
	vertical-align: top;
}

caption {
	caption-side: top;
	margin-bottom: 0.3em;
}


/* FORMS */

form {
	padding: 0;
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

input {
	padding: 2px;
	font-size: 1em;
	border: 1px solid #2f3f78;
}

select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
}

textarea {
	font-size: 1em;
	padding: 2px;	
}


/* Suche */

#adw-281 fieldset {
	width: 400px;
	margin-top: 15px;
	padding: 1em 1em 1.5em;
	border: 1px solid #3F4D7F;
	background: #B5BFDF;	
}

#adw-281 legend {
	padding: 0 1em;
	font-weight: bold;
}

#adw-281 input {
	width: 214px;
	border: 1px solid #3F4D7F;	
}

#adw-281 #searchformsubmit {
	width: 75px;
	height: 24px;
}

#adw-281 select {
	display: none;
}

/* Suche Sidebar */

#suchemain fieldset {
	width: 222px;
	margin: 0;
	padding: 0;
	border: 1px solid #2f3f78;;
	background: #B5BFDF;
}

#suchemain legend {
	padding: 0;
}

#suchemain input {
	width: 130px;
	border: 1px solid #2f3f78;	
}


/* MAILFORM */

form#mailform {
	float: left;
	width: 340px;
	margin: 0.5em 0 1em 0;
	border: 1px solid #587FA6;
	padding: 0.5em 0;
}

* html form#mailform {
	margin-top: 2em;
	height: 39em;
}

fieldset.csc-mailform {
	margin: 0 7px 0 13px;
	text-align: left;
}

* html fieldset.csc-mailform {
	margin-top: -15em !important;
}

fieldset.csc-mailform label {
	position: relative;
	float: left;
	clear: both;
	width: 90px;
	/* border-left: 20px solid #FFF; */
	border-top: 4px solid #FFF;
	margin: 0.5em 0;
	font-size: 0.9em;
}

fieldset.csc-mailform input {
	position: relative;
	float: right;
	width: 210px;
	margin: 0.5em 0px 0.4em 0;
	border: 1px solid #587FA6;
	padding: 2px;	
  	font: 0.9em Arial, Geneva, Helvetica, sans-serif;
}

fieldset.csc-mailform textarea {
	position: relative;	
	float: right;
	width: 210px;
	height: 150px;
	margin: 0.5em 0px 0.5em 0;
	border: 1px solid #587FA6;
	padding: 2px; 
  	font: 0.9em Arial, Geneva, Helvetica, sans-serif;
}

fieldset.csc-mailform input.csc-mailform-submit {
	/*clear: both;*/
	width: 120px;
	cursor: pointer;
}


/* SPECIALS */

blockquote {
	border: 0;
	color: #3F4D7F;
	font-family: Vera, Geneva, sans-serif; 
}

address {
	margin: 0 0 1em 0;
	font-style: normal;	
	line-height: 1.5em;
}

acronym, abbr {
	cursor: help;
}

/* CONTENTFRAMES */ 

#main div.csc-frame ol,
#main div.csc-frame ul {
	margin: 0 0 0 0.8em;
	padding: 0;
}

#main div.csc-frame li {
	margin: 0 0 1em 0;
}

div.csc-frame-frame1 {
	margin-bottom: 1.3em;
	margin-right: -1px;
	border: 1px solid #2f3f78;
	padding: 1em;
	background: #B5BFDF;	
}

div.csc-frame-frame1 h2,
div.csc-frame-frame1 h3,
div.csc-frame-frame1 h4,
div.csc-frame-frame1 h5 {
	color: white;	
	background: #2F3F78;
	font-size: 0.925em;
	margin: -1.15em -1.1em 1em -1.1em;
	border-bottom: 1px solid #fff;
	/* border-right: 1px solid #2F3F78;
	border-left: 1px solid #2F3F78; */
	padding: 0.3em 0.7em 0.4em 0.7em;
}

div.csc-frame-frame2 {
	margin-bottom: 1.3em;
	border: 1px solid #2F3F78;
	padding: 1em;
}

div.csc-frame-frame2 h3 {
	border-bottom: 1px solid #3F4D7F;	
}

/* CONTACTS */

.vcard .fn {
	font-weight: bold;
}

.vcard .tel, .adr .email,
.vcard .street-address {
	margin-bottom: 0;
}

/* NEWSLETTER */

#newsletter, #profilverwaltung {
	padding: 1em;
}

#profilverwaltung input {
	margin-bottom: 1em;
	font-size: 0.9em;
}