/* Stylesheet for amerikanetz.de | copyright 2004 c-we | mailto:c-we@netbla.de*/

body, table, tr, td, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {

	background-image: url(art/new_bg.png);
	background-repeat: repeat-x;
	background-color: #FEFAF5;
}

input, select {
	margin-bottom: 5px;
}

/* anker definitions */
a {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline !important;
	color: #a00 !important;
}

.menu1_MainLink a {
	text-decoration: none;
	color: #069;
	display: block;
	padding: 4px 0;
	float: left;
}

a.menu1_MainLink:hover {
	text-decoration: underline;
	color: #a00;
}

.menu1_SubLink a {
	text-decoration: none;
	color: #069;
}

.menu1_SubLink a:hover {
	text-decoration: underline;
	color: #a00;
}


a.footer, .footer_Bg a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

/* CEDBDE */
.head_Bg {
	background-color:#BFDCFB;
	
	#BFDCFB
}

.menu1_TopBg {
	background-color : #BFDCFB;
}

.menu1_Line {
	background-color: #BFDCFB;
}
.menu1_Line a, .menu2_Bg a, .menu2_Bg span {
	color: #333;
	padding: 4px 0;
	display: block;
}
.menu2_Bg a, .menu2_Bg span {
	float:left;
}

.menu2_Bg {
	background-color: #E7EBEF;
}

*:not(hr) .menu2_Bg {
	height: 23px;
}

.main_Tbl {
	border-top: 1px solid #999;
	border-right:  1px solid #999;
	border-left:  1px solid #999;
	border-bottom:   1px solid #999;
}

.main_SpanTbl {
	background-color: #999;
}

.main_headline {
	font-size: 28px;
	color: a00;
	padding-left: 8px;
}

.main_SubHeadline {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding-left: 8px;
}

.cont_Headline {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.cont_SubHeadline {
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
/* Anpassung cwe - 2007-09-02 */
.cont_Line {
	border-top:1px solid #D6D3CE;
}

.content {
	font-size: 12px;
	text-align: justify;
}
td.content table {
    margin-bottom:10px;
}
    td.content a {
        text-align:left;    
    }


.footer_Line {
	background-color: #999;
}

.footer_Bg {
background-color: #BFDCFB;
}

.footer_TxTop {
	font-size: 10px;
}

.footer_Tx {
	color: #333;
	font-size: 11px;
}

.menu_Trennlinie {
	background-color: #c8c8c8;
}

/* Definitionen fuer die Druck Version */

.print_main_headline {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding-left: 8px;
}

.print_main_SubHeadline {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-left: 8px;
}

.print_cont_Headline {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.print_cont_SubHeadline {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.print_content {
	font-size: 12px;
}

.print_footer_Tx {
	color: #000;
	font-size: 11px;
}

.red {
	color: a00;
}

.topContent .date {
	padding-top: 10px;
}
.contentTableOne {
    width: 100%;
    empty-cells: show;
    border-spacing: 0;
    border-collapse: collapse;
}
.contentTableOne th, .contentTableOne td {
    border: 1px solid #999;
    vertical-align: top;
    padding: 2px 5px 2px 5px;
}
.contentTableOne th {
    background-color: #f7f7f7;
    font-weight: normal;
    text-align: left;
}
.navigationBrowse {
    float:left;
    width:285;
}
.navigationBrowse.right {
    text-align:right;
}
.topSerachfield {
	width: auto;
}
.topSerachfield form, .topSerachfield input {
	margin:0;
}
/* form error */
.txErr {color: #cc0000;}
