/***** Simple Survey *****/
.tx-simplesurvey-pi1{
    padding: 5px;
    margin: 20px 0px 0px 0px;
    width: 440px;
    background:lightGray none repeat scroll 0% 0%;
    border:1px solid;
}
.tx-simplesurvey-pi1-notemplate{
    background:lightCoral none repeat scroll 0% 0%;
    border:2px dashed;
    font-size:16px;
    margin:10px;
    padding:30px;
}
.tx-simplesurvey-pi1-title, .tx-simplesurvey-pi1-result-header-questions{
    display: none;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.tx-simplesurvey-pi1-caption{
    display: none;
    color: grey;
    font-size: 16px;
    text-align: right;
}
.tx-simplesurvey-pi1-description{
    display: none;
    color: black;
    padding: 2px 0 10px 0;
    border-bottom: 1px solid black;
}
.tx-simplesurvey-pi1-questiontext, .tx-simplesurvey-pi1-result-header-questions{
    font-weight:bold;
    text-decoration: underline;
    margin: 10px 0 50px 0;
    padding:20px 0 3px 0;
    text-align: center;
    background-color: DarkKhaki;
}
.tx-simplesurvey-pi1-help{
    left:10px;
    width: 10px;
    position:relative;
    top:-18px;
    margin:0 0 -14px 0;
}
.tx-simplesurvey-pi1-help a{
    font-size: 12px;
    text-decoration:none;
}
.tx-simplesurvey-pi1-help a:hover, .tx-simplesurvey-pi1-help a.hover{
    font-weight: bold;
}
.tx-simplesurvey-pi1-question, .tx-simplesurvey-pi1-result-question{
    font-size: 14px;
    margin: 20px 0 2px 0;
    color: black;
}
.tx-simplesurvey-pi1-answer{
    font-size: 14px;
    color: black;
    padding:0px 0px 5px 0px;
}
#tx-simplesurvey-pi1-error{
    display: none;
    width: 250px;
    margin: 5px 0 5px 0;
    background-color: #FF4626;
    color: white;
    border: 1px solid black;
}
.tx-simplesurvey-pi1-userdata{
    margin: 10px 0 10px 0;
    border: 2px dashed white;
    padding: 3px;
}
.tx-simplesurvey-pi1-userdata-title{
    font-size: 14px;
    margin: 5px 0 0 0;
}
.tx-simplesurvey-pi1-userdata-answer{
    margin: 5px 0 0 0;
    font-size: 14px;
}
.tx-simplesurvey-pi1-submit{
    background:white none repeat scroll 0% 0%;
    border:1px solid;
    float:left;
    color: black;
}
.tx-simplesurvey-pi1-results-not-allowed{
    font-size:14px;
    font-weight:bold;
}
.tx-simplesurvey-pi1-uploaderror{
    background:red none repeat scroll 0% 0%;
    border:1px solid;
}
.tx-simplesurvey-pi1-result-percent{
    font-size:12px;
    margin:0pt 0pt 0pt 5px;
    font-style:italic;
}
.tx-simplesurvey-pi1-result-answer{
    font-size:12px;
    margin:0pt 0pt 0pt 5px;
}
.tx-simplesurvey-pi1-result-noanswer{
    font-style:italic;
    color: gray;
}
.tx-simplesurvey-pi1-result-userdata{
}
.tx-simplesurvey-pi1-overall-points{
    font-size:11px;
    font-weight:bold;
    text-align:right;
    text-decoration:underline;
}


/***** General layout *****/
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/hintergrund.png);
}

#container {
	width: 940px;
	margin: auto;
	padding: 20px;
	font-family: Georgia, serif;
	background: url(../img/schatten.png) repeat-y;
}

#header {
	height: 71px;
	border-bottom: 9px solid #ccc;
}
a#homelink {
position:relative;
background: transparent url(../img/haus_01.gif) no-repeat 0 0;
float:left;
width: 23px;
height: 12px;
font-size: 1px;
color:#fff;
text-indent: -9999em;
line-height:1px;
margin-top: 47px;
}
a#homelink:hover {
background: transparent url(../img/haus_01.gif) no-repeat 0 -12px !important;
* html a#homelink {
margin-left: -53px !important;
}

}
#logo {
	width: 254px;
	height: 62px;
	float: right;
	background: url(../img/logo.png) no-repeat top left;
}

#logolink {
	width: 254px;
	height: 62px;
	position: absolute;
	z-index: 10;
}

#main_outer {
	width: 1130px;
	float: left;
}

#main_inner {
	width: 940px;
}

#banner {
	width: 160px;
	height: 600px;
	float: right;
	background: #ccc;
	background:transparent;
	overflow: hidden;
}

#footer {
	border-top: 1px solid #a1a1a1;
}


#footermenu {
	padding-top: 0.3em;	/* controls spacing above the footer menu */
}

#footer_links {
	float: left;
	width: 200px;
}

.addthis_toolbox {
	margin: 28px 5px 0 5px;
}

#footer_links .addthis_toolbox a:hover {
	background: transparent;
}

#eurimlogo {
	width: 106px;
	height: 47px;
	float: right;
	background: url(../img/eurim.png) no-repeat;
}

#eurimlink {
	width: 106px;
	height: 47px;
	position: absolute;
	z-index: 11;
}

#eurimlogo:hover {
	background: url(../img/eurim_colour.png) no-repeat;
}

#u_schatten {
	position: relative;
	left: -20px;
	top: 20px;
	width: 980px;
	height: 18px;
	background: url(../img/u_schatten.png) no-repeat;
}

.spacebar {
	clear: both;
	height: 15px;
}

.floated_space {
	float: left;
	width: 940px;
	height: 15px;
}

.heading_space {
	width: 200px;
	height: 20px;
}

.padding {
	padding: 20px;
}

table {
	table-layout: fixed;
}

/***** Font styles *****/
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1 {
	color: #333;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}

h4 {
	font-weight: normal;
	font-size: 1.1em;
}

h6 {
	color: #666;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: normal;
}

blockquote {
	padding: 10px;
}

#container p {
	font-size: 0.8em;
	line-height: 1.4em;
}

#container a {
	color: #666;
	text-decoration: none;
}

#container a:hover, #footermenu a:hover {
	background: #6b3e98;
	color: #fff;
}

#main_inner p a:before {
	content: url(../img/li2.png);
}

#mainmenu a {
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0.2em 0.7em 0.2em 0.7em;
	font-size: 0.8em;
	border-left: 1px solid #000;
}

#mainmenu .firstitem a {
	border-left: 0;
}

#mainmenu, #footermenu, #mainmenu ul {
	list-style: none;
}

#mainmenu li, #footermenu li, #mainmenu ul {
	float: left;
}

#mainmenu li {
	margin-top: 42px;	/*distance from top of window*/
}

#mainmenu li li {
	margin-top: 0;
	background: #ccc;
}

#mainmenu li li a {
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: none;
}

#mainmenu li ul {
	position: absolute;
	left: -999em;
	width: 12em;
	padding-top: 10px;
	z-index: 100;	/*needed to make it appear over the javascript accordion*/
}

#mainmenu li ul a {
	width: 13.6em;
	border-left: none;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul {
	left: auto;
}

#mainmenu li:hover, #mainmenu li.sfhover {
}

#logolink a {
	display: block;
	height: 100%;
	text-indent: -999em;
}

#logolink a:hover {
	background: transparent;
}

#eurimlink a {
	display: block;
	height: 100%;
	text-indent: -999em;
}

#eurimlink a:hover {
	background: transparent;
}

#footermenu a {
	color: #a1a1a1;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

#footer p {
	color: #a1a1a1;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 1em 0 0 3em;
	float: left;
}

#banner p {
	font-size: 0.8em;
}

#banner strong {
	font-size: 1.5em;
}

.csc-uploads-fileSize {
	font-size: 0.8em;
}

#main_inner .csc-textpic-caption {
	font-size: 0.8em;
	margin-top: -15px;
	color: #ccc;
}

/***** ------------- Shop system START------------------------ *****/
.tt-products {
	margin-top: 15px;
}

#tx-ttproducts-pi1-listarticles, #tx-ttproducts-pi1-single, #tx-ttproducts-pi1-basket form .tx-ttproducts-pi1-wrap1, #agb {
	font-family: Georgia, serif;
}

.confined {
	width: 940px;
	height: 41px;
	margin: 15px 0;
	overflow: hidden;
	float: left;
}

.confined h5, .willkommen_warenkorb h3 {
	float: right;
}

h2.warenkorb_bt, h3.warenkorb_bt, h4.warenkorb_bt, h5.warenkorb_bt, h6.warenkorb_bt {
	float: left;
	text-align: left;
	width: 155px;
	height: 41px;
	background: url(../img/warenkorb_bt.png) no-repeat top left;
	padding: 0;
}

.willkommen_warenkorb {
	border: 2px solid #f93;
	border-width: 2px 0px;
	height: 41px;
	overflow: hidden;
	padding: 0;
}

.willkommen_warenkorb h3, .willkommen_warenkorb h5, .confined h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 13px 10px 6px 60px;
}

.willkommen_warenkorb h3.warenkorb_bt a:hover {
	background-color: #fff;
}

.products_complete {
	width: 940px;
}

.tt-products #tx-ttproducts-pi1-list .product_single .thirds_text h3 {
	font-size: 1.3em;	/* font-size of product titles */
	margin: 20px 0;
}

.tt-products #tx-ttproducts-pi1-list p {
	font-family: Georgia, serif;
	font-size: 0.7em;		/* font-size of product descriptions */
}

.tt-products .product_single {
	width: 297px;
	float: left;
	padding: 8px;
}

.tt-products #tx-ttproducts-pi1-basket .ui-accordion_inner .ui-accordion_inner-header span {
	padding: 0;
}

.tt-products .ui-state-active a:before {
	content: url(../img/warenkorb_col.png);
}

.tt-products .ui-state-default a:before {
	content: url(../img/warenkorb_exp.png);
}

.col_content table {
	background: #eee;
	margin-top: 9px;
}

.item_list_title {
	font-weight: bold;
}


.tt-products .item_list_text {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;		/* font-size of listet description */
}

.button_warenkorb {
	padding:0;
	margin:0;
	border:1px solid #D9DDDE; 
	background-image:url(../img/shop.gif); 
	background-repeat:no-repeat;
	font-size:12px;
	background-position: 0px 0px;
	width:150px;
	height:20px;
	}

.tx-ttproducts-pi1-wrap1 { 
	font-size: 0.8em;
	font-family: Georgia, serif;
}

.tx-ttproducts-pi1-wrap2 {
	font-family: Georgia, serif;
}

.tt-products textarea {
	width: 23.7em;
}

.tt-products #tx-srfeuserregister-pi1-first_name, .tt-products #tx-srfeuserregister-pi1-zip {
	width: 9em;
}

.tt-products #tx-srfeuserregister-pi1-last_name, .tt-products #tx-srfeuserregister-pi1-city {
	width: 13em;
}

.tt-products #tx-srfeuserregister-pi1-address, .tt-products #tx-srfeuserregister-pi1-telephone, .tt-products #tx-srfeuserregister-pi1-email {
	width: 23.7em;
}

/***** verlag_schritte *****/
#verlag_schritte {
	width: 940px;
	height: 94px;
	overflow: hidden;
	background: url(../img/warenkorb_bestellvorgang_grau.jpg);
	margin-top: -15px;
}

.warenkorb_schritt, .login_schritt, .registrierung_schritt, .bestellung_schritt, .auftrags_schritt {
	width: 190px;
	height: 94px;
	float: left;
	overflow: hidden;
}

.auftrags_schritt {
	width: 160px;
}

.warenkorb_schritt {
	width: 210px;
}

/***** ------------- Shop system END------------------------ *****/


/***** Powermail form *****/
.tx_powermail_pi1_form {
	line-height: 105%;
	text-transform: none;
	text-decoration: none;
	text-overflow: clip;
	text-align: left;
	list-style-type: none;
	font-size: 0.9em;
	font-family: sans-serif, Georgia, Times, serif;
}

fieldset.tx-powermail-pi1_fieldset label { 
	font-weight: normal;
	font-size: 0.8em;
}

span.powermail_mandatory { 
	color: #ff0000;
}

fieldset.tx-powermail-pi1_fieldset { 
	border: 1px solid #aaaaaa;
	background-color: #efefef;
}

div.tx_powermail_pi1_fieldwrap_html { 
	margin: 5px 0px;
}

div.tx_powermail_pi1_fieldwrap_html label a, div.tx_powermail_pi1_fieldwrap_html p a { 
	cursor: help;
	text-decoration: none;
}

#main_inner fieldset label a:hover {
	background-color: transparent;
}

fieldset #powermaildiv_uid19 {
	text-transform: uppercase;
	margin-top: 1.5em;
}

#main_inner #powermaildiv_uid29 {
	margin: 0;
	color: #f00;
	font-size: 0.7em;
}

/***** Sitemap *****/
.csc-sitemap ul {		/* first-level menu items */
	font-weight: bold;
	line-height: 1.5em;
	list-style-type: none;
	margin-left: 3em;
	text-transform: uppercase;
}

.csc-sitemap ul ul {		/* second-level menu items */
	font-weight: normal;
	list-style-type: disc;
	margin-left: 4em;
	text-transform: none;
}




