* {
    padding: 0px;
    margin: 0px;
}

body, table, select, input, textarea {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
    background-color: #ffffff;
    color: #333333;
	line-height: 18px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}

hr {
    background-image: url(teaser.gif);
    padding-bottom: 8px;
}

img {
	border: 0px;
}

h1 {
	color: #34385f;
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 25px;
}

h1 a {
    color: #333333;
}

h2 {
    color: #ffffff;
    font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

h3 {
    color: #34385f;
	font-size: 12px;
}

h3 a {
	color: #34385f;
}

p {
    padding-bottom: 20px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.arrow {
	color: #34385f;
	font-weight: bold;
	background-image: url(../images/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
}

ul {
    list-style-type: none;
}

.clear,
.clearLeft,
.clearRight {
	clear: both;
	line-height: 0px;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

/* Bilder */
.small-image-wrap {
	
}

.middle-image-wrap {
	background-image: url(../images/middle_image_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	padding-bottom: 10px;
	width: 152px;
	margin: 3px 10px 0px 0px;
}

.middle-image-wrap .image {
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	height: 100px;
}

.middle-image-wrap img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.middle-image-wrap .title {
	background-color: #660000;
	background-image: url(../images/zoom.gif);
	background-repeat: no-repeat;
	background-position: 133px 4px;
	font-size: 10px;
	color: #ffffff;	
	position: absolute;
	opacity: 0.75;
	filter:alpha(opacity=75);
	padding: 0px 3px 0px 3px;
	margin: 83px 0px 0px 1px;
	width: 144px;	
}

.large-image-wrap {
	background-image: url(../images/large_image_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	padding-bottom: 10px;
	width: 197px;
	margin: 3px 25px 10px 0px;
}

.large-image-wrap .image {
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	height: 130px;
}

.large-image-wrap img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.large-image-wrap .title {
	background-color: #660000;
	background-image: url(../images/zoom.gif);
	background-repeat: no-repeat;
	background-position: 180px 4px;
	font-size: 10px;
	color: #ffffff;	
	position: absolute;
	opacity: 0.75;
	filter:alpha(opacity=75);
	padding: 0px 3px 0px 3px;
	margin: 113px 0px 0px 1px;
	width: 189px;	
}


.image-switch {
	margin-bottom: 20px;
}

.image-switch td {
	padding-right: 10px;
}

/* Wraps */
#wrap {
    margin-left: auto;
    margin-right: auto;
    width: 930px;
	padding-top: 28px;
}

#logo-wrap {
    padding-top: 8px;
}

#content-wrap {
    min-height: 450px;
	padding-left: 250px;
}



/* Head */
#head {
	height: 70px;
}

#area-wrap {
	padding-bottom: 25px;
	background-position: left bottom;
	background-image: url(../images/area_background.gif);
}

#area {
	background-color: #660000;
	color: #ffffff;
	padding: 98px 10px 0px 20px;
	height: 40px;
}

#area a {
	color: #ffffff;
}

#motive-wrap {
	padding-bottom: 25px;
	background-position: left bottom;
	background-image: url(../images/motive_background.gif);
	background-repeat: no-repeat;
}

#motive {
	height: 138px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: center middle;
	border: 1px solid #cccccc;
}

/* Metanavigation */
#meta-navigation {
	float: right;
	font-size: 11px;
	height: 30px;
	padding: 0px 0px 0px 0px;
}

#meta-navigation li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid;
}

#meta-navigation li form {
	display: inline;
}

#meta-navigation li.last form input.text,
#meta-navigation li.last form input.image {
	margin: 0px;
}

#meta-navigation li.last form input.text {
	width: 70px;
	margin-left: 5px;
}

#meta-navigation li.last {
	border: 0px;
	padding-right: 0px;
}

/* Hauptnavigation */
#main-navigation {
    height: 45px;
}

#main-navigation li {
	background-image: url(../images/mainnavi_arrow.gif);
	background-repeat: no-repeat;
    background-position: 0px 10px;
    float: left;
    font-size: 12px;
    padding: 7px 20px 6px 15px;
}

#main-navigation li.tab:hover,
#main-navigation li.active {
    background-image: url(../images/mainnavi_arrow_active.gif);
	font-weight: bold;
}

#main-navigation li a {
    color: #333333;
    text-transform: uppercase;
}

#main-navigation li a:hover,
#main-navigation li.tab:hover a,
#main-navigation li.active a {
    text-decoration: none;
}

#main-navigation li.active a {
    color: #34385f;
}

#main-navigation li.logout {
    background: transparent;
    padding: 5px 0px 0px 50px;
    
}

#sub-navigation li {
	padding: 0px 0px 5px 20px;
}

#sub-navigation li a {
	display: block;
	background-image: url(../images/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}

#sub-navigation li a:hover {
	background-image: url(../images/arrow_4.gif);
}

#sub-navigation li.level_0_active,
#sub-navigation li.level_1_active {
	font-weight: bold;
}

#sub-navigation li.level_0_active a,
#sub-navigation li.level_1_active a {
	background-image: url(../images/arrow_4.gif);	
	color: #34385f;
}

#sub-navigation li.level_1,
#sub-navigation li.level_1_active {
	padding-left: 35px;
}


/* Teaser */
.teaser {
    font-size: 16px;
    background-image: url(teaser.gif);
    line-height: 29px;
    margin-bottom: 10px;
}

/* Linke Spalte */
#left-column {
	position: absolute;
	width: 230px;
}


/* Rechte Spalte */
#right-column {
    float: right;
    width: 170px;
}


.container {
    border: 1px solid #cbcbcb;
    padding: 10px;
    margin-bottom: 35px;
}


/* Listen */
ul.standard {
	padding: 0px 0px 15px 0px;
}

ul.standard li {
	background-image: url(../images/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}

ul.links {
	padding-top: 10px;
}

ul.links li {
    background-position: 0px 5px;
}

ul.sitemap li {
	padding: 5px 12px 5px 12px;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

ul.sitemap li li {
	font-weight: normal;
}

ul.articles li {
	width: 325px;
	height: 120px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
	border-bottom: 1px solid #e5e5e5;
}

ul.images li {
	float: left;
	cursor: pointer;
}

/* Tabellen */
table.team {
	width: auto;
	border: 1px solid #cccccc;
	background-color: #f9f3ea;
	background-image: url(../images/homepage_block_teaser.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 15px 0px;
}

table.team td {
	padding: 12px 12px 0px 12px;
	vertical-align: bottom;
	border-bottom: 1px solid #cccccc;
}

table.team td p {
	padding-bottom: 10px;
}

table.team td img {
	border: 2px solid #ffffff !important;
	margin: 0px;
}

td.alignmentright {
	text-align: right;
}

td.alignmentleft {
	text-align: left;
}

td.alignmentcenter {
	text-align: center;
}

table.grundriss {
	margin: 0px 0px 15px 0px;
}

table.grundriss td,
table.grundriss th {
	padding: 0px 10px 15px 10px;
}

table.grundriss th {
	padding-bottom: 0px;
	vertical-align: bottom;
}


/* Formulare */
fieldset {
	border: 0px;
}

input.text,
textarea,
input.box,
input.halfbox,
input.year,
input.month,
input.day,
input.ezcc-user,
select {
    background: #ffffff;
    border: 1px solid #cbcbcb;
    font-size: 11px;
    color: #666666;
    padding: 2px 5px 2px 5px;
    margin-bottom: 7px;
}

input.image {
    margin-bottom: 10px;
}

.message-warning {
	padding-bottom: 25px;
	color: red;
}

input.submit,
input.button,
input.defaultbutton {
	background-color: #660000;
	border: 1px solid #996666;	
	color: #ffffff;
	padding: 2px 12px 2px 12px;
}

input#telephone {
	width: 80px;
}

.register-table {
	width: 460px;
}

.register-table td {
	padding: 0px 10px 3px 0px;
}

.register-table td td {
	padding: 0px;
}

.register-table label {
	display: block;
	font-weight: bold;
}

.register-table input.text {
	width: 205px;
}

.register-table select {
	width: 217px;
}

#bill-address input.text,
#delivery-address input.text {
	width: 220px;
}

#delivery-address select,
#bill-address select {
	width: 232px;
}

.fancyform {
	border: 1px solid #cccccc;
	background-color: #f9f3ea;
	background-image: url(../images/homepage_block_teaser.gif);
	background-repeat: repeat-x;
	padding: 10px 5px 12px 15px;
	margin: 5px 0px 15px 0px;
}

.fancyform input.text,
.fancyform textarea {
	width: 400px;
}

.fancyform td {
	padding: 0px 5px 0px 0px;
}

/* Homepage */
#homepage-block {
	width: 570px;
	float: left;
	background-image: url(../images/motive_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
}


#homepage-block .image {
	height: 290px;
	background-color: #f9f3ea;
	background-image: url(../images/homepage_block_teaser.gif);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
}

#homepage-block .image img {
	display: block;
}

#homepage-block .title {
	background-color: #660000;
	color: #ffffff;
	height: 60px;
	opacity: 0.75;
	filter:alpha(opacity=75);
	position: absolute;
	width: 538px;
	padding: 10px 15px 0px 15px;
	margin: -71px 0px 0px 1px;
}

#homepage-block .title a {
	background-image: url(../images/arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #ffffff;
	padding-left: 15px;
} 

#homepage-description-wrap {
	background-image: url(../images/homepage_block_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
	margin-left: 588px;
}

#homepage-description {
	border: 1px solid #cccccc;
	background-color: #f9f3ea;
	background-image: url(../images/homepage_block_teaser.gif);
	background-repeat: repeat-x;
	height: 258px;
	padding: 20px 15px 12px 15px;
}

#homepage-description table td {
	width: 50%;
	padding: 0px 10px 0px 0px;
}

#homepage-description ul.standard li {
	background-image: url(../images/arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 11px;
}

#homepage-description li a {
	background: transparent;
	padding: 0px;
	color: #34385f;
}

/* Seite empfehlen */
.recommend-page-node-content {
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
}

/* Footer */
#footer {
    border-top: 1px solid #cccccc;
    color: #bbbbbb;
    font-size: 11px;
	margin-top: 30px;
    padding: 3px 3px 50px 3px;
	
}

/* Highslide */
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}

.highslide-caption {
    display: none;
}

.highslide-caption .description {
	background-color: #ffffff;
	background-image: url(../images/zoom_background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 15px;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../images/highslide/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

