/*
////////////////////////////////////-- value-holdings.de - style.css --///////////////////////////////////////////
// 
// Copyright: ratzinger-internetlösungen 2008 
// 
// Erstellt: 01.07.2008 (Florian Ratzinger)
// Geändert: 
// 
// Informationen zu CSS:
// font-weight: 100(extra-dünn) / 200 / 300(dünn) /400 / 500(normal) /600 / 700(fett) / 800 / 900(extra-fett) ;
// text-decoration: none / underline / overline / underline overline / line-through;
// 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
/*======================================== IMPORT CSS ============================================*/
@import url("buildin_style.css");
@import url("form.css");
@import url("navigation.css");

/*======================================== Allgemeine Classen ============================================*/
a
{
	color: #9A122B;
	text-decoration: none;
}

a:hover
{
	color: #929292;
	text-decoration: none;
	cursor: pointer;
}

h1
{
	font-family:Arial,Verdana,Helvetica;
	font-size:14pt;
	font-weight:700;
	color:#9a122b;
	border-bottom: 1px solid #9a122b;
}

h2
{
	color:#9a122b;
	font-size: 15px;
	border-bottom: 1px solid #9a122b;
}

h3
{
	color: #6f6f6f;
	font-size: 13px;
}

caption
{
	color: #3b398c;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
}

img
{
	border: 0px;
}

hr
{
	color: #6f6f6f;
}

li
{
	list-style: disc;
	margin: 0px 0px 0px 20px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

/*======================================== NEWS ============================================*/

li.newsLine
{
	background-image: url(../images/bg_newsline.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px; /* links|oben */
	list-style: none;
	height: 20px;
	margin: 0px 25px 0px 25px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

li.newsHead
{
	font-family:Arial,Verdana,Helvetica;
	font-size: 14px;
	font-weight:700;
	color:#9a122b;
	list-style: none;
	margin: 0px 25px 10px 23px; /*oben|rechts|unten|links */
	padding: 10px 0px 0px 0px; /*oben|rechts|unten|links */
}

li.newsReport
{
	list-style: none;
	margin: 0px 25px 0px 25px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

li.newsAll
{
	text-align: right;
	list-style: none;
	margin: 0px 25px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 10px 0px; /*oben|rechts|unten|links */
}

li.newsAll a.newsAll
{
	font-family:Arial,Verdana,Helvetica;
	font-size: 12px;
	font-weight:600;
	text-decoration: underline;
	color:#6f6f6f;
}

li.newsAll a.newsAll:hover
{
	font-family:Arial,Verdana,Helvetica;
	font-size: 12px;
	font-weight:600;
	text-decoration: none;
	color:#6f6f6f;

}

#news table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

#news th
{
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#news tr.row1
{
	background-color: #f9f9f9;
}

#news tr.row2
{
	background-color: #FFFFFF;
}

#news td
{
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
}

/*======================================== SITEMAP ============================================*/
.sitemap_level_1 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	font-weight: bold;
}

.sitemap_level_2, .sitemap_level_3, .sitemap_level_4, .sitemap_level_5
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
	font-weight: normal;
}

/*======================================== FOOTER ============================================*/
#footer a
{
	color: #6f6f6f;
	font-size: 11px;
	font-weight: 600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover
{
	color: #b8b2a0;
	font-size: 11px;
	font-weight: 600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/*======================================== SEARCH ============================================*/
input.searchinput 
{
	background:url(../images/bg_inputsearch.gif) no-repeat right top;
	width: 105px;
	height: 17px;
	margin: 0px 0px 2px 0px; /*oben|rechts|unten|links */
	padding-right: 25px;
	color: #838383;
	border: 1px solid #6f6f6f;
}

input.searchbutton
{
	cursor: pointer;
	border: 0px solid #ff0000;
	background: #ffffff;
	color: #666666;
	font-weight: bold;
	width: 97px;
	height: 24px;
	padding: 1px 2px 5px 0px; /*oben|rechts|unten|links */
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	background: url(../images/bg_button.gif) no-repeat left bottom;
}

/*======================================== MEDIA ============================================*/
table.normal
{
	border: none;
	border-collapse: collapse;
	width: 100%;
}

table.normal td
{
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px;
}

table.normal th
{
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
	background-color: #efefef;
	text-align: center;
	padding: 5px;
}

/*======================================== DATALIST ============================================*/
div.datalist_block dl dt {
    margin: 0px;
    padding: 0px 0 0px 0;
    font-weight: bold;
    display: block;
    /*background-color: #f2db80;*/
}

div.datalist_block dl dd {
    margin: 0px;
    padding: 0px 0 6px 0;
border-top: 0px solid #cbb354;
}

div.datalist_block dl dt.cattitle {
    font-weight: bold;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    display: block;
    /*background-color: #cbb354;*/
    border: 0px #bcbcbc solid;
    margin-top: 11px;
}

.bg {background-color: #EFEFEF;}

div.datalist_block dl dd.catcontent {
	padding: 0px;
    border: 0px #bcbcbc solid;
    border-top: none;
	/*background-color: #f2db80;*/
	padding-top:5px;
}

div.datalist_block dl dd.catcontent2{
	/*background-color: #f2db80;*/
}

div.datalist_block dl dd.catcontent2 p{
    padding: 0px;
}

div#data dl dt {
    /*background-color: #cbb354;*/
    border-bottom: 1px grey solid;
    font-weight: bold;
}

div#data dd {
    margin-bottom: 2em;
}

dl.data_module dt {
    font-weight: bold;
    font-size: 100%;
}

dl.data_module {
    padding: 5px;
    background-color: white;
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
}

dl.data_module dd {
    margin: 1.5em 0 0 0;
}

/*======================================== DIRECTORY ============================================*/
#directory {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#directory div.search,
#directory div.navtree,
#directory div.title,
#directory div.categories,
#directory div.directoryLatest,
#directory div.no_feeds,
#directory div.insert_feeds,
#directory div.message,
#directory div.fields,
#directory div.feed
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
}

#directory div.insert_feeds {
	margin: 15px 0px 0px 0px;
	text-align:center;
	float:left;
}

#directory div.paging {
	margin: 15px 0px 0px 0px;
	float:left;
}

#directory div.feeds_, #directory div.feeds_row1, #directory div.feeds_row2 {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
	border-bottom: 1px dotted #D0D0D0;
}

#directory div.feeds_row1 {
	background-color: #ffffff;
}

#directory div.feeds_row2 {
	background-color: #f9f9f9;
}

#directory div.image {
	float:left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#directory div.infos {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto !important;
}


#directory div.infos h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#directory div.image img {
	margin: 0px 15px 15px 0px;
}

#directory div.image a img {
	border:2px solid #1679CE;
	margin: 0px 15px 0px 0px;
}

#directory div.image a:hover img {
	border:2px solid #51BBF9;
	margin: 0px 15px 0px 0px;
}

#directory div.fields table, 
#directory div.fields tr,
#directory div.fields th,
#directory div.fields td {
	border:0px;
}

/*======================================== STATUS ============================================*/
.status_red 
{
	background-color: #ffffff;
	color: #FF0000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	padding: 2px;
}	

.status_green
{
	background-color: #ffffff;
	color: #008000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #008000;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	padding: 2px;
}
	
.status_grey
{
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

/*======================================== ACCESS ============================================*/
#access {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#access div.message,
#access div.message_ok,
#access div.message_error,
#access div.profile,
#access div.paging,
#access div.member_list,
#access div.letter_index,
#access div.search,
#access div.functions {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#access div.message_error {
	color: #ff0000;
}

#access div.message_ok {
	color: #029202;
}

#access img.member_gender_female {
	background-color:#f4d7f4;
	padding:2px;
}

#access img.member_gender_male {
	background-color:#a2c0ff;
	padding:2px;
}

#access img.member_gender_undefined {
	background-color:#dddddd;
	padding:2px;
}

#access table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

#access th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#access tr.row2 {
	background-color: #f9f9f9;
}

#access tr.row1 {
	background-color: #FFFFFF;
}

#access td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#access p {
    width: 360px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

#access p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#access p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#access input[type=checkbox], #access input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#access input[type=text], #access input[type=password]{
    overflow: hidden;
	width: 250px !important;
    width:250px ; /* nur f?r den IE */
}

#access select {
	width: 254px !important;
    width:254px ; /* nur f?r den IE */
}


#access textarea {
    width: 250px !important;
    width:250px ; /* nur f?r den IE */
    height: 150px !important;
}
/*======================================== RECOMMEND============================================*/
#recommend {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#recommend div.text, #recommend div.status, #recommend div.form  {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#recommend div.status {
	color: #ff0000;
}

#recommend p {
	width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 180px;
    height: 1%;
}

#recommend p label {
    font-weight: bold;
    float: left;
    margin-left: -180px;
    width: 180px;
}

#recommend p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#recommend input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#recommend input[type=text], #recommend input[type=password]{
    overflow: hidden;
	width: 250px;
}

#recommend textarea {
    width: 250px;
    height: 150px;
}
