/*
 *
 *	COMMON
 *
 */

* {
	font-family: Arial;
	font-size: 12px;
}

BODY {
	background-color: #ffffff;
    color: #333333;
	margin: 0px;
}

BODY.preview {
	margin: 20px;
	background-color: #ffffff;
}

BODY.popup {
	margin: 20px;
	background-color: #ffffff;
}

IMG {
	border: 0px;
}

TABLE#layout {
	width: 930px;
}

TD {
	vertical-align: top;
}

TABLE#nav_e1 TD {
	vertical-align: middle;
}

TABLE#search TD {
	vertical-align: middle;
	
}

STRONG, B {
	color: #666666;
}

P {
	display: inline;
	padding: 0px;
	margin: 0px;
}


/*
 *
 * HEADER
 *
 */
#main_nav {
    background-image: url("../img/background_nav_main.png");
    background-repeat: repeat-x;    
    height: 40px;
}

#main_nav ul {
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin: 12px 0 0 0;
    padding-left: 59px;
}

#main_nav li {
    float: left;
    margin: 0 26px 0 0;
    
}

#main_nav a {
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}    
 
#main_nav a:hover {
    color: #999999;
}   

.meta_nav a {
    color:#000066;
    float:right;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    line-height: 1.3em;    
    padding-left:0px;
    padding-right:10px;
    padding:0px;
    text-decoration:none;
    margin-top:7px;
    margin-right:29px;
}   

.meta_nav a:hover {
color:#666666;
}   

#top_panel {
    background-color:#FFF;
    background-image: url("../img/line_top.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 30px;
}

#logo {
    background-color: #FFB300;
    height: 70px;
}

#logo a {
    background-image: url("../img/logo.png");
    display: block;
    height: 39;
    margin-left: 21px;
    margin-top: 15px;
    text-decoration: none;
    width: 203px;
}

#shadow {
    background-image: url("../img/shadow.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 13px;
}

/*
 *
 *	CONTENT
 *
 */

 
/*
 *	ELEMENTE
 */

#element_pageheadline {
	width: 100%;
	margin-bottom: 25px;
}

TABLE#element_teaser {
	width: 100%;
	margin-bottom: 42px; 
}

TABLE#element_enumeration {
	width: 100%;
	margin-bottom: 25px; 
}

TABLE#element_imagetext {
	margin-bottom: 25px; 
}

TABLE#element_table {
	margin-bottom: 25px;
}

TABLE.border {
	border-bottom: 1px solid #ebebeb;
}

TABLE#element_csvtable {
	margin-bottom: 25px; 
}

TABLE#element_generalform {
	table-layout: auto;
	width: 100%;
	background-color: #ebebeb;
	padding: 15px 20px 15px 20px;
	margin-bottom: 25px;
}

TABLE#online-display {
	width: 100%;
	background-color: #e6e6e6;
}


DIV#element_textblock {
	margin-bottom: 25px;
}


/*
 *	HEADLINES
 */

H1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	color: #666666;
	margin: -5px 0px 21px 0px;
}
 
H2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

H2#teaser, H2#pageheadline {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #666666;
	margin: -3px 0px 0px 0px;
}

H2.size18 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

H3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	background-color: #ebebeb;
	padding: 1px 10px 2px 10px;
	margin: 0px 0px 5px 0px;
}


/*
 *	TEXT
 */

.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
}

.textSmall {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
}


/*
 *	LINKS
 */

A {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

A:visited {
	color: #878787;
}

A:hover {
	color: #ffb300;
}


.textSmall A {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #ffb300;
	text-decoration: none;
}

.textSmall A:visited {
	color: #ffb300;
}

.textSmall A:hover {
	color: #ffb300;
}


A.float {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px 2px 0px 3px;
}

A.float:visited {
	color: #878787;
}

A.float:hover {
	color: #ffb300;
}


A.noline {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

A.noline:visited {
	color: #878787;
}

A.noline:hover {
	color: #ffb300;
}


A.go {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

A.search {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

A.search:visited {
	color: #333333;
}

A.search:hover {
	color: #ffb300;
}





A STRONG, A B {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

A:visited STRONG, A:visited B {
	color: #878787;
}

A:hover STRONG, A:hover B {
	color: #ffb300;
}



A.block {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

A.block:visited {
	color: #878787;
}

A.block:hover {
	color: #ffb300;
}


A.content {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 25px;
}

A.contentnomargin {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.content:visited, A.contentnomargin:visited {
	color: #878787;
}

A.content:hover, A.contentnomargin:hover {
	color: #ffb300;
}





/*
 *	BILDER
 */

IMG#bt {
	margin-right: 7px;
}

IMG.content {
	margin-bottom: 25px;
}


/*
 *	TABELLEN
 */

TR.status {
    color: #003399;
    font-weight: bold;
}

TD.head {
	vertical-align: top;
	background-color: #d2d2d2;
	padding: 3px 10px 3px 10px;
	height: 21px;
}

TD.odd {
	vertical-align: top;
	background-color: #ffffff;
	padding: 3px 10px 3px 10px;
	height: 21px;
}

TD.even {
	vertical-align: top;
	background-color: #ebebeb;
	padding: 3px 10px 3px 10px;
	height: 21px;
}

TD.clean {
	vertical-align: top;
	background-color: #ffffff;
	padding: 0px 10px 0px 0px;
	height: 21px;
}


TD.friend {
	vertical-align: top;
	background-color: #ebebeb;
	padding: 3px 10px 3px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #878787;
	height: 21px;
}

TD.bold {
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #878787;
	height: 21px;
}

TD.bold_invert {
	vertical-align: top;
	background: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
}

TD.normal {
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 21px;
}

TD.head_online_display {
	vertical-align: top;
	background-color: #d2d2d2;
}





/*
 *	FORMS
 */
 
INPUT.text {
	width: 100%;
 	/*border: 1px solid #000000;*/
}

INPUT.tracking {
	margin: 0px 4px 0px 0px;
 	/*border: 1px solid #000000;*/
}

INPUT.tiny {
	font-family: Arial;
	font-size: 10px;
	fonz-style: normal;
 	/*border: 1px solid #000000;*/
}

SELECT.nav_e5 {
	width: 150px;
	margin: 0px 10px 0px 0px;
 	/*border: 1px solid #000000;*/
}

SELECT.country {
	font-size: 10px;
	width: 90px;
	margin: 0px 4px 0px 10px;
}

SELECT.tiny {
	font-size: 10px;
	width: 90px;
}

TEXTAREA {
	width: 100%;
	height: 80px;
	overflow: auto;
}
 

/*
 *	ETC
 */

DIV#container {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}



/*
 *	ENUMERATION
 */

UL {
	margin-bottom: 25px;
}
 
LI {
	list-style-position: outside;
	margin: 0px 0px 0px -20px;
}



/*
 *
 *	FARBEN
 *
 */
 
.grau1 {
	color: #878787;
}

.grau2 {
	color: #b4b4b4;
}

.grau3 {
	color: #d2d2d2;
}

.grau33 {
	color: #333333;
}

.grau4 {
	color: #e6e6e6;
}

.grau5 {
	color: #ebebeb;
}


/*
 *	HINTERGRUND-FARBEN
 *
 */
 
.bg_grau1 {
	background-color: #878787;
}

.bg_grau2 {
	background-color: #b4b4b4;
}

.bg_grau3 {
	background-color: #d2d2d2;
}

.bg_grau4 {
	background-color: #e6e6e6;
}

.bg_grau5 {
	background-color: #ebebeb;
}

