* {
	margin: 0px;
	padding: 0px;
}
.hidden { display: none; }

body {
	background: #6667c5 url("images/main_bg_small.jpg") top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: black;
	font-weight: bold;
}

#logo a { padding: 0px; }
a img { border: none; }

a:hover, a.active { color: #293089; }
form { padding: 10px; border: 1px solid #999;  }
input[type=text] { padding: 2px; margin-bottom: 2px; background: #eee; height: 15px; display: block; }
input[type=radio] { padding: 3px;  height: 15px; }


object { margin: 20px 100px; overflow: hidden; }

div#container {
	width: 750px;
	margin: 0 auto;
	background: white url("images/bg_container.jpg") no-repeat;
	border-left: 15px solid #262768;
	border-right: 15px solid #262768;
}


div#head {
	background: #888790 url("images/header_bg.jpg") repeat-x;
	position: relative;
}

div#contact {
	position: absolute;
	top: 0px;
	left: 442px;
	height: 125px;
	border-left: 1px dotted #a0a0a0;
	padding: 15px;
}	
div#contact, div#contact a { color: #262768; }
div#contact p { margin: .5em 0; }
div#contact h1 { font-size: 1.2em; }

/*** Menü ***/
div#menu {
	background: #ffd500 url("images/bg_menu.jpg") repeat-x;
	padding: 10px 15px;
}
div#menu * { z-index: 10; }

div#menu ul li {
	display: inline;
	position: relative;
	margin-right: 1em;
	vertical-align: bottom;
	list-style-type: none;
}

div#menu ul li a {
	font-weight: bold;
	text-decoration: none;
	line-height: 20pt;
	vertical-align: top;
}
div#menu ul li a:hover, div#menu ul li a.active { color: white; } 
/* zweite Ebene */
div#menu ul li ul { display: none;  }
div#menu ul li:hover ul {
	display: block; position: absolute; top: 10pt; left: 0;
	margin-top: 2px;
	min-width: 120px;
	padding: 10px;
	background: #fdce77 url(/fileadmin/images/bg_hover_menu.png) repeat-x;
}
div#menu ul li:hover ul li { display: block; border-bottom: 1px solid #f39229;  }

/*** Content ***/

div#content-container {
	padding: 15px;
}

div#content-pic-container {
	background: #f2f2f2 url("images/pic_rechts_bg.jpg") 400px 0px  no-repeat;
	border: 1px solid #f1f1f1;
}

div#content-pic {
	float: left;
	width: 400px;
}

div#content-pic-rechts h1 {
	height: 95px;
	color:	#230b55;
	margin-left: 425px;
	padding-top: 20px;
	font-size: 16pt;
}

div#content-pic-rechts h2 {
	height: 62px;
	color: #3f3f3f;
	margin-left: 425px;
	font-size: 11pt;
	font-weight: bold;
	padding: 15px 30px 0px 0px;
}

div#clearpic {
	clear: left;
}

div#content-container ul, div#content-container ol {
	margin: 10px 35px;
	padding: 0px;
}

div#content-container ul {
	/*list-style-image: url("images/arrowicon.png");*/
	list-style-type: normal;
	
}
div#content-container ul li a {
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
}

div#content-container ul li {
	margin-bottom: 5px; 
}

div#content {
	position: relative;
	border-left: 1px dotted #f1f1f1;
	border-right: 1px dotted #f1f1f1;
}


div#content h1 {
	padding: 10px 30px;
	background: #e8e7e6 url("images/bg_h1.jpg") 0px -15px repeat-x;	
	font-size: 13pt; 
	color: #230b55;
	border-bottom: 1px dotted gray;
	margin: 15px -15px 10px -15px;
	clear: both;
}

div#content h2 {
	padding: 10px 10px;
	font-size: 12pt;
	color: #230b55;
	border-bottom: 1px dotted gray;
}

div#content h3 {
	overflow: hidden; clear: both;
	padding: 10px 15px;
	font-size: 12pt;
	color: black;
	background: #e3e3e3;
	margin: 15px 0px;
}

#content h4 {
	padding: 10px 15px;
}

/* .csc-default statt p */
div#content p {
	padding: 10px 15px;
}

div#content table {
	padding: 5px;
}

div#content table td {
	padding: 5px;
}

.float-right { float: right; width: 50%; }


/* Startseite Teaser */
#c188 .csc-textpic-imagecolumn { margin-left: -36px; }


/*** Shop ***/

tr.shopItemCategory { background: #CCF; line-height: 150%; }
div#content tr.shopItemSingle p { margin: 0px; padding: 0px; }
div#content table.shopItemList td { padding: 6px; border-bottom: 1px #E3E3E3 solid; }
div#content table.shopItemList a { padding: 0px; }
div#content table td.shopItemSingleCol3 {
	width: 150px;
	padding-left: 30px;
}
div#content table td.shopItemSingleCol3 input {
	padding: 3px;
	margin: 3px;
	border: 1px solid #230b55;
	background: #f1f1f1;
}
div.tx-ttproducts-pi1 thead, div.tx-ttproducts-pi1 th {
	background: #f1f1f1;
	padding: 10px;
	font-weight: bold;
	color: #230b55;
}
div#tx-ttproducts-pi1-list h3.product_detail_title { padding: 5px 0px; }
table.shopItemList td.shopItemSingleCol3 { text-align: center; }
table.shopBasket thead { text-transform: uppercase; text-align: center; background: #EEE; }
div#content table.shopItemList input.shopsubmit {
	border: none;
	background: transparent;
}
div#content table.shopItemList input.shopamount {
	/*background: url('images/warenkorbamount.png') no-repeat;*/
	background: #CCF;
	border: none;
	vertical-align: middle;
	/*width: 80px;
	height: 30px;
	padding: 10px 3px 2px 20px;*/
}
div#content .offerList { background: #E4DAFF; }
div#content .product_detail_image { float: left; margin-right: 1em; margin-top: 1em; margin-bottom: 1em; }
div#content .product_detail_text { margin-left: 200px; }

div#content .zusaetze { font-style: italic; margin-bottom: 1em; }

div#content address {
	padding: 5px 25px;
	background: #f7f7f7;
}

div#content span.shop_price {
	color: green;
}
/*** Shop CSS ENDE ***/

div#bottom {
	margin: 45px 5px 0px 5px;
	clear: both;
	color: #000;
	padding: 25px;
	border-top: 1px dotted black;
}

div#bottom { font-size: 8pt; margin-bottom: .8em; overflow: hidden; }
div#bottom .vcard .fn { display: none; }
div#bottom .box { line-height: 12pt; float: left; margin-left: 40px; }
div#bottom .box1 { line-height: 12pt; float: right; margin-right: 40px; }
div#bottom .center { clear: both; text-align: center; font-size: 11pt; padding-bottom: 5px; margin-bottom: 10px;  }

div#flashcontent {
	margin: 1em;
	text-align: center;
}

div#content .csc-textpic-border img { border: 1px solid #262768; padding: 1px; margin: 10px 0px; }
.csc-textpic-caption { text-align: right; color: #363636; font-size: 10pt; font-style: italic;  }


