/*--- Globale HTML-Tag-Eingenschaften -------------------------------------------------------*/

br {
	line-height: 1.0em;
}

body {
	height:100%;

	background-color: rgb(252, 250, 248);

	color: rgb(32, 32, 32);

	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
	line-height: 1.5em;
}

table, tr, td {
	color: rgb(32, 32, 32);
	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}

a {
	color: rgb(220, 147, 27);
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

hr {
	height: 0px;
	border-top: solid 1px rgb(230, 230, 230);
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 2px;
}

input {
	height: 20px;
	border: solid 1px rgb(222, 220, 219);
}

input.radio {
	border: none;
}

select {
	height: 20px;
	border: solid 1px rgb(222, 220, 219);
}

optgroup {
	margin-top: 10px;
	font-style: normal;
}


/*--- Clear-Helper --------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/*--- Content -------------------------------------------------------------------------------*/


#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	height:100%;
	text-align: left;
}

#content_left {
	float: left;
	width: 200px;
	margin-right: 15px;
}

#content_right {
	width:200px;
	position:relative;
	margin-left: 15px;
	float: left;
}


#content_center {
	position:relative;
	float: left;
}

#content_center.single {
	width: 950px;
}

.left {
	width: 735px;
}

.right {
	width: 735px;
}

.both {
	width: 520px;
}


.columnPage {
	padding-left: 10px;
	padding-right: 10px;
}


#header {
	position: relative;
	width: 100%;
	height: 65px;
	margin-bottom: 15px;
	background-image: url(../img/header.jpg);
}

#logo {
	position: absolute;
	top: -1px;
	right: 0px;
}

#menu {
	position: absolute;
	bottom: 0px;
	left: 10px;
}

#menu div {
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 1px;
	
	
	vertical-align: middle;
	background-image: url(../img/menu_bg.jpg);
}

#menu div a {
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 12px;
}

#menu div.selected a {
	color: rgb(242, 161, 29);
	font-weight: bold;
	font-size: 12px;
}


.submenu {
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 5px;
}

.submenu.selected {
	background-color: rgb(240, 240, 240);
}

.submenu a {
	color: rgb(32, 32, 32);
}


.box {
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(222, 220, 219);
	margin-bottom: 15px;
}


.box .header {
	background-image: url(../img/box_bg.jpg);
	background-position: right;
	line-height: 22px;
	height: 22px;
	border-bottom: solid 1px rgb(222, 220, 219);
	
	color: rgb(32, 32, 32);
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.box .header a {
	color: rgb(32, 32, 32);
}

.box .content {
	padding: 8px;
}

.box .content p {
	margin-top: 0px;
}


.newsDate {
	float: right;
	color: rgb(32, 32, 32);
	font-size: 10px;
}

.newsEmpty {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.navigationPrev {
	float: left;
}

.navigationNext {
	float: right;
}



#newsticker {
	border: solid 1px rgb(222, 220, 219);
}

#newsticker.tickerAttached {
	display:block;
	margin: 0 10 15 10;
	padding: 0;
	height:24px;
	line-height: 24px;
	vertical-align: middle;
	width: 482px;
	overflow:hidden;
}
#newsticker.tickerAttached ul {
	margin: 0;
	padding: 0;
}
#newsticker.tickerAttached ul li {
	list-style-type:none;
	float:left;
	margin-right: 25px;
}

.newsflash a {
	color: rgb(32, 32, 32);
}


#startpicture {
	text-align: center;
}

#startpicture img {
	margin-bottom: 10px;
	margin-top: 15px;
}

.category_description {
	text-align: center;
}

.subcategory {
	width: 20%;
	height: 120px;
	text-align: center;
	vertical-align: bottom;
}

.subcategory div {
	text-align: center;
	margin-top: 5px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.subcategory a img {
	border: solid 1px rgb(235, 235, 235);
}

.category_pictures {
	margin-top: 10px;
	text-align: center;
}

.category_pictures a img {
	margin: 4px;
}

.category_pictures a img {
	border: solid 1px rgb(235, 235, 235);
}

.picture {
	text-align: center;
	margin: 20 0;
}

.picture img {
	border: solid 1px rgb(235, 235, 235);
	max-width: 680px;
}

.picture_title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.picture_description {
	text-align: center;
	margin-bottom: 10px;
}


.guiCalendar {
	width: auto;
	border-top: solid 1px rgb(222, 220, 219);
	border-left: solid 1px rgb(222, 220, 219);
	cursor: default;
}

.guiCalendar2 {
	width: 100%;
	border-top: solid 1px rgb(222, 220, 219);
	border-left: solid 1px rgb(222, 220, 219);
	background-color: rgb(255, 255, 255);
}

.guiCalendar td {
	font-size: 11px;
	line-height: 12px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
	padding: 0px 3px !important;
}

.guiCalendar2 td {
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 3px;
}


.guiCalendar2 .month td,
.guiCalendar .month td 
{
	text-align: center;
	border-right: solid 1px rgb(222, 220, 219);
	background-image: url(../img/box_bg.jpg);
	background-position: right bottom;
}

.guiCalendar2 .month td
{
	background-image: url(../img/box_bg.jpg);
	background-position: right;
	line-height: 22px;
	height: 22px;
	border-bottom: solid 1px rgb(222, 220, 219);
	
	color: rgb(32, 32, 32);
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	cursor: default;
}

.guiCalendar2 .weekdays td,
.guiCalendar .weekdays td 
{
	border-top: solid 1px rgb(222, 220, 219);
	border-bottom: solid 1px rgb(222, 220, 219);
	border-right: solid 1px rgb(222, 220, 219);
}

.guiCalendar2 .weekdays td {
	cursor: default;
}

.guiCalendar2 .days td,
.guiCalendar .days td 
{
	border-bottom: solid 1px rgb(222, 220, 219);
	border-right: solid 1px rgb(222, 220, 219);

}

.guiCalendar2 td.weekend,
.guiCalendar td.weekend 
{
	color: rgb(200, 0, 0);
	background-color: rgb(250, 250, 250);
}

.guiCalendar2 td.isevent,
.guiCalendar td.isevent 
{
	color: rgb(0, 0, 0);
	background-color: rgb(240, 167, 57);
}

.guiCalendar2 td.today,
.guiCalendar td.today 
{
	border: solid 1px red;
}

a.calendar:hover {
	text-decoration: none;
}

.eventpicture {
	border: solid 1px rgb(235, 235, 235);
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.languages {
	text-align: center;
}

.languages img {
	margin: 0px 5px;
}

.tableHeader {
	background-image: url(../img/header.jpg);
	background-position: top right;
	font-weight: bold;
	vertical-align: bottom;
}

.box table td {
	padding: 2px;
}


.textSmall {
	font-size: 11px;
}


.product {
	position: relative;
}

.product img {
	float: right;
	margin-left: 20px;
}

.product img.at {
	float: none;
	margin: 0px;
}

.product .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.product .description {
	margin-bottom: 20px;
	width: 370px;
}

.product .details {
	margin-bottom: 20px;
}

.producttypeHeader {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

.product input.quantity {
	width: 28px;
	text-align: right;
	padding: 0px;
	height: 20px;
}
.product select {
	width: 250px;
	height: 20px;
}

a.button {
	display: blocK;
	padding: 0px;
	text-align: center;
	color: rgb(0,0,0);
	text-decoration: none;
}

.button {
	background-image: url(../img/button.jpg);
	width: 90px;
	height: 20px;
	border: none;
	padding-bottom: 2px;
	padding-right: 8px;
	color: rgb(0,0,0);
	cursor: pointer;
}

table.basketoverview {
	width: 180px;
	padding: 0px;
}

table.basketoverview td {
	font-size: 11px;
	vertical-align: top;
	margin: 0px;
}

table.basketoverview td.quantity {
	text-align: right;
	width: 15px;
	padding-right: 3px;
}

table.basketoverview td.price {
	text-align: right;
	padding-left: 3px;
}

table.basketoverview tr.total td {
	font-weight: bold;
	border-top: solid 1px rgb(235, 235, 235);	
}

table.basket {
	width: 500px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.basket td.header {
	background-image: url(../img/header.jpg);
	background-position: top right;
}

table.basket td {
	font-size: 12px;
	vertical-align: top;
	line-height: 1.5em;
}

table.basket td.quantity {
	text-align: right;
	width: 25px;
	padding-right: 3px;
}

table.basket td.price {
	width: 60px;
	text-align: right;
	padding-left: 3px;
}

table.basket tr.total td {
	font-weight: bold;
	border-top: solid 1px rgb(235, 235, 235);	
}

table.basket tr.total1 td {
	border-top: solid 1px rgb(235, 235, 235);	
}

table.basket tr.total2 td {
	font-weight: bold;
}

input.quantity {
	width: 30px;
	text-align: right;
}


table.progress {
	width: 500px;
	background-image: url(../img/progress.jpg);
	
}

table.progress td {
	width: 33%;
	font-size: 11px;
	text-align: center;
	border: solid 1px rgb(225, 225, 225);	
	margin: 0;
}


table.progress td.done {
}

table.progress td.missing {
	color: rgb(128, 128, 128);
	background-image: url(../img/missing.jpg);
}

table.progress td.error {
	background-image: url(../img/error.jpg);
}

.order .header {
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../img/header2.jpg);
}

.order label {
	width: 90px;
	display: block;
	float: left;
	clear: both;
}

.order .input {
	margin: 3px 0px 3px 0px;
}

.order input.error {
	border: solid 1px rgb(255, 128, 128);
}

.order div.error {
	color: rgb(255, 0, 0);
}

.order input.text {
	width: 300px;
}

.order input[type=radio] {
	vertical-align: middle;
	margin-top: 0px;
}

.order input.zip {
	width: 60px;
}

.order input.city {
	width: 237px;
}

.order input.order_account, 
.order input.order_creditcard {
	width: 120px;
}

.order input.order_creditcard_security {
	width: 35px;
}

.order textarea {
	width: 500px;
	height: 100px;
	border: solid 1px rgb(222, 220, 219);
}

.explain {
	float:right;
	width: 380px;
	margin-bottom: 5px;
}

.order div.address {
	float: left;
	width: 245px;
	margin-bottom: 10px;
}

.order div.contact,
.order div.payment {
	float: right;
	width: 245px;
	margin-bottom: 10px;
}

.order div.address .header,
.order div.contact .header,
.order div.payment .header {
	margin-bottom: 5px;
	margin-top: 5px;
}

div.order {
	margin-top: 15px;
}

.orderPayment,
.orderSuccess {
	margin-top: 20px;
}

.orderError {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: red;
	font-size: 14px;
	text-align: center;
}


table.offers {
	width: 180px;
	padding: 0px;
}

table.offers td {
	font-size: 11px;
	vertical-align: top;
	margin: 0px;
}

table.offers td.price {
	text-align: right;
	padding-left: 3px;
}

table.offers a {
	color: rgb(32, 32, 32);
}

.article_pdf {
	margin-bottom: 6px;
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.article_web {
	margin-bottom: 6px;
	background-image: url(../img/web.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.article_web div.description,
.article_pdf div.description {
	font-size: 11px;
}

.article img {
	border: solid 1px rgb(235, 235, 235);
}

.link {
	margin-bottom: 5px;
}