/*
////////////////////////////////////////////////////////////////
//
 format.css  Stylesheet fuer die gesamte Webside
// erstellt durch WiedMedia, 53577 Neustadt/Wied, www.wiedmedia.de
//
////////////////////////////////////////////////////////////////
*/

/* CSS Document - www.staude-des-jahres.de */


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background: #ffffff url(../images/layout/bg.gif) repeat-y top center;
}
/***************************************************/
/* Sonstiges                                       */
/***************************************************/

.clear {
	clear: both;
	padding:0px;
	margin:0 auto;
}
hr {
	background-color: #f8e5eb; /* Mozilla 1.4 */
	color: #f8e5eb; /* IE 6 */
	border: #f8e5eb; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
}
/***************************************************/
/* Schriften                                       */
/***************************************************/

h1 {
	font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#194915;
	letter-spacing:3px;
	margin-top:-2px;
	border-bottom: 1px solid #194915;
	padding-bottom: 14px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:15px;
	color:#b44570;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin:0 auto;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:15px;
	color:#b44570;
}
.small {
	font-size: 10px;
}
/***************************************************/
/* Boxen                                           */
/***************************************************/

#wrapper {
	display: inline-block;
	width:980px;
	text-align: center;
	padding: 0px;
	margin:0 auto;
}
#box_left {
	float:left;
	width: 228px;
	padding: 180px 0px 0px 0px;
	margin:0 auto;
	text-align:left;
}
#box_left_contentsite {
	float:left;
	width: 228px;
	padding: 0px;
	margin:0 auto;
	text-align:left;
}
#box_left_subnav {
	float:left;
	width: 228px;
	padding: 0px;
	margin:0 auto;
	text-align:right;
}
#box_left_subnav p {
	line-height:25px;
}
#box_right {
	float:left;
	width: 752px;
	padding: 0px;
	margin:0 auto;
	text-align:left;
}
#header {
	width:752px;
	height:194px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	color:#194915;
}
.header_right {
	float:right;
	text-align:left;
	line-height: 150%;
	margin-top:57px;
	margin-right:30px;
}
#text_home {
	float:left;
	width:435px;
	text-align:left;
	margin-top:40px;
	margin-left:42px;
	line-height:145%;
}
#text_left {
	float:left;
	width:490px;
	text-align:left;
	margin-left:42px;
	line-height:145%;
}
#text_left ul {
	margin:20px 0px 20px 40px;
}
#text_right {
	float:left;
	width:162px;
	text-align:left;
	margin-left:25px;
	margin-top:170px;
	line-height:160%;
}
#text_right_2 {
	float:left;
	width:162px;
	text-align:left;
	margin-left:25px;
	margin-top:132px;
	line-height:160%;
}
#bg_text_right {
	width:150px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	color:#194915;
	padding:15px;
	margin:0 auto;
	line-height:150%;
	background: #ffffff url(../images/layout/bg_text_right.gif) no-repeat top center;
}
#bg_download {
	width:150px;
	height:57px;
	text-align:left;
	padding:50px 15px 0px 15px;
	margin:0 auto;
	line-height:150%;
	background: #ffffff url(../images/layout/bg_download.gif) no-repeat top center;
}


/***************************************************/
/* Links                                           */
/***************************************************/

#header a, #header a:link, #header a:visited, #header a:active {
	color:#194915 !important;
	text-decoration: none!important;
}
#header a:hover {
	color: #194915 !important;
	text-decoration: underline !important;
}
#box_right a, #box_right a:link, #box_right a:visited, #box_right a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration: underline;
}
#box_right a:hover {
	color: #000000;
	text-decoration: none;
}
a.subnav, a.subnav:link, a.subnav:visited, a.subnav:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #b44570;
	text-decoration: none;
	height:20px;
	margin-right:35px;
}
a.subnav:hover {
	color: #b44570;
	text-decoration: underline;
}
#bg_text_right a, #bg_text_right a:link, #bg_text_right a:visited, #bg_text_right a:active {
	font-size:10px;
	font-weight:bold;
	color:#194915;
	text-decoration: underline;
}
#bg_text_right a:hover {
	text-decoration: none;
}


/***************************************************/
/* Bilder			                               */
/***************************************************/

.img_nav {
	margin-bottom: 20px;
}
.img_right {
	float:right;
}

/***************************************************/
/* Tabelle			                               */
/***************************************************/

table, td {
    border: solid 1px #999;
}
td {
	padding: 10px;
}
td ul {
	margin-top: 0px !important;
}