/*
////////////////////////////////////////////////////////////////
//
// format.css  Stylesheet fuer die gesamte Webside
// erstellt durch gia-online, 53175 Bonn, www.gia-online.de
//
////////////////////////////////////////////////////////////////
*/

/* CSS Document - www.rosenhof-odendahl.de */

* {
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
hr {
	clear: both;
	background-color: #99B7AA; /* Mozilla 1.4 */
		color: #99B7AA; /* IE 6 */
	border: #99B7AA; /* Opera 7.11 */
	height: 1px; /* in Opera f¸r die Anzeige nˆtig, in Mozilla f¸r die einheitliche Hˆhe */
	margin-top: 5px;
	margin-bottom: 5px;
}
.bodytext {
	display: block;
}

/***************************************************/
/* Schriften                                       */
/***************************************************/

h1 {
	font-size: 16px;
	color: #004B2B;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #99B7AA solid;
}
#content_right h1 {
	font-size: 16px;
	color: #004B2B;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0;
	border: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	color: #004B2B;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 22px;
	color: #004B2B;
	font-weight: normal;
	margin-top: 10px;
	border-bottom: 1px #99B7AA solid;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #99B7AA solid;
}
.rot {
	font-size: 14px;
	color: #CC0000;
}
/***************************************************/
/* Boxen                                           */
/***************************************************/

#header {
	padding: 0;
	margin: 0 auto;
	height: 151px;
	background: url(../images/layout/bg_header.jpg) no-repeat top center;
}
#navigat {
	clear: both;
	width: 960px;
	padding: 0px;
	margin-top: 5px;
	text-align: left;
	border-top: 1px #99B7AA solid;
}
#content {
	clear: both;
	width: 960px;
	padding: 25px 0px 15px 0px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px #99B7AA solid;
}
* html #content {
	padding: 25px 0px 15px 0px;
}
#content_left {
	float: left;
	text-align: left;
	width: 615px;
	padding: 0px 25px 0px 0px;
	margin-bottom: 40px;
}
.content_left_right {
	float: right;
	padding: 10px 0px 0px 10px;
}
#content_left p {
	margin-bottom: 10px;
}
#content_left ul {
	margin-left: 25px;
}
#content_left ul li {
	margin-top: 10px;
}
#content_sortlist_left {
	float: left;
	width: 270px;
}
#content_sortlist_right {
	float: left;
	width: 340px;
}
#content_right {
	float: left;
	padding: 0px;
	width: 315px;
}
#random {
	clear: both;
	width: 960px;
	padding: 5px 0px 5px 0px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px #99B7AA solid;
}
#random_left {
	float: left;
	width: 570px;
	margin-bottom: 5px;
}
#random_right {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 350px;
	padding: 20px 20px 0px 20px;
	line-height: 20px;
}
* html #random_right {
	width: 345px;
}
#footer {
	clear: both;
	background: url(../images/layout/bg_footer.gif) repeat-x top left;
	height: 124px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	padding-top: 0px;
	text-align: center;
}
#footer_content {
	color: #FFFFFF;
	width: 960px;
	padding: 30px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
}
/***************************************************/
/* Boxen rechts                                    */
/***************************************************/

.aktuell {
	background: #F1E6AB;
	border-top: 1px #99B7AA solid;
	border-bottom: 1px #99B7AA solid;
	padding: 15px 10px 15px 10px;
	margin-bottom: 15px;
}

/***************************************************/
/* Box Hinweis/Besonderheit                        */
/***************************************************/

.hinweis_1 {
	border: 1px #99B7AA solid;
	width: 328px;
	padding: 5px;
}
.hinweis_2 {
	border: 1px #99B7AA solid;
	width: 268px;
	padding: 5px 10px 5px 60px;
	background: url(../images/layout/ausrufezeichen.gif) no-repeat top left;
}
/***************************************************/
/* Links                                           */
/***************************************************/

a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.aktuell a, .aktuell a:link, .aktuell a:visited, .aktuell a:active {
	color: #CC0000;
	text-decoration: underline;
}
.aktuell a:hover {
	color: #333333;
	text-decoration: none;
}
}
.nextLink a, .nextLink a:link, .nextLink a:visited, .nextLink a:active {
	color: #CC0000;
	text-decoration: underline;
}
.nextLink a:hover {
	color: #333333;
	text-decoration: none;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #9EB374;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/***************************************************/
/* Bilder			                               */
/***************************************************/

#content_left div.csc-textpic img {
	display: inline;
	text-align: left;
	border: #99B7AA solid 1px;
}
#content_left div.csc-textpic-intext-left img {
	margin-right: 10px !important;
	text-align: left;
	display: inline;
}
#content_left div.csc-textpic-intext-right {
	margin-right: 10px;
}
.img_border {
	display: inline;
	margin: 0px;
	padding: 1px;
	border: #DDE3E8 solid 1px;
}
.img_border_distance{
	margin: 2px 2px 0px 2px;
	padding: 1px;
	border: #99B7AA solid 1px;
}
.img_right {
	float: right;
	text-align: left;
	display: inline;
	margin: 3px 0px 3px 10px;
	padding: 0;
	border: 0;
}
.img_right_border {
	float: right;
	text-align: left;
	display: inline;
	margin: 3px 0px 3px 10px;
	padding: 4px;
	border: #99B7AA solid 1px;
}
.img_left {
	float: left;
	text-align: left;
	display: inline;
	margin: 0 auto;
	padding: 0px;
	border: 0;
	text-decoration: none !important;
}
.etikett {
	float: left;
	padding-left: 3px;
	margin: 0px 5px 5px 0px;
	font-size: 11px;
	text-align: left;
	color: #333333;
	width: 115px !important;
	height: 280px !important;
}
.etikett span {
	text-decoration: underline;
}
.img_left_border {
	float: left;
	text-align: right;
	display: inline;
	margin: 0px 15px 5px 0px;
	padding: 4px;
	border: #99B7AA solid 1px;
}

/***************************************************/
/* Tabelle			                               */
/***************************************************/

table.sortlist {
	float: left;
	border-collapse:collapse;
	margin-top: 1px;
	margin-bottom: 5px;
	width: 330px;
}
* html table.sortlist {
	margin-top: 0px;
}
#sortlist tbody tr td {
	padding: 2px 5px 2px 0px;
}
tr th {
	font-weight: normal;
}

/***************************************************/
/* Form		                               */
/***************************************************/
fieldset.csc-mailform label {
	display:block;
	float:left;
	margin-right:10px;
	text-align:right;
	width:80px;
}
fieldset.csc-mailform div {
	padding:5px;
}

/***************************************************/
/* Sortimens-link                               */
/***************************************************/
.nextLink {
	float:right;
	width:140px;
	text-align: right;
	padding-right: 5px;
}
.prevLink {
	float:left;
	width:140px;
	text-align: left;
	padding-left: 5px;
}
.sortimentLinkBox {
	background: #F1E6AB;
	border-top: 1px #99B7AA solid;
	border-bottom: 1px #99B7AA solid;
	padding: 0px 0px 20px 0px;
	margin-bottom: 15px;
}
.sortimentLinkBox a {
	color: #CC0000;
}

.csc-textpic-intext-left {
	float:left;
	clear: both;
}
