/* CSS Document */

BODY {
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

BODY.content {
	background-image:url(../images/bg.gif);
}

A, BODY, TD, P, TH, SPAN, DIV, TEXTAREA {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #000000;
}

A:visited, A:link {
    color: #000000;
    text-decoration: none;
}

A:active, A:hover {
    color: #E20A16;
    text-decoration: none;
}

A.link_inactive:link, A.link_inactive:visited {
    color: #000000;
    text-decoration: none;
}
A.link_inactive:hover, A.link_inactive:active {
    color: #E20A16;
    text-decoration: none;
}

A.link_active:link, A.link_active:visited {
    color: #E20A16;
    text-decoration: none;
}
A.link_active:hover, A.link_active:active {
    color: #000000;
    text-decoration: none;
}



span.selected {
	color: #E20A16;
}

li {
    margin-left: -20px;
}

ul {
	list-style-image:url(/images/bullet.gif);
}

hr {
    height:1px;
    border:0px solid black;
    border-top:1px solid #D4DCE5;
}


input.form {
    font-size: 10px;
    margin:3px;
    width:200px;    
}

textarea.form {
    font-size: 11px;
    margin:3px;
    width:444px;  
    height:100px;
}

input.submit {
	font-size: 10px;
    background: #FFCC00;
	font-weight:bold;
    border: 1px solid #E20A16;
	color:#000000;
	width: 100px;
	margin:3px;
}

.warnung {
	color: #E20A16;
	font-weight:bold;
}

#flaschintro {
	
}

#home_address{
	position:absolute;
	left:18px;
	top:574px;
	width:82px;
	height:21px;
}
#home_address A:link, 
#home_address A:visited, 
#home_address A:hover, 
#home_address A:active {
    color: #000000;
    text-decoration: none;
}

#home_lang {
	position: absolute;
	left:18px;
	top:10px;
}

#home_lang span {
	margin-left: 13px;
}
#home_lang span a,
#home_lang span a:link,
#home_lang span a:visited,
#home_lang span a:hover,
#home_lang span a:active {
	background: url('../images/home/us.gif') no-repeat 0 3px;
	padding: 2px 0 2px 25px;
}

TABLE.hometable {clear: both;}

TABLE.contentTable {
	background-color:#FFFFFF;
	width:977px;
}

TABLE.footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	width:977px;
	height:43px;
}

#footer A:visited,#footer  A:link {
    color: #000000;
    text-decoration: none;
}

#footer A:active, #footer A:hover {
    color: #E20A16;
    text-decoration: none;
}

TABLE.dataTable {
	border-collapse:collapse;
}

#dataTable td.col1 {
	background-color:#A9AAAD;
	padding: 5px;
	font-weight:bold;
	border:1px solid #000000;
	/*width:169px;*/
	width:167px;
}

#dataTable td.col2 {
	background-color:#FFCC00;
	padding: 5px;
	border:1px solid #000000;
	/*width:169px;*/
	width:167px;
}

#dataTable td.col3 {
	background-color:#EBECED;
	padding: 5px;
	border:1px solid #000000;
	width:169px;
}

TABLE.linkTable {
    border-collapse:collapse;
    width:400px;
}

#linkTable TD.row0 {
    border:none;
}

#linkTable TD.row1 {
    font-weight:bold;
    width:80px;
    padding: 5px;
    border-top:1px solid #DBDBDB; 
}

#linkTable TD.row2 {
    width:320px;
    padding: 5px;
    border-top:1px solid #DBDBDB; 
}
