/*************************************************************/
/*   Design:   DIGITAL FOR YOU                               */
/*   Datei:    Globale Layout Struktur                       */
/*-----------------------------------------------------------*/
/*   Autor:    Alexander Schwethelm                          */
/*   Datum:    13. August 2009                               */
/*   Homepage: www.digital4u.de                              */
/*************************************************************/

/* Global */

body {
	font-size: 12px;
	font-family: arial,verdana,sans-serif;
}

A {
	color: #0071b5;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

img {
	border: none;
}

.redbold {
	font-weight: bold;
	color: #FF0000;
}

/* Contentbereich */

#content h1 {
	clear:both;
	margin-bottom: 8px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

#copyright {
	color: #666666;
}


/* Menüs */

#mainMenu DIV A {
	color: #666666;
	text-decoration: none;
}

#mainMenu DIV A:hover {
	text-decoration: underline;
}

#mainMenu DIV.menu-left-level1-no {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 12px 12px;
	background: url(../images/menu_level_1_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainMenu DIV.menu-left-level1-act {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 12px 12px;
	background: url(../images/menu_level_1_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainMenu DIV.menu-left-level1-actsub {
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 12px 12px;
	background: url(../images/menu_level_1_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainMenu DIV.menu-left-level1-act A {
	color: #367f13;
}

#mainMenu DIV.menu-left-level2-no {
	font-size: 11px;
	padding: 0px 0px 12px 21px;
	background: url(../images/menu_level_2_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainMenu DIV.menu-left-level2-act {
	font-size: 11px;
	padding: 0px 0px 12px 21px;
	background: url(../images/menu_level_2_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;}

#mainMenu DIV.menu-left-level2-act A {
	color: #367f13;
}

#mainMenu DIV.menu-left-level2x-act {
	font-size: 11px;
	padding: 0px 0px 12px 21px;
	background: url(../images/menu_level_2_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;}

#mainMenu DIV.menu-left-level2x-act A {
	color: #0071b5;
}

#metaMenu A {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#metaMenu A:hover {
	text-decoration: underline;
}

#bottomMenu A, #breadcrumb A, .pageUp A {
	color: #666666;
	text-decoration: none;
}

#bottomMenu A:hover, #breadcrumb A:hover, .pageUp A:hover {
	color: #0071b5;
	text-decoration: underline;
}

.pageUp {
	text-align: right;
	overflow: hidden;
}

/* Formulare */

input, select {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #666666;
    color: #000000;
    padding-left: 5px;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

textarea {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #666666;
    width: 350px;
    color: #000000;
    padding-left: 5px;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}


/* Suchbox */

.tx-indexedsearch-info {
	display: none; /*Ergebnisseite (blendet die Suchdetails aus) */
}

.search-headline {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.search-textbox {
	width: 127px;
	padding: 0px 0px 0px 3px;
	margin: 0px 5px 0px 0px;
}

.search-submit {
	width: 21px;
	height: 22px;
	border: 0;
	padding: 0px;
}

input.suche-textbox {
	border: 1px solid #0071b5;
}

input.suche-image {
	background-color: transparent;
	border: 0px;
}

/* Listen */

#mainContent li {
	margin: 0px 0px 10px 15px;
	line-height: 16px;
}

/* Bilder RTE */

.bild_rechts {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #0071b5;
}
