/* ################################# */
/* # Allgemeine Grundeinstellungen # */
/* ################################# */

body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/static/sitebackground.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center; /* Zentrierung der Gesamtseite für IE */
}

h1 {
	border-bottom: solid 2px #CD7F32;
	color: #CD7F32;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	color: #CD7F32;
	font-size: 1.1em;
	font-weight: bold;
}

a, a:link, a:active, a:visited {
	color: #CD7F32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.csc-textpic-image {
	width: 165px !important;
	text-align: center !important;
}

/* ################################# */
/* #      Seitenstruktur           # */
/* ################################# */


#seitenkopf {
	margin: 0 auto; /* Zentrierung der Gesamtseite */
	width: 746px;
	padding-left: 9px;
	background-image: url(../images/static/kopf_background.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left; /* Text wieder links ausrichten */
	min-height: 84px;
	height: 84px;
}

#navikopf {
	margin: 0 auto; /* Zentrierung der Gesamtseite */
	width: 746px;
	padding-left: 9px;
	background-image: url(../images/static/navikopfbackground.gif);
	background-repeat: repeat-y;
	text-align: left; /* Text wieder links ausrichten */
	min-height: 182px;
	height: 182px;
}

#navikopf #navi {
	width: 130px;
	margin-left: 591px;
	padding-top: 10px;
}

#navikopf #navi a, #navikopf #navi a:link, #navikopf #navi a:active, #navikopf #navi a:visited {
	width: 130px;
	border-bottom: solid 2px #CD7F32;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#navikopf #navi a:hover {
	width: 130px;
	border-bottom: solid 2px #CD7F32;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	color: #FFFFFF;
	background-color: #CD7F32;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#navikopf #naviimage {
	width: 580px;
	float: left;
}

#content {
	margin: 0 auto; /* Zentrierung der Gesamtseite */
	width: 566px;
	padding-left: 32px;
	padding-right: 157px;
	padding-top: 53px;
	background-image: url(../images/static/content_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-align: left; /* Text wieder links ausrichten */
	min-height: 160px;
}

#fusszeile {
	margin: 0 auto; /* Zentrierung der Gesamtseite */
	margin-top: 60px;
	margin-bottom: 20px;
	width: 719px;
	padding-left: 9px;
	padding-right: 9px;
	border-top: 1px solid #BFBFBF;
	color: #BFBFBF;
	text-align: center; /* Text wieder links ausrichten */
}

#fusszeile #links{
	width: 360px;
	float: left;
	text-align: left;
}

#fusszeile #rechts{
	width: 360px;
	margin-left: 362px;
	text-align: right;
}

#fusszeile a, #fusszeile a:link, #fusszeile a:visited, #fusszeile a:active {
	color: #BFBFBF;
	text-decoration: none;
}

#fusszeile a:hover {
	color: #BFBFBF;
	text-decoration: underline;
}

dd.csc-textpic-caption {
	font-size: 0.8em;
	color: grey;
	text-align: left;
}




blockquote {
    position: relative;
    clear: both;
    margin: 0 !important;
}
blockquote:before {
    content: url(/fileadmin/marry-more/template/images/static/blockquote1.png);
    position: relative;
    top: 20px;
    left: 40px;
    width: 20px;
    height: 16px;
}
blockquote:after {
    content: url(/fileadmin/marry-more/template/images/static/blockquote2.png);
    position: relative;
    bottom: 11px;
    left: 96%;
    width: 20px;
    height: 16px;
}

blockquote p {
    padding: 0 35px 0 70px;
}

div.quote p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.quote {
	margin-bottom: 20px;
}
