/* ONELINERS */
.leftBoxDarkThin
{
    display: none;
}

.leftBoxOneline .input
{
    height: 100px;
    margin-bottom: 5px;
    width: 612px;
}

.leftBoxOneline .input input
{
    background: none;
    border: none;
    font-family: Arial;
    font-size: 14px;
    height: 16px;
    margin: 81px 0 0 22px;
    .margin: 80px 0 0 22px;
    outline: none;
    width: 565px;
}

.leftBoxOneline #onelineList
{
    clear: both;
    list-style: none;
    margin: 0;
    padding: 1px 0 10px;
	display: block;
}

.leftBoxOneline #onelineList li
{
    border: 1px solid #d69505;
    font-weight: bold;
	font-size: 10px;
    margin: 11px 0;
    padding: 12px;
	color: #3b3b3b;
	width:586px;
}

.leftBoxOneline #onelineList li .oneLineRate
{
	float: right;
}

.leftBoxOneline #onelineList li .oneLine
{
	color: #282828;
    font-weight: normal;
}

.leftBoxOneline #onelineList a,
.leftBoxOneline #onelineList a:visited,
.leftBoxOneline #onelineList a:active
{
    display: inline;
    color: #000;
    float: none;
    font-size: 10px;
    font-weight: bold;
}
.item p.headline
{
	font-weight:bold;
}

.leftBoxOneline h2
{
	display: none;
}	

.leftBoxOneline
{
	background-image:url('../../grafik/pling/onelineInputBg.png');
	background-repeat:no-repeat;
	min-height:80px;
	width: 612px;
}

.infoDiv
{
	float:left;
}

.infoDiv input
{
	border:1px solid #ccc;
	font-size:10px;
	padding:3px;
	margin-right:5px;
	width:150px;
}

.commentsFormNameLabel, .commentsFormEmailLabel
{
	font-size:9px;
}

.commentsFormCaptchaImage
{
	height: 25px;
	position: absolute;
	overflow: hidden;
	left: 19px;
	top: 6px;
	width: 70px;
}

.commentsFormCaptchaImage img
{
	margin: -2px 0px 0 -5px;
}

div.commentsFormCaptchaField a,
div.commentsFormCaptchaField a:visited,
div.commentsFormCaptchaField a:active
{
    color: #292929;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 54px;
    text-decoration: none;
    text-transform: uppercase;
    top: 15px;
    padding: 0 10px;
}

.commentsFormCaptchaDiv input
{
    background: none;
	border: none;
	font-family: Arial;
	font-size: 14px;
	position: absolute;
	left: 100px;
	top: 10px;
	text-align: center;
	width: 100px;
}

.commentsFormContactInfo
{
	margin-right:10px;
	width:370px;
}

.error .commentsFormField
{
	border-color:red;
}

.commentsFormCaptchaHolder
{
    height: 50px;
    position: relative;
    width: 612px;
}

.commentsFormCaptchaHelp
{
    float: right;
    height: 50px;
    width: 170px;
}

.commentsFormCaptchaHelp a,
.commentsFormCaptchaHelp a:visited,
.commentsFormCaptchaHelp a:active
{
    color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    height: auto;
    width: auto;
}

div.onelineNavigation
{
	border-bottom: 1px solid #ccc;
	height: 25px;
	position: relative;
	margin-bottom: 12px;
	width: 612px;
}

div.onelineNavigation div.prev,
div.onelineNavigation div.pages,
div.onelineNavigation div.next
{
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 3px;
	text-decoration: underline;
	text-transform: uppercase;
}

div.onelineNavigation div.next
{
	right: 0;
}

div.onelineNavigation div.pages
{
	left: 290px;
}