/* Basic Elements ---------------------------------------------------- */

* {
	padding: 0;
	margin: 0;	
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

.clear {
    clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.styledInput {
	border: 0px;
	border-left: 1px solid #E4D7B4;
	border-right: 1px solid #E4D7B4;
	background-color: white;
	font-size: 10px;
	height: 14px;
	padding: 2px;
	color: #CBCBCB;
}

.form {
	border: 1px solid #CBCBCB;
	width: 180px;
}

.error{
	color: red;
}

textarea.form {
	height: 160px;
}

.styledButton {
	border: 1px solid #E1BF83;
	font-size: 10px;
	height: 19px;
	background: url('images/backgrounds/button.png') repeat-x;
	color: #4F4F4F;
	position: relative;
	top: 1px;
	padding: 0px 20px;
}

hr {
	clear: both;
	margin-bottom: 15px;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #D2D2D2;
}

hr.blue {
	border-bottom: 1px solid #206BAC;
}

a.blue{
	color: #206BAC !important;
}

select {
	color: #4F4F4F;
	width: 100%;
	display: block;
	margin: 10px 0px;
	font-size: 10px;
}

td select {
	margin: 0px;
}

.box .content a, .news a,
.littleNews a, p a, .link {
	font-weight: bold;
	color: #EB7A00;
}

.box .content a.blue.buendig {
	padding-left: 8px;
	background: url(images/backgrounds/bulletLineBlue.png) no-repeat top left;
	display: block;
	margin-top: 2px;
}

.blackLink {
	font-weight: normal !important;
	color: black !important;
	display: block;
}

.lightGray {
	color: #A8A8A8;
}

.italic {
	font-style: italic;
}

.blackLink.active {
	font-weight: bold !important;
}

.boxLink {
	font-weight: normal !important;
	color: #4F4F4F !important;
	display: block;
	line-height: 17px;
	float: right;
	text-align: center;
	margin-top: 5px;
	padding: 0px 10px;
	border: 1px solid #E1BF83;
	font-size: 10px;
	height: 17px;
	background: url('images/backgrounds/button.png') repeat-x;
}

#content .boxLink,
#boxes div.blueBox .boxLink,
#content .styledButton {
	background: url('images/backgrounds/blueButton.png') repeat-x;
	color: white !important;
	border: 1px solid #B5CEE2;
}

#content ul, #content div.news ol{
	padding-left: 25px ;	
	
}

table {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

h1 {
	font-size: 13px;
	margin-bottom: 6px;
}

h2, h2 a {
	font-size: 15px;
	color: #005CA6 !important;
	line-height: 25px;
}

h3 {
	font-size: 11px;
	color: #005CA6;
	margin-bottom: 6px;
}

h4 {
	font-size: 10px;
	font-weight: normal;
}

p {
	margin: 10px 0px;
}

.smallText {
	font-size: 9px;
	vertical-align: middle !important;
}

.icons {
	margin: 20px 0px;
}

.iconsFloater {
	float: right;
	margin: 0px;
	position: relative;
	top: -10px;
	left: 15px;
}

.icons a {
    margin-right: 15px;
    padding-left: 18px;
    padding-bottom: 2px;
    font-size: 10px;
	float: left;
	color: #AAAAAA;
	font-weight: normal;
}

.icons a.images { background: url('images/iconImages.gif') no-repeat top left; }
.icons a.download {  background: url('images/iconDownload.gif') no-repeat top left; }
.icons a.video { background: url('images/iconVideo.gif') no-repeat top left; }
.icons a.print { background: url('images/iconPrint.gif') no-repeat top left; }
.icons a.tell { background: url('images/iconTell.gif') no-repeat top left; }
.icons a.newsletter { background: url('images/iconNewsletter.gif') no-repeat top left; }
.icons a.comment { background: url('images/iconComment.gif') no-repeat top left; }
.icons a.back { background: url('images/iconBack.gif') no-repeat top left; }

.imageWrapper {
	float: left;
	width: auto;
	background-color: #F4EEE0;
	color: #4F4F4F;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageWrapper p {
	margin: 6px;
}

.imageWrapper img {
	float: none !important;
	margin: 0px !important;
}

.dateSpan {
	float: right;
	color: #4F4F4F;
}

.rectangleBox {
	position: relative;
	height: 250px;
	width: 300px;
}

#boxes .rectangleBox{
	height: auto;
}

.rectangleBox span {
	font-size: 8px;
	color: #BBBBBB;
	position: absolute;
	top: -11px;
	left: 0px;
}

.noPaddingRight {
	padding-right: 0px !important;
}


/* Page Structure ---------------------------------------------------- */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #4F4F4F;	
}



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

#content #breadcrumb{
    color: #C0C0C0;
	font-size: 9px;
	margin-bottom: 15px;
}

#content #breadcrumb a {
    color: #C0C0C0;
}

#content .floatLeft
{
	display: block;
	float: left;
	margin: 0.5em 15px 0.5em 0;
}

#content .floatRight
{
	display: block;
	float: right;
	margin: 0.5em 0 0.5em 15px;
}

#content .box {
	width: 100%;
}

#content .box.left,
#content .box.right,
#content .news.left,
#content .news.right {
	width: 298px;
}

.news {
	margin-bottom: 15px;
}

.news hr {
	margin-bottom: 0px;
	margin-top: 15px;
}

.littleNews {
	float: left;
	width: 130px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.littleNewsEnd {
	margin-right: 00px;
}

.littleNews img {
	margin-bottom: 15px;
}

.box .content .thumbnail {
	margin-right: 23px;
}

.tableSpace td {
	padding: 5px;
	vertical-align: top;
}

.grayBox {
	background-color: #F2F6F9;
	padding: 5px;
	margin-bottom: 20px;
}

.captionLink {
	color: black;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: -10px;
}

.itemCount {
	font-weight: normal;
}

.gwliste {
	border-collapse: separate;
	border-spacing: 15px;
}

.gwliste td {
	border-bottom: 1px solid #DBDCDE;
}

.gwliste tr td a img.left{
	height: 60px !important;
	width: 60px !important;
	display: block;
}


.article {
	margin: 30px 0px;
}

.article h4 {
	color: #66B717;
}

.article h5 {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBDCDE;
	color: #4F4F4F;
}

.copyright {
	color: #4F4F4F;
	font-size: 10px;
	margin-bottom: 40px;
}

.rueckblick td {
	padding-right: 5px;
}

.rueckblick hr {
	border-bottom-color: #66B717;
	margin-bottom: 0px;
}

.rueckblick td a.boxLink {
	margin-top: 0px;
}

.rueckrufTable td {
	padding-top: 2px;
}

.rueckrufBox {
	background-color: #FBF8F3;
	border-bottom: 1px solid #DBDBDD;
	padding: 15px;
	margin-bottom: 20px;
}

.rueckrufBox img {
	margin-right: 30px;
	float: left;
}

table.list th {
	width: 30%;
	text-align: left;
}

.content .howards {
	margin: 0px;
	float: left;
	width: 45%;
	list-style-image: url(images/backgrounds/bulletLine.png);
}

.content .howards li {
	margin: 1px;
	padding: 0px;
}


/* Gallery ---------------------------------------------------- */

.box .content .galleryActive {
	margin-right: 30px;
	margin-left: 10px;
}

.box .content .galleryActive img {
	margin: 0px;
}

.box .content .galleryThumb img {
	margin-bottom: 4px;
	float: left;
}

.box .content .galleryThumb {
	margin-bottom: 10px;
	float: right;
}

.box .content .galleryThumb img {
	float: none;
}

.videoThumb {
	padding-bottom: 17px;
	float: left;
	background: url('images/videoleiste.png') no-repeat bottom left;
}

.thumbTable{
	width: 130px;
	float: right;
}


/* Boxes ---------------------------------------------------- */



.content ul {
	margin: 15px 0px;
	list-style: square;
}

.content ul li {
	margin-bottom: 15px;
	/*
	padding-left: 30px;	
	background: url('images/bullet.png') no-repeat left;
	list-style: none;
	*/
}

.checkedList ul li {
background:transparent url(images/bullet.png) no-repeat scroll left center;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:15px;
padding-left:30px;
}


/* Standard Box ---------------------------------------------------- */

.box,
#boxes div.blueBox {
	border: 1px solid #B5CEE2;
	margin-bottom: 15px;
	background-color: #E5EFF6;
}

.box .content,
#boxes div.blueBox .content {
	padding: 0 10px 6px 10px;
	font-size: 10px;
	color: black;
	clear: left;
}

.box h3,
#boxes div.blueBox h3 {
	font-size: 11px;
	padding: 0px 10px;
	background: url('images/backgrounds/blueBox.png') repeat-x;
	font-weight: bold;
	line-height: 31px;
	color: white;
}

#boxes .box {
	border-color: #E9DEC0;
	background-color: #F2EBD9;
}

#boxes .box h3 {
	background: url('images/backgrounds/beigeBox.png') repeat-x;
	color: #4F4F4F;
	font-weight: normal;
}

.box h3 img {
	float: right;
}

.box h3.darkHeader {
	background: url('images/backgrounds/orangeBox.png') repeat-x !important;
	font-weight: normal;
}

.box h3.slim {
	line-height: 25px;
}

.box h3 a {
	color: black;
}

.boxTabs {
	border-top-width: 0px;
}

.box .tabs {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 0 !important;
}

.box .tabs li {
	display: block;
	float: left;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 24px;
	border-left: 1px solid #E6EFF6;
	background: url('images/backgrounds/blueBox.png') repeat-x;
}

.box .tabs li a {
	color: white;
}

.box .tabs li.activeTab {
	background: #E6EFF6;
}

.box .tabs li.activeTab a {
	color: #005AC6;
}

.box .tabs li.fillingTab {
	background: url('images/backgrounds/blueBox.png') repeat-x;
	float: none;
}

.box.boxTabs .content h4 {
	font-weight: bold;
}

.box .content h4,
#boxes div.blueBox .content h4 {
	font-size: 11px;
	font-weight: normal;
	color: #005AC6;
}


.box .content img,
.news img {
	float: left;
	margin-right: 10px; 
	margin-bottom: 10px;
}

.box .contentWrapper {
	position: relative;
}

.adHeightHalf {
	height: 116px;
	overflow: hidden;
}

.adHeight {
	height: 248px;
	overflow: hidden;
}

.busyHeight {
	height: 190px;
	overflow: hidden;
}

.box .einkaufbox {
	height: 140px;
	background: #E5EFF6 url('images/backgrounds/einkauf.png') no-repeat bottom right;
}

.box .verkaufbox {
	height: 140px;
	background: #E5EFF6 url('images/backgrounds/verkauf.png') no-repeat bottom right;
}

.solidBox {
	border: 2px solid #F5EFE1;
}

.solidBox h3 {
	color: #4F4F4F;
	font-weight: normal;
	background: #FAF7EE;
	line-height: 21px;
	margin-bottom: 0px;
}

.solidBox .content {
	background: white;
	padding-top: 10px;
}


		
#visitenkarten img{
	margin: 0 10px 10px 0;
	border: 1px solid #C2C3C5;
}

#visitenkarten img.noleftmargin{
	margin-right: 0;
}

.spacertop{
	margin-top: 15px;
}

/* Rückrufe */
#rueckrufTabelle{
	margin: 20px 0;
	width: 620px;
	border-bottom: 1px solid #206BAC;
}

#rueckrufTabelle th,
#rueckrufTabelle td{
 	text-align: left; 	
 	padding: 7px;
}

#rueckrufTabelle th{
	font-size: 11px;
	padding: 0px 10px;
	background: url('images/backgrounds/blueBox.png') repeat-x;
	font-weight: bold;
	line-height: 31px;
	color: white;
}

#rueckrufTabelle td{
	border-right: 1px solid #206BAC;
}

#rueckrufTabelle td a{
	color: #206BAC;
}

#jumplist{
	text-align: right;	
	padding: 10px 0;
	color: #000 !important;
}

#jumplist a{
	color: #000 !important;
}

.logomenu img{
	margin: 0 !important;
}

/* Neue Templates --------------------------- */
form.default table td select {
	margin: 0px;
	padding: 1px;
	width: 150px;
}

form.default table td .inputText-2Cols {
	width: 150px;
}

form.default table td.label {
	padding: 3px 10px;
}

form.default table {
	width: 100%;
}

form.default table td select.easy-select {
	width: auto;
	margin-right: 2px;
	display: inline;
}

#content .archivBoxWrapper {
	margin: 0 20px 20px 0;
	float: left;
	width: 135px;
}

#content .archivBoxWrapper h3 {
	font-size: 11px;
	margin-bottom: 5px;
}

#content .archivBoxWrapper .archivBox {
	width: 135px;
	padding: 0 0 5px 0;
	background: #F2EBD9;
}

#content a.archivButton {
	font-weight: normal !important;
	display: block;	
	text-align: center;
	border: 0px;			
	color: #4F4F4F !important;	
	line-height: 17px;
	padding: 0px 10px;
	border: 1px solid #E1BF83;
	font-size: 10px;
	height: 17px;
	background: url('images/backgrounds/button.png') repeat-x;
	
}

#content .archivBoxWrapper .archivBox a.archivButton {
	margin: 10px 23px;
}

.date-header {
	border-bottom: 1px solid #DBDCDE;
	height: 20px;
	line-height: 20px;
	margin: 10px 0pt;
}

.date-header a {
	color: black;
	float: right;
	position: relative;
	top: 2px;
}

img.leftfloater {	
	float: left;
	margin: 0 15px 15px 0;
}

.iconsHeader {
	float: right;
	margin: 1px 5px 0 0;
}

.iconsHeader  a {
	margin-right: 0;
}





#header {
	display: none;
}

#boxes {
	display: none;
}

#footer {
	display: none;
}

#mainframe {
	width: 100%;
}

#topNavi {
	display: none;
}

#breadcrumb {
	display: none;
}

#content {
	width: 100%;
	float: none;
}


#mediacentrumPopup{
	display: none;
}

#header {
	display: none;
}

#boxes {
	display: none;
}

#footer {
	display: none;
}

#mainframe {
	width: 100%;
}

#topNavi {
	display: none;
}

#breadcrumb {
	display: none;
}

#content {
	width: 100%;
	float: none;
	font-size: 12px;
}

h1,h2,h3,h4{
	font-size: 12px;
}	

h1{
	border-bottom: 1px solid #000;
}

.articleDate{
	font-size: 10px;
}


.icons{
	display: none;
}

.count{
	display: none;
}

.left.rectangleBox{
	display: none;
}

.box.right{
 width: 100%;
 float: none !important;
}

.imageWrapper{
	float: left;
	margin: 0 10px 10px 0;
}

table.blue-table{
	border-left: 1px solid #206BAC;
	border-top: 1px solid #206BAC;
	margin-top: 10px;
}

table.blue-table th{
	background:transparent url(http://www.gw-trends.de/images/backgrounds/blueBox.png) repeat-x 0 0;
	color: #FFF;	
	padding: 5px;
	border-right: 1px solid #206BAC;
}

table.blue-table td{
	padding: 5px;
	border-right: 1px solid #206BAC;
	border-bottom: 1px solid #206BAC;
}

tr.blue-stripe{
	background-color: #E5EFF6;
}

table.orange-table{
	border-left: 1px solid #EB7A00;
	border-top: 1px solid #EB7A00;
	margin-top: 10px;
}

table.orange-table th{
	background:transparent url(http://www.gw-trends.de/images/backgrounds/orangeBox.png) repeat-x 0 0;
	color: #4F4F4F;	
	border-right: 1px solid #EB7A00;
	padding: 5px;
}

table.orange-table td{
	padding: 5px;
	border-right: 1px solid #EB7A00;
	border-bottom: 1px solid #EB7A00;
}

tr.orange-stripe{
	background-color: #F2EBD9;
}

#newservicenavi,
#mediacentrumPopup{
    display: none;
}

