html, body{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

 body {
	font-size: 100.01%;  /* Viele Gruesse an Opera */
	font-family: Arial, Helvetica, sans-serif;
}

html body{
	font-size:	76%; /* 69%, 76%, 86%, 93%  */
}

ul, li, form, img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a{
	text-decoration : none;
	color: #000;
}
a:hover{
	text-decoration : none;
	color: #000;
	cursor: default;
}

#page{
	width: 635px;
	position: relative;
	padding: 1em 0em 0em 1em;
}
/*
------------------------------------------------------------------------
	KOPF
------------------------------------------------------------------------
*/

#head{
	height: 113px;
	width: 100%;
	border-bottom: 1px dotted #000;
}

/* Logo ------------------------------------------------------------------------*/
#head .logo{
	float: left;
}

/* Toolbar  ------------------------------------------------------------------------*/
#head .toolbar{
	position: relative;
	float: right;
	font-weight: bold;
	color: #000;
	font-size: 93%; 
}


/*
------------------------------------------------------------------------
	CONTENT
------------------------------------------------------------------------
*/
.headline img, .headline .csc-menu-xx{
	display: none;
}

#content{
	float: none;
	color: #333;
	font-size: 92%; 
	line-height: 1.3em;
}

#content .content{
}

#content h1{
	font-size: 212%;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
	padding: 0em 0em 0em 0em;
	color: #000;
}
#content h2, #content .csc-subheader{
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	margin: 0em 0em 0.2em 0em;
	clear: both;
}

#content p{
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0.5em 0em;
	line-height: 1.3em;
}

#content .left, #content .right{
	width: 45%;
	padding-right: 5%;
	float: left;
}

#content .doublecontent{
	line-height: 0px;
}

#content .left h2, #content .right h2{
	font-size: 100%;
	line-height: 1.3em;
	margin: 1em 0em 0.2em 0.1em;
	clear: both;
} 

#content .left p, #content .right p{
	line-height: 1.3em;
	padding: 0em 0em 0.5em 0em;
}

#content .left img, #content .right img{
	padding: 0.2em 0em 0em 0em;
}

#content .csc-frame-rulerBefore{
	border-top: 1px dotted #ccc;
}

#content .csc-textpic-caption{
	color: #888;
	font-size: 1em;
	padding-top: 0.5em;
}
.csc-textpic-intext-left .csc-textpic-imagewrap{
	margin-top: 0.6em;
}


.content ul{
	margin: 0px 0px 0px 20px;
}
.content li{
	list-style-type: none;
	list-style-image: url(../bilder/li.gif);
}


.tools{
	float: right;
}
.tools a{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
	margin-left: 2em;
}
.tools a:hover{
	color: #888;
}
.tools a img{
	vertical-align: middle;
}

/* PRODUKTMENÜ -----------------------------------------------------------------------*/

ul.csc-menu-xx {
	width: 692px;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	height: 1.6em;
	margin-bottom: 0.5em;
	padding: 0.1em 0em;
}

ul.csc-menu-xx li{
	float: left;
	vertical-align: middle;
	padding: 0px 5px;
	list-style: none;
	border-right: 1px dotted #aaa;
}
ul.csc-menu-xx li.noborder{
	border: 0px;
}
ul.csc-menu-xx li a{
	margin-top: 1px;
	padding: 1px 0.6em;
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
ul.csc-menu-xx li.act a{
	background-color: #000;
}
ul.csc-menu-xx li.act a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul.csc-menu-xx li.shoppingLink{
	float: right;
	padding: 0px 0px;
}


/* SITEMAP  -----------------------------------------------------------------------*/

.csc-sitemap{
	margin-top: 2em;
}

.csc-sitemap li {
	list-style: none;
	line-height: 2.5em;
	border-top: 1px dotted #ccc;
}
.csc-sitemap li a{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	padding-top: 1em;
}
.csc-sitemap li li{
	padding-left: 40px;
	line-height: 1.8em;
}
.csc-sitemap li li a{
	text-transform: none;
	font-size: 1em;
}

.csc-sitemap li li li{
	border: 0px;
}
.csc-sitemap li li li a{
	display: inline;
	padding-top: 0em;
}


.csc-sitemap li a:hover{
	color: #e40c08;
}

/* NEWS  -----------------------------------------------------------------------*/
.news-list-item{
	margin-bottom: 2em;
	padding: 2em 0em 1em 0em;
	border-top: 1px dotted #ccc;
	clear: both;	
}
.news-list-item a{
	text-decoration : none;
	color: #000;
}
.news-list-item .news-img{
	float: left;
}
.news-list-item .news-img img{
	margin: 1em 2em 1em 0em;
}

.news-single-item{
	padding-top: 2em;
}

.news-single-item a{
	text-decoration : none;
	color: #000;
}
.news-single-item h2{
	margin: 0px;
	padding: 1em 0em 0em 0em;
	color: #000;
	border-top: 1px dotted #ccc;
}

.news-single-item .news-img{
	float: right;
	margin: 1em 2em 1em 2em;
}


/* Kontakt  -----------------------------------------------------------------------*/
.tx-thmailformplus-pi1{
}
.tx-thmailformplus-pi1 input{ 	width: 260px;}
.tx-thmailformplus-pi1 textarea{width: 260px;}
.tx-thmailformplus-pi1 input.input-small{width: 80px;}
.tx-thmailformplus-pi1 input.input-medium{width: 170px;}
	
.tx-thmailformplus-pi1 label{
	width: 120px;
	display: block;
	float: left;
}
.tx-thmailformplus-pi1 input, .tx-thmailformplus-pi1 textarea, .tx-thmailformplus-pi1 select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid  #ccc;
	padding: 3px;
	margin: 1px 0px;
}

.tx-thmailformplus-pi1 input.submit{
	width: auto;
	margin: 1em 0em 1em 120px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	background-color: #eee;
	border: 1px solid  #ccc;
	padding: 3px;
}

.tx-thmailformplus-pi1 ul.error{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin: 0em 0em 1em 0em;
	width: 57%;
}
.tx-thmailformplus-pi1 ul.error li{
	list-style: none;
}
.tx-thmailformplus-pi1 .req{
	color: #e40c08;
}
.tx-thmailformplus-pi1 p.req{  font-weight: bold}

/* SUCHE  -----------------------------------------------------------------------*/
.tx-indexedsearch h3{
	margin: 0px;
	padding: 0px;
}
.tx-indexedsearch-resitem {
	border-top: 1px dotted #ccc;
	padding: 1em 0em 1em 0em;
}
.tx-indexedsearch-res p a{
	color: #e40c08;
}

.tx-indexedsearch-redMarkup{
	color: #e40c08;
}

.tx-indexedsearch form .input{
	font-size: 11px;
	color: #666;
	border: 1px solid  #ccc;
	padding: 3px;
}
.tx-indexedsearch form .submit{
	font-size: 1em;
	font-weight: bold;
	color: #666;
	background-color: #eee;
	border: 1px solid  #ccc;
	padding: 3px;
}

/* DAM Downloads  -----------------------------------------------------------------------*/
.tx-damdownloads-pi1{
	
}

/* Händlerliste  -----------------------------------------------------------------------*/
.tx-wildsidepersonnellist-pi1-listrow table{
	width: 100%;
}
.tx-wildsidepersonnellist-pi1-listrow td{
	border-top: 1px dotted #ccc;
	padding: 0px;
}
.tx-wildsidepersonnellist-pi1-listrow td img{
	vertical-align: middle;
	margin-top: 1px;
}
