/* CSS Document */

BODY,TD {
	font-family:Tahoma, Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	padding:0px;
}

IMG {
	border:0
}

FORM {
	padding: 0;
	margin: 0;
}

A {
	font-family:Tahoma, Verdana;
	font-size:12px;
	font-weight:normal;
	line-height:1.2;
}

A:link {
    color:#333333;
    text-decoration:underline;
}
A:visited {
    color:#333333;
    text-decoration:underline;
}
A:hover {
    color:#333333;
    text-decoration:none;
}

A.menu:link {
    font-family:Tahoma, Verdana;
	font-size:12px;
	font-weight:normal;
    color:#336600;
    text-decoration:underline;
}
A.menu:visited {
    color:#336600;
    text-decoration:underline;
}
A.menu:hover {
    color:#000000;
    text-decoration:none;
}

A.category:link {
    font-family:Tahoma, Verdana;
	font-size:12px;
	font-weight:normal;
    color:#303030;
    text-decoration:underline;
}
A.category:visited {
    color:#303030;
    text-decoration:underline;
}
A.category:hover {
    color:#000000;
    text-decoration:none;
}

.plain {
	font-family:Tahoma, Verdana;
	font-size:12px;
}

.small {
	font-family:Tahoma, Verdana;
	font-size:11px;
}

.title {
    color:#669900;
	font-family:Arial, Tahoma, Verdana;
	font-size:16px;
}

UL {
	margin-top:2px;
	margin-left:20px;
	margin-bottom:0px;
	padding-left:0px;
}

LI {
	list-style-type:square;
}

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

INPUT {
    border:1px solid #669933;
    font-family:Tahoma, Verdana;
	font-size:11px;
    color:#303030;
}

INPUT.search {
    width:220px;
    height:15px;
    background-color:#669933;
    border:1px solid #669933;
}

INPUT.submitbutton {
    width:60px;
    height:18px;
    font-size:11px;
    background-color:#669933;
    border:1px solid #669933;
    color:#ffffff;
}

SELECT {
    border:1px solid #669933;
    color:#303030;
    font-size:11px;
}

SELECT.fromto {
    border:1px solid #669933;
    color:#303030;
    font-size:11px;
    width:95px;
}

INPUT.check {
    border:0px none #ffffff;
}

.floats {
    margin: -3em 0 0 -2em;
    position: relative;
    display: inline-block;
    clear: both;
}
.floats:after {
    content: '';
    display: block;
    clear: both;
}
.floats .left {
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 3em 0 0 2em;
    width: 14em;
    min-width: 200px;
}

.floats .left .r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.floats .left .min {
    margin: 0 0 200px 0;
    height: 8em;
    width: 200px;
}

.floats .left .minbachette {
    margin: 0 0 140px 0;
    height: auto;
    width: 200px;
}

