body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #DDDDDD;
}

.layout {
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
	text-align: left;
	width: 924px;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	
}

#wrapper-left {
	background-image: url(img/border_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#wrapper-right {
	background-image: url(img/border_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
/* unused */
#wrapper-top {
}
#wrapper-bottom {
	background-image: url(img/border_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#wrapper-left-top {
	background-image: url(img/border_left_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#wrapper-left-bottom {
	background-image: url(img/border_left_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#wrapper-right-top {
	background-image: url(img/border_right_top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#wrapper-right-bottom {
	background-image: url(img/border_right_bottom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#inner-wrapper {
	background-image: url(img/header_back.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
	width: 900px;
	margin: 0 12px 12px 12px;
}

#left-banner {
	background-image: url(img/header_eye.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#header {
	width: auto;
	height: 87px
}

#logo img {
	display: block;
	margin: 2px 0 0 4px;
	padding: 0;
	float: left;
}

#slogan {
	width: 332px;
	height: 31px;
	padding: 0;
	margin: 56px 0 0 0;
	float: left;
}

#top-menu {
	width: auto;
	height: 30px;
	background-image: url(img/line_top.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}


#breadcrumb {
	width: auto;
	height: 22px;
	padding: 6px 4px 0 6px;
}

#footer {
	width: auto;
	height: 26px;
	background-image: url(img/line_bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 12px 8px 4px 8px;
	clear: both;
}

#footer, #footer * {
	font-size: 9pt;
}

#inner-rect {
	width: auto;
	height: auto;
	padding: 10px;
}

#inner-back {
	width: auto;
	min-height: 400px;
}

#content {
	height: auto;
	min-height: 400px;
	width: 670px;
	margin: 0 10px 0 0;
	float: left;
}

#right {
	height: auto;
	min-height: 400px;
	width: 190px;
	float: right;
	margin: 20px 0 0 0;
}

/*
#right, #right * {
	font-size: 8pt;
}
*/


form {
	margin: 0;
	padding: 0;
}

div.form-outer {
	width: 100%;
	text-align: center;
}

div.form-inner {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

div.bestellung {
	width: 520px;
}

#cols2 div.form-inner {
	margin-left: 20px;
	background-color: red;
}

fieldset {
	margin: 0;
	padding: 10px;
}

.error {
	color: #B80509;
}

div.error {
	list-style-type: circle;
	margin-left: 10px;
	margin-right: 10px;
}

.error {
	display: block;
	background-color: #FFFDCA;
	margin: 2px 0 2px 0;
	padding:  2px 4px 2px 4px;
	border: 2px dashed #B80509;
}

span.error {
	border: 1px dashed #B80509;
}

div.error span.error {
	display: none;
/*	display: list-item;*/
	margin-left: 20px;
	margin-right: 0;
	margin-top: 2pt;
	margin-bottom: 2px;
	font-size: 8pt;
	border: none;
}

form .error {
	
}

label {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 9pt;
	color: #444;
}

input {
	margin: 0;
	padding: 0;
}

input, textarea, .button {
	margin-bottom: 10px;
	color: #555;
}

input[type=text],input[type=password] {
	border: 1px solid #999999;
	width: 100%;
}

textarea {
	border: 1px solid #999999;
	width: 100%;
}

.contact_form #copy {
	float: left;
	margin-right: 7px;
}

.contact_form br {
	display: none;
}


.bestell_form label {
	width: 30%;
	float: left;
	height: auto;
	line-height: 16px;
	text-align: right;
}
.bestell_form .inputbox {
	width: 68% !important;
	float: right;
}

p.widerruf {
	border: 1px dashed #999;
	padding: 4px;
}

.widerruf, .widerruf * {
	font-size: 8pt;
}

.bestell_form #anzahl {
	width: 40px !important;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.bestell_form input#widerruf {
	float: left;
}

.bestell_form label.label_widerruf {
	float: right;
	width: 470px;
	text-align: left;
}

.bestell_form label.label_bemerkung {
	float:none;
	text-align: left;
	margin-top: 10px;
}

.bestell_form label.label_anzahl {
	width: 310px;
	text-align: left;
	float: right;
}

.bestell_form div.anzahl_box {
	height: auto;
	background-color: #FFFDF2;
	border: 1px dotted #999;
	padding: 4px;
}

.bestell_form .fussnote {
	font-size: 8pt;
	border-top: 1px solid #CCC;
}

.bestell_form .buttonbox {
	width: 80%;
	margin-left: 10%;
}

.bestell_form .prevbutton {
	width: 140px;
	float: left;
	text-align: center;
}

.bestell_form .nextbutton {
	width: 140px;
	float: right;
	text-align: center;
}

.buttonbox {
	clear: both;
}

.button {
	background-color: #DEDEDE;
	float: left;
	display: block;
	height: 22px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	/*color: white;*/
	border: none;
	text-decoration: none;
	/*background-image: url(img/button_back.png);*/
	cursor: default;			
	outline-style: none;
}

.button:hover {
	background-color: #E0E0E0;
}

.defaultbutton {
	font-weight: bold;
}

a.button {
	margin-bottom: 0px;
	padding-top: 3px;				
	padding-bottom: 3px;				
	height: auto;
}
/*
a.button:hover {
	color: white;
}
*/

input.button {
	
}

input.shortsearch {
	width: 110px !important;
	float: left;
	margin: 0 3px 0 10px;
	height: 17px;
}

input.shortsearchbutton {
	display: block;
	float: left;

	width: 40px !important;
	margin: 0;
	padding: 0;
	height: 18px;
	font-size: 8pt;
}

form#searchformshort {
	width: 100%;
	margin: 0 0 10px 0;
}

/* ---------------------------- */
/*
div.tx-pgreferences-pi1 {
	margin: 0;
	padding: 0;
}

div.tx-pgreferences-pi1-item {
	margin: 0 0 5px 0;
	padding: 8px;
	border: 1px solid #CCC;
}
div.tx-pgreferences-pi1-even {
	background-color: #FAFAFA;
}
div.tx-pgreferences-pi1-odd {
	background-color: #FCFCFC;
}

div.tx-pgreferences-pi1-short-description {
	border: 1px solid #EEE;
	font-size: 9pt;
	font-style: italic;
	margin: 0 10px 10px 10px;
	padding: 4px;
	background-color: #FEFEFE;
}

.tx-pgreferences-pi1-button-detail {
	float: right;
	display: block;
	text-align: right;
	margin-top: 10px;
}

.tx-pgreferences-pi1-button-link {
	float: left;
	display: block;
	text-align: right;
	margin-top: 10px;
}

.browsebox-nav {
	display: inline;
	width: auto;
	padding: 4px;
	margin: 0;
}
div.browseLinksWrap {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.tx-pgreferences-pi1-browsebox {
	height: 1%;
}


div.tx-pgreferences-pi1-results {
	background-color: #EFEFEF;
	text-align: center;
}

div.tx-pgreferences-pi1-results, div.tx-pgreferences-pi1-results * {
	font-size: 8pt;
}
div.tx-pgreferences-pi1-navbox {
	text-align: center;
}

div.tx-pgreferences-pi1-navbox,div.tx-pgreferences-pi1-navbox * {
	font-size: 14pt;
	color: #CCC;
}

div.tx-pgreferences-pi1-navbox a {
	color: #555;
}

div.tx-pgreferences-pi1-navbox a:hover {
	color: #999;
}

div.tx-pgreferences-pi1-results, div.tx-pgreferences-pi1-navbox {
	height: 2em;
	margin: auto;
}

div.tx-pgreferences-pi1-browsebox * {
	line-height: 2em;
	text-decoration: none;
}

div.tx-pgreferences-pi1-results:after, div.tx-pgreferences-pi1-navbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.tx-pgreferences-pi1-description {
	height: auto;
	margin: 0;
	padding: 0;
	min-height: 400px;
	
}
div.tx-preferences-pi1-title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: white !important;
	border: 1px solid blue;
}

*/
/* ie6 */
/*
div.tx-pgreferences-pi1-description {
	height: 400px;
}
*/


/* ---------------------------------- */
#content h1 {
	font-size: 14pt;
	font-variant: small-caps;
}


.csc-textpic-caption {
	font-size: 8pt;
	color: #555;
}

a {
	outline-style: none;
}

a img {
	text-decoration: none !important;
	outline-style: none;
}

div.freecapimg {
	width: auto;
	height: 120px;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
div.freecapdesc, div.freecapdesc * {
	font-size: 8pt;
}

.contact-thank-you {
	text-align: center;
	font-weight: bold;
}

table.csc-uploads {
	width: 70%;
	margin: 0 auto 0 auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

table.csc-uploads .tr-even {
	background-color: #FFFDF2;
}
table.csc-uploads .tr-odd {
	background-color: #FFEEEA;
}

table.csc-uploads td {
	padding: 4px;
}

table.csc-uploads td p {
	margin: 0 0 0 0;
	padding: 0;
}

td.csc-uploads-fileSize {
	width: 10%;
}
td.csc-uploads-fileName {
	width: 90%;
}

p.csc-uploads-description {
	font-size: 8pt;
	font-style: italic;
}

div.csc-header {
	clear: both;
}

.csc-textpic-text {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

div.form-outer {
	width: 100%;
	text-align: center;
}

div.form-inner {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
fieldset {
	margin: 0;
	padding: 10px;
}

.error {
	color: #B80509;
}

div.error {
	list-style-type: circle;
	margin-left: 10px;
	margin-right: 10px;
}

.error {
	display: block;
	background-color: #FFFDCA;
	margin: 2px 0 2px 0;
	padding:  2px 4px 2px 4px;
	border: 2px dashed #B80509;
}

span.error {
	border: 1px dashed #B80509;
}

div.error span.error {
	display: none;
/*	display: list-item;*/
	margin-left: 20px;
	margin-right: 0;
	margin-top: 2pt;
	margin-bottom: 2px;
	font-size: 8pt;
	border: none;
}

form .error {
	
}

label {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 9pt;
	color: #444;
}

input {
	margin: 0;
	padding: 0;
}

input, textarea, .button {
	margin-bottom: 10px;
}



input[type=text],input[type=password] {
	border: 1px solid #999999;
	width: 100%;
}

textarea {
	border: 1px solid #999999;
	width: 100%;
}

input#copy {
	float: left;
	margin-right: 5px;
}

.contact_form br {
	display: none;
}
label.label_checkbox {
	float: left;
	height: auto;
	line-height: 16px;
	text-align: left;
}

div.freecapimg {
	width: auto;
	height: 120px;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
div.freecapdesc, div.freecapdesc * {
	font-size: 8pt;
}

.contact-thank-you {
	text-align: center;
	font-weight: bold;
}

input#short-number {
	width: 110px !important;
	float: right;
	margin-right: 3px;
	margin-top: 10px;
}

input.empty {
	color: #CCC;
}
input#callback_button {
	background-image: url(img/btncallback.gif);
	width: 19px;
	height: 19px;
	float: right;
	background-color: transparent;
	margin-top: 8px;
	margin-right: 20px;
}
input#callback_button:hover {
	background-image: url(img/btncallback_f2.gif);
}


div.freecap {
        margin-top: 10px;
}

.alignleft, .alignright {
        height: auto;
}

.alignleft {
        float: left;
}
.alignright {
        float: right;
}

ul.blogflash-item {
	list-style: none;
	margin: 0;
	padding: 10px 20px 0 8px;
}

ul.blogflash-item * {
	font-size: 8pt;
}

ul.blogflash-item h1 {
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.blogflash-item p {
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 110%;
}

ul.blogflash-item li {
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
}


