/* *** defaults ******************************************************************************** */
body {	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;	
	line-height: 16px;
	margin: 10px 0 0 0;	
	padding: 0;
	color: #333333;
	background-color: #FDBA00;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p, form, table, ul, li {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
}
h3 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}
.text-small {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
.text-white {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
}
.cleaner {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;	
	font-size: 1px;
	border: none;
	background: transparent;
}
hr {
	margin: 0 0 30px 0;
	padding: 0;
	border: none 0;
	border-top: 1px dotted #9C1908;
	width: 100%;
	height: 1px;
}
* html hr {	/* only ie */
	margin: -10px 0 22px 0;
}

#right-column hr {
	margin: 0 0 15px 0;
	padding: 0;
	border: none 0;
	border-top: 1px dotted #FFFFFF;
	width: 100%;
	height: 1px;	
}
* html #right-column hr {	/* only ie */
	margin: -10px 0 2px 0;	
}

/* links */
A:link, A:visited, A:active {
	color: #9C1908;
	text-decoration: none;
}
.link {
	font-weight: bold;
	margin: 5px 0 0 0;
	display: block;
}

#right-column .link, 
#hp-left-column .link, 
#hp-right-column .link {
	color: #FFFFFF;
}

/* forms */
.form {
    font-size: 13px;
    border: 1px solid #A1A1A1;
}


/* *** layout ******************************************************************************** */
#outer-wrapper {
	width: 774px;
	text-align: center;
	margin: auto;
}
#inner-wrapper {
	text-align: left;
}
.table-shadow {
	background-color: #FFFFFF;
	width: 774px;
}
#left-column {
	z-index: 1;
	float: left;
	width: 518px;	
}
#right-column {
	margin-top: 30px;
	z-index: 1;
	width: 247px;
	float: right;
	color: #FFFFFF;
}
#full-column {
	padding-top: 15px;
	z-index: 1;
	width: 766px;
	background-color: #FFFFFF;	
}
#hp-left-column {
	z-index: 1;
	float: left;
	width: 470px;
}
#hp-right-column {
	margin-top: 30px;
	z-index: 1;
	width: 295px;
	float: right;
}
.navi {
	margin-top: 10px;
	font-weight: bold;
}
.navi-white {
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	margin: 0;
	width: 774px;
}
#footer .type-a {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 15px;
	text-align: right;
}
#footer a {
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;	
}

/* *** layout popup ******************************************************************************** */
#outer-wrapper-popup {
	width: 364px;
	text-align: center;
	margin: auto;
}
.table-shadow-popup {
	background-color: #FFFFFF;
	width: 364px;
}
#popup {
	margin: 30px 0 0 30px;
	width: 326px;	
}

/* *** layout impressum ******************************************************************************** */
#outer-wrapper-impressum {
	width: 564px;
	text-align: center;
	margin: auto;
}
.table-shadow-impressum {
	background-color: #FFFFFF;
	width: 564px;
}
#impressum {
	margin: 30px 0 0 30px;
	width: 526px;	
}

/* *** colored backgrounds ******************************************************************************** */
.bg-orange {
	background-image: url(p/layout/bg_content_orange.gif);
}
.bg-red {
	background-image: url(p/layout/bg_content_red.gif);
}
.bg-pink {
	background-image: url(p/layout/bg_content_pink.gif);
}
.bg-purple {
	background-image: url(p/layout/bg_content_purple.gif);
}
.bg-blue {
	background-image: url(p/layout/bg_content_blue.gif);
}
.bg-cyan {
	background-image: url(p/layout/bg_content_cyan.gif);
}
.bg-green {
	background-image: url(p/layout/bg_content_green.gif);
}


.bg-hp-orange {
	background-image: url(p/layout/bg_hp_orange.gif);
}
.bg-hp-red {
	background-image: url(p/layout/bg_hp_red.gif);
}
.bg-hp-pink {
	background-image: url(p/layout/bg_hp_pink.gif);
}
.bg-hp-purple {
	background-image: url(p/layout/bg_hp_purple.gif);
}
.bg-hp-blue {
	background-image: url(p/layout/bg_hp_blue.gif);
}
.bg-hp-cyan {
	background-image: url(p/layout/bg_hp_cyan.gif);
}
.bg-hp-green {
	background-image: url(p/layout/bg_hp_green.gif);
}



.bg-full-orange {
	background-image: url(p/layout/bg_full_orange.gif);
}
.bg-full-purple {
	background-image: url(p/layout/bg_full_purple.gif);
}


#row-orange {
	background-image: url(p/layout/bg_line_orange.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#row-red {
	background-image: url(p/layout/bg_line_red.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#row-pink {
	background-image: url(p/layout/bg_line_pink.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#row-purple {
	background-image: url(p/layout/bg_line_purple.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#row-blue {
	background-image: url(p/layout/bg_line_blue.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#row-cyan {
	background-image: url(p/layout/bg_line_cyan.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#row-green {
	background-image: url(p/layout/bg_line_green.gif);
	margin: 0;
	padding: 0 0 0 30px;
}



/* *** modules content ******************************************************************************** */
/* type-a | image, whole width */
#left-column .type-a {
	margin: 0 0 30px 0;	
}

/* type-a1 | image */
#left-column .type-a1 {
	margin: 0 0 30px 30px;
}

/* type-b | text  */
#left-column .type-b {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;
}

/* type-c | content */
#left-column .type-c {
	margin: 0 30px 30px 30px;
}
#left-column .type-c .left {
	float: left;
	width: 165px;
}
#left-column .type-c .right {
}

/* type-d | book */
#left-column .type-d {
	margin: 0 30px 30px 30px;	
}
#left-column .type-d .left {
	float: left;
	width: 135px;
}
#left-column .type-d .right {
	margin-left: 150px;
}
#left-column .type-d .right h1 {
	margin: 0 0 4px 0;
	padding: 0;
}
#left-column .type-d .right h2 {
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

/* type-e | two-column teaser */
#left-column .row {
	background-color:#FFFFFF;
	margin: 0;
}
#left-column .type-e {
	margin: 0 0 30px 0;
}
#left-column .type-e .left {
	float: left;
	width: 258px;
}
#left-column .type-e .right {
	float: right;
	width: 258px;
}
#left-column .type-e .text {
	font-size: 11px;
	margin: 15px 15px 30px 30px;	
}

/* type-f | two-column cover */
#left-column .type-f {
	margin: 0;
}
#left-column .type-f .left {
	float: left;
	width: 258px;
	margin-bottom: 30px;
}
#left-column .type-f .right {
	float: right;
	width: 258px;
	margin-bottom: 30px;
}
#left-column .type-f .cover {
	margin-left: 18px;	
	float: left;		
}

/* type-g | image gallery */
#left-column .type-g {
	margin: 0 0 30px 30px;	
}
#left-column .type-g .element {
	width: 135px;
	height: 95px;	
	float: left;
}
#left-column .type-g p {	
	font-size: 11px;
	font-weight: bold;
	color: #9C1908;
	text-align: right;
	width: 390px;
}

/* type-h | list  */
#left-column .type-h {
	padding: 10px 30px 10px 30px;	
}
#left-column .type-h .left {
	float: left;
	width: 105px;
}
#left-column .type-h .right {
	margin-left: 120px;
}

/* type-i | form */
#left-column .type-i {
	margin-left: 0px;
	margin-bottom: 30px;	
	/*background-image: url(p/layout/bg_flower_orange.gif);*/
	background-repeat : no-repeat;
}
#left-column .type-i .left {
	padding: 0px 0 4px 30px;
	width: 128px;
}
#left-column .type-i .right {
	padding: 0px 0 4px 30px;
	width: 360px;	
}




/* *** modules toolbox ******************************************************************************** */
/* type-a | image, whole width */
#right-column .type-a {
	margin: 0 0 15px 0;	
	border-bottom:1px dotted #FFFFFF;
}

/* type-b | image, text */
#right-column .type-b {
	margin: 0 15px 15px 15px;	
}

/* type-c | content */
#right-column .type-c {
	margin: 0 15px 15px 15px;

}
#right-column .type-c .left {
	float: left;
	width: 100px;
}
#right-column .type-c .right {
}

/* type-i | form */
#right-column .type-i {
	margin-left: 0px;
	margin-bottom: 30px;	
}
#right-column .type-i .left {
	padding: 0px 0 4px 15px;
	width: 70px;
}
#right-column .type-i .right {
	padding: 0px 0 4px 15px;
	width: 140px;	
}



/* *** modules full column ******************************************************************************** */
/* type-d | autor */
#full-column .type-d {
	margin: 0 30px 0 0;
}
#full-column .type-d .left {
	float: left;
	width: 260px;
}
#full-column .type-d .right {
	margin-left: 290px;
}

/* type-e | teaser */
#full-column .type-e {
	margin: 0 0 15px 0;
	font-size: 11px;
}
#full-column .type-e .left {
	float: left;
	width: 190px;
	border-right: 2px solid #FFFFFF;
}
#full-column .type-e .text {
	margin: 15px;
}

/* type-f | cover */
#full-column .type-f {
	margin: 0;
	font-size: 11px;
}
#full-column .type-f .left {
	float: left;
	width: 190px;
	border-right: 2px solid #FFFFFF;
	margin-bottom: 15px;
}
#full-column .type-f .cover {
	margin-left: 15px;	
	float: left;	
}






/* *** modules homepage left column ******************************************************************************** */
/* type-a | image, whole width */
#hp-left-column .type-a {
	margin: 0 0 15px 0;	
}

/* type-b | image, text */
#hp-left-column .type-b {
	margin: 0 15px 15px 15px;
	color: #FFFFFF;
}

/* *** modules homepage right column ******************************************************************************** */
/* type-a | image, whole width */
#hp-right-column .type-a {
	margin: 0 0 15px 0;	
}
/* type-b | image, text */
#hp-right-column .type-b {
	margin: 0 15px 15px 15px;
	color: #FFFFFF;
}

/* type-i | form */
#hp-right-column .type-i {
	margin-left: 0px;
	margin-bottom: 30px;	
}
#hp-right-column .type-i .left {
	padding: 0px 0 4px 15px;
	width: 70px;
}
#hp-right-column .type-i .right {
	padding: 0px 0 4px 15px;
	width: 140px;	
}

/* Fehlerfarbe fuer Formular (norbert@free-developer.de) */
.ecardForm_Error {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	line-height: 120%;
	color:#FF0000;
	font-weight: bold;
}