/*-----------------------------------------------------------------*/
/*--------------*    CSS 2.0 Definition für      *-----------------*/
/*--------------*         www.dungl.at           *-----------------*/
/*--------------*        Copyright 2004          *-----------------*/
/*--------------*      Bernhard Gehberger        *-----------------*/
/*--------------* Internet & EDV-Dienstleisungen *-----------------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*---------------------------* Content *---------------------------*/
/*-----------------------------------------------------------------*/


/*----------------* Textdefinitionen *-----------------------*/

p	{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: arial, sans-serif;
	}

.strong {
	font-weight: bold;
	}
		
.links {
	padding-left: 100px;
	float: left;

	}

.rechts {	
	float: right;
	padding-right: 10%;
	}
	
.courier {
	font-family: courier, sans-serif;
	font-weight: bold;
	}
	
.einzug {
	padding-left: 40px;
	}
	
.center	{
	text-align: center;
	}
	
.einleitung {
	text-align: justify;
	margin-top: 20px;
/*	min-height: 160px;	*/
	}
	 
.news {
	font-size: 12px;
	color: #0000FF;
	}
	
.einzug1 {
	margin-left: 40px;
	text-align: left;
	font-size: 16px;
	}
	
h1	{
	font-family: "Arial Rounded MT Bold", arial, sans-serif;
	font-size: 32px;
	color: #FFCC00;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 10px;
	}

h2	{
	font-size: 20px;
	}
	
h3	{
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0px;  /*Mozilla*/
	}
	
h4	{
	}
	
h6.news {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
	}


ul {
	list-style-position:outside;
	list-style-image:url('../images/aufzaehlung.gif');
	padding-left: 45px;
}

ul.head {
	font-size: 18px;
	list-style-position:outside;
	list-style-image:url('../images/aufzaehlung.gif');
	margin-left: 10px;
}


	
/*-----------------------* FAQ *-----------------------*/

.faq-antwort {
	color: #0000FF;
	margin: 10px 0px 10px 40px;
	text-align: justify;
	}
	
.faq-frage {
	color: #FF0000;
	margin: 10px 0px 10px 0px;
	}
	
/*----------------* Imagedefinitionen *-----------------------*/

img {border: 0px;}

.eingebettet {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	z-index: -2;
	}
	
/*----------------* Tabellen *-----------------------*/
table#haendlerliste {
	margin-top: 30px;
	font-size: 18px;
	}
table#haendlerliste th {
	text-align: left;
	background-color: #CCE;
	font-weight: normal;
	}
table#haendlerliste td {
	vertical-align: top;
	}

.produktetable {
	border-collapse: collapse;
	border-color: #CCCCCC;
	width: 100%; 
	font-size: 18px;
	margin-top: 20px;
	}

.produktetable th {
	}
	
.produktetable td {
	vertical-align: top;
	}

.produktetable td.einheit {
	vertical-align: middle;
	text-align: center;
	width: 100px;
	}
	
.produktetable td.abbildung {	
	text-align: center;
	vertical-align: middle;
	width: 170px;
	}
	
img.tips {
	float: right;
	}

.yellowtable {
	border-collapse: collapse;
	border-color: #FFCC66;
	width: 100%;
	font-size: 18px;
	}

.yellowtable th {
	}
	
.yellowtable td {
	vertical-align: top;
	}

.yellowtable td.einheit {
	vertical-align: middle;
	text-align: center;
	}
	
.yellowtable td.abbildung {	
	text-align: center;
	vertical-align: middle;
	}
	
img.tips {
	float: right;
	}

.linktable {
	border-collapse: collapse;
	border-color: #CCCCCC;
	font-size: 18px;
	margin-bottom: 10px;
	}

/*----------------* normale Text links *-----------------------*/

a:link {
	COLOR: #0033CC;
	text-decoration: none; 
	} 

a:visited { 
	COLOR: #800080;
	text-decoration: none; 
	} 

a:hover { 
	COLOR: #0000FF;
	text-decoration: underline; 
	} 

a:active { 
	COLOR: #0000FF;
	text-decoration: underline; 
	}

/*----------------* zurueck links *-----------------------*/

.zurueck {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	}
	
.zurueck a:link {
	COLOR: #000099;
	text-decoration: underline; 
	} 

.zurueck a:visited { 
	COLOR: #606060;
	text-decoration: underline; 
	} 

.zurueck a:hover { 
	COLOR: #0000FF;
	text-decoration: underline; 
	} 

.zurueck a:active { 
	COLOR: #0000FF;
	text-decoration: underline; 
	}

/*----------------* Aufzählung Menü links *-----------------------*/
.leftmenu	{
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	}

.leftmenu p {
	line-height: 20px;	
	}
		
.leftmenu a:link {
	COLOR: #000000;
	text-decoration: none; 
	} 

.leftmenu a:visited { 
	COLOR: #000000;
	text-decoration: none; 
	} 

.leftmenu a:hover { 
	COLOR: #0000FF;
	text-decoration: underline; 
	} 

.leftmenu a:active { 
	COLOR: #0000FF;
	text-decoration: underline; 
	}

/*----------------* Suchfeld *-----------------------*/

#suchfeld {
	width: 800px; 
	height: 320px; 
	border: 1px solid #000000;
	overflow: auto;
}

/*-----------------------------------------------------------------*/
/*-----------------------------* F I N *---------------------------*/
/*-----------------------------------------------------------------*/
