/* @override http://p106074.typo3server.info/fileadmin/templates/css/layer.css */

/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414245;
}

body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/**
* Border
*/

.frame {
	margin: 0px 0px;
	width: 465px;
	height: auto;
	text-align: left;
}

/**
* Formate
*/

p {
	margin: 20px 0px;
}

a, a * {
	color: #ECB113;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.document:hover, a.external:hover {text-decoration: underline !important;}

a.external {
	background-image:url(../images/link_external.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	display:block;
	padding-left:14px;
	text-decoration:none !important;
}

h1.versand {
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	background: #f6f6f6;
	color: #ECB113;
	height: 20px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.csc-text {
	background: #ededed;
	padding: 10px;
	max-height: 220px;
	overflow-y: auto;
}

.csc-frame-frame1 .csc-text {
	height: 350px;
	max-height: 350px;
	width:440px;
}

.pdfform {
	background: #f6f6f6;
	margin-top: 1px;
	padding: 10px;
	padding-top: 10px;
}

p.small, p.small a {
	font-size: 10px;
}

/**
* Formulare
*/
form {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.frow {
	height: 25px;
}

.frow label {
	display: block;
	width: 160px;
	float: left;
	height: 25px;
}

.frow input.mf-input, .frow textarea.mf-text {
	width: 180px;
	margin: 0px;
	padding: 2px;
	line-height: normal !important;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	float: left;
}

input.mf-submit {
	line-height: normal !important;
	padding: 2px 20px;
	border: 1px;
	background: #ECB113;
	color: #fff;
	font-weight: bold;
}

.error {
	color: #990000;
	font-weight: bold;
	margin: 10px 0px -10px 0px;
}

.frowB {
	margin-left: 160px;
	display: block;
}

.frowA {
	float: left;
	width: 155px;
	text-align: right;
}
