body {
	font: 10px/13px verdana, arial, helvetica, sans-serif;
}
a {
	color: #00305e;
	text-decoration: none;
}
.important {
	color: #f6a800;	
}
a img {
	border: none;	
}
h1 {
	font-size: 18px; 
	color: #00305e; 
	line-height: 20px; 
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-weight: bold;
	padding-left: 0px;
}
h2 {
	font-size: 12px; 
	color: #00305e; 
	line-height: 14px; 
	margin-top: 0px;
	font-weight: bold;
	padding-left: 0px;
}
h3 {
	font-size: 14px; 
	color: #00305e; 
	line-height: 16px; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 0px;
}
.product_header {
	font-weight: bold;
	line-height: 26px;
	padding-left: 8px;
	padding-right: 0px;
	
}
p.notice {
    border: 1px solid #E4C88F;
    background: #EEDEB5;
    padding: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;    
}
#content {
	font-size: 12px;
	line-height: 16px;
}

#content .csc-textpic {
	padding-left: 8px;
}
#content ul {
	display: inline;
	list-style-position: inside;
	margin-left: 0px;
	list-style-type:square;
}
#content h1 {
	margin: 0px;
	margin-bottom: 1em;
}
#content h2 {
	margin: 0px;
	margin-bottom: 0.5em;
}

#content .tx-ttproducts-pi1 h1 {
	margin: 0px;
	margin-bottom: 0.5em;
}
#content .tx-ttproducts-pi1 h2 {
	margin: 0px;
	margin-bottom: 1em;
}
div.poll_vote_input ul {
	list-style-type:none !important;
	
}

/* Wird benutzt um bei invisible von Frame im Backend
   dann ein Popup entsteht das Informationen anzeigt.*/
.csc-frame-invisible {
    position: absolute;
    top: 12px;
    left: 200px;
    z-index: 50;
    padding: 5px;
    margin: 0;
    width: 690px;
    border: 1px solid silver;
    background-color: #fff;
    background-image: url(../../images/gradient_bg.jpg);
    background-repeat: repeat-x;
    display: none;
}

.closePopup {
    position: absolute;
    top: 5px;
    left: 670px;
}