/* CSS Document */

body {
	background-color: #E6EFFC;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.darkblue {
	color: #285DA8;
}

.green {
	color: #ADD194;
}

.darkyellow {
	color: #A19D68;
}

.bold {
font-weight: bold;
}

.small {
	font-size: 0.9em;
}

.highlight {
	color: #285DA8;
	background-color: #EFF6FF;
	border: 1px dotted #9FBCE7;
	padding: 5px;
}

.success {
	color: #006633;
	background-color: #CCFFCC;
	border: 1px dotted #339966;
	padding: 5px;
}

.success a {
	color: #006633;
}

.error {
	color: #B90606;
	background-color: #FF9393;
	border: 1px dotted #FF3535;
	padding: 5px;
}

/***********************************************/
/* Links                                       */
/***********************************************/

a:link {
	color: #285DA8;
}
a:visited {
	color: #285DA8;
}
a:hover {
	color: #3393DD;
	text-decoration: none;
}
a:active {
	color: #3393DD;
}
a:focus {
	color: #3393DD;
}

a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

/***********************************************/
/* Headlines                                   */
/***********************************************/


h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #285DA8;
	line-height: 1em;	
}

h1 {
	font-size: 1.7em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
	color: #666666;
}
h3 {
	font-size: 1.2em;
	color: #666666;
}
h4 {
	font-size: 1em;
	color: #666666;	
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#root {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

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

#foot {
	float: none;
	clear: both;
	width: 619px;
	float: right;
	padding: 15px;
	background-color: #EFF6FF;
	background-color: #F4F9FF;
	border-top: 1px dotted #9FBCE7;
	color: #9FBCE7;
	font-size: 10px;
	bottom: 0px;
}

#foot a {
	color: #9FBCE7;
}


#left {
	width: 200px;
	float: left;
	
}

#right {
	width: 650px;
	float: right;
}

#searchengine {
	float: left;
	
	width: 180px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-color: #EFF6FF;
	border-bottom: 1px dotted #9FBCE7;
}


.menuetitle {
	padding: 5px;
	padding-left: 5px;
	width: 190px;
	margin-left: -15px;
	margin-right: -5px;
	margin-top: -10px;
	margin-bottom: 15px;
	background-color: #6B8DBE;
	color: #FFFFFF;
	border-bottom: 1px dotted #EFF6FF;
	background-image: url(/images/topbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.menuetitle:before {
	content: "\2192 \2003";
	//display: inline;
	color: #FFFFFF;
}

#breadcrump {
	
	float: right;
	width: 620px;
	
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	margin-left: 200px;
	margin: 0px;
	
	color: #285DA8;
	color: #527FC0;
	background-color: #9FBCE7;
	border-bottom: 1px dotted #EFF6FF;
	
}

#articlebrowsing {
	
	float: right;
	width: 620px;
	
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	margin-left: 200px;
	margin: 0px;
	
	background-color: #EFF6FF;
	color: #285DA8;
	border-bottom	: 1px dotted #285DA8;
	
}



#sitetitle {
	
	float: right;
	width: 620px;
	
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	height: 15px;
	
	margin-left: 200px;
	margin: 0px;
	
	color: #FFFFFF;
	font-weight: bold;
	
	background-color: #527FC0;
}

.center {
	text-align: center;
	display: block;
}

 
#content {
	float: right;
	clear: both;
	width: 570px;
	padding: 0px;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 25px;
	margin: 0px;
	background-color: #ffffff;
		
	background-image: url('/images/bg_linien.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.clean {
	width: 540px;
	clear: both;
	float: left;
}

/***********************************************/
/* Navigation                                  */
/***********************************************/


#navigation {
	float: left;
	
	width: 200px;
	padding: 0;
	margin: 0;
	
	background-color: #EFF6FF;
	border-bottom: 1px dotted #9FBCE7;
	border-bottom: 1px dotted #285DA8;
}

#navigation .menuetitle {
	padding: 5px;
	margin: 0px;
	width: 190px;
	padding-right: 5px;
	border-bottom: 0px;
}

div#navigation a {
	text-decoration: none;
}

div#navigation li:hover {
	background-color: #F5FAFF;
}

div#navigation li.mainmenue .active {
	background-color: #285DA8;
	color: #FFFFFF;
	font-weight: bold;
}

div#navigation li.active a {
	color: #FFFFFF;
}



div#navigation ul {
	list-style-type: none;
	
	padding: 0;
	margin: 0;
}

div#navigation li {
	padding: 0;
	margin: 0;
}

div#navigation li.mainmenue {	
	border-top: 1px dotted #9FBCE7;
	background-color: #F4F9FF;
}

div#navigation li.submenue {
	
	font-size: 11px;
	
	background-color: #FFFFFF;
	border: 0;
	/* border-top: 1px dotted #9FBCE7;*/
}

div#navigation li.submenue:before {
	content: "\2192 \2003";
	display: inline;
	color: #285DA8;
}







/***********************************************/
/* Head Div                                    */
/***********************************************/


div#logo {
	background-color: #ffffff;
	background-image: url(/images/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 150px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

div#top {

	height: 150px;
	width: auto;

	background-color: #9FBCE7;
	background-image: url(/images/topbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	font-size: 0.9em;
	
	border: none;
	padding: 0;
	margin: 0;
}

div#top input {
	font-size: 0.9em;
}

div#top a {
	color: #ffffff;
}

div#topnav, div#warenkorb, div#artikelsuche, div#login {
	width: auto;
	max-width: 130px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: transparent;
	color: #ffffff;
	float: left;
	border-right: 1px dotted #FFFFFF;
	height: 140px;
}

div#topnav a {
	line-height: 14px;
}

div#logomug {
	max-width: 145px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: auto;
	background-color: transparent;
	color: #ffffff;
	float: left;
}

div#logomug img {
	margin: 0 0 10px 0;
}

div#logomug img {
	width: 120px;
}

/***********************************************/
/* Navigation Div                              */
/***********************************************/

div#navigation a {
	text-decoration: none;
}

div#navigation li.active {
	font-weight: bold;

}

div#navigation ul {
	list-style-type: none;
}

div#navigation ul.mainmenue {
	margin: 0;
	padding: 0;
}

div#navigation li {	
	padding: 5px;
}

div#navigation ul.submenue {
	padding: inherit;
	margin-left: 10px;
}

/***********************************************/
/* Content Div                                 */
/***********************************************/

div#content div.contentobject {
	padding: 15px;
	margin: -15px;
	margin-bottom: 15px;
	color: #285DA8;
	background-color: #EFF6FF;
	border-bottom: 1px dotted #9FBCE7;
}

div#content div.contentobject img {
	border: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 150px;
	float: left;
}

div#content div.contentobject h2 {
	color: #285DA8;
}

div#content p.article {
	padding: 5px;
	background-color: #EFF6FF;
	border-bottom: 1px dotted #9FBCE7;
	clear: both;
}

div#content img.articleImage {
	padding: 2px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	border: 1px solid #000000;
}

div#content img.reportImage {
	padding: 2px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	border: 1px solid #000000;
}

div#content table.articleDescription td {
	background-color: #ffffff;
	border: none;
	text-align: left;
	vertical-align: top;
	clear: both;
	float: none;
	/* min-height: 165px; */
}

div#content table td {
	padding: 5px;
	background-color: #EFF6FF;
	font-weight: normal;
	border-bottom: 1px dotted #9FBCE7;
}

div#content table th {
	background-color: #EFF6FF;
	padding: 5px;
	border-bottom: 1px dotted #9FBCE7;
	font-weight: bold;
	text-align: left;
}

div#content table.clean {
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
	;
}

div#content table.clean td {
	border: none;
	padding: 7px;
	margin: 0px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}

div#content table.clean td img {
	margin: 0px;
	padding: 0px;
	border: none;
}

div#content form fieldset {
	border: 1px dotted #9FBCE7;
	background-color: #EFF6FF;
}

div#content form legend {
	font-weight: bold;
	background-color: #EFF6FF;
	padding: 5px;
	color: #285DA8;
	border-top: 1px dotted #285DA8;
	border-right: 1px dotted #285DA8;
	border-left: 1px dotted #285DA8;
}

div#content form fieldset table td {
	border: none;
	background-color: transparent;
}

div#content form fieldset table th {
	font-weight: bold;
	text-align: left;
	border: none;
	background-color: transparent;
}


div#content table.shoppingcart {
	width: 100%;
}

div#content table.shoppingcart th {
	font-weight: bold;
	background-color: #ffffff;
	color: #285DA8;
	border-bottom: 1px dotted #285DA8;
}

div#content table.shoppingcart td {
	vertical-align: top;
	
}

div#content table.shoppingcart td.price {
	text-align: right;
}

div#content table.shoppingcart td.sumnet {
	border-bottom: none;
	border-bottom: 1px dotted #9FBCE7;
	background-color: #E3EEFD;
}

div#content table.shoppingcart td.sumtax {
	border-bottom: 1px dotted #285DA8;
	background-color: #E3EEFD;
}

div#content table.shoppingcart td.sumgross {
	font-weight: bold;
	background-color: #ffffff;
	color: #285DA8;
	background-color: #CADDF5;
	border-bottom: 1px solid #285DA8;
}

div#content table.reports {
	border: none;
	background-color: transparent;
	
	text-align: left;
	vertical-align: top;
}

div#content table.reports td.reportImage {
	background-color: transparent;
	border: 1px solid #000000;
	
	text-align: left;
	vertical-align: top;
}

div#content table.reports td.reportImage img {
	border: none;
	width: 100px;
	
	border: 1px solid #FFFFFF;
}

div#content table.reports td.reportContent {
	border: none;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	text-align: justify;
}


div#content hr {
	height: 0;
	border: 0;
	background-color: #F4F9FF;
	border-top: 1px dotted #9FBCE7;
}



#topfeature {
	width: 45%;
	float: left;
	background-color: #F1FCE9;
	border-top: 1px solid #7FA168;
	border-top: 1px solid #ADD194;
	padding: 10px;
	margin-bottom: 15px;
	color: #000000;
	margin-bottom: 25px;
}


#topfeature h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #7FA168;
	font-size: 16px;
	padding: 0;
	padding-bottom: 9px;
	margin: 0;
	text-transform: none;
}

.clearline {
	width: 100%;
	clear: both;
	padding-bottom: 15px;
}

#homeimage {
	width: 45%;
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid black;
	overflow: hidden;
}

#homeimage img {
	width: 100%;
}


#hometext {
	width: 45%;
	float: right;
	background-color: #FFFFFF;
	
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 15px;
}

#hometext h1 {
	margin-top: 0px;
	padding-top: 0px;
}

div#news {
	width: 45%;
	float: right;
	background-color: #FEFBE8;
	
	#border-top: 1px solid #FAF4C8;
	border-top: 1px solid #E3DE9F;
	
	padding: 10px;
	margin-bottom: 15px;
}

div#news h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #A19D68;
	font-size: 16px;
	padding: 0;
	padding-bottom: 9px;
	margin: 0;
	text-transform: none;
}

.news {
	margin: 0.5em 0 0 0;
	padding: 0;
}

.news li {
	margin: 0 0 0.7em 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
.news li a { 
	font-weight: normal;
	color: #A19D68;
	text-decoration: none;
}

.news .date {
	background: #FAF4C8;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
	float: left;
	text-align: center;
	line-height: 1.1em;
	padding: 2px 1px 5px 1px;
	width: 2.2em;
	color: #A19D68;
	margin: 0 0.5em 1em 0;
}

.news .date:first-line {
	font-size: 80%;
}











div#newsreaderdate {
	width: 5%;
	float: left;
	padding: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

div#newsreadercontent {
	width: 90%;
	float: right;
	padding: 0px;
	padding: 10px;
	margin: 0px;
	margin-bottom: 15px;
	background-color: #FEFBE8;
}

div#newsreadercontent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #A19D68;
	font-size: 16px;
	padding: 0;
	padding-bottom: 9px;
	margin: 0;
	text-transform: none;
}





div#reportreaderdate {
	width: 5%;
	float: left;
	padding: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

div#reportreadercontent {
	width: 90%;
	float: right;
	padding: 0px;
	padding: 10px;
	margin: 0px;
	margin-bottom: 15px;
	background-color: #F1FCE9;
}

div#reportreadercontent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #7FA168;
	font-size: 16px;
	padding: 0;
	padding-bottom: 9px;
	margin: 0;
	text-transform: none;
}

.downloadfeature {
	background-color: #efefef;
	border: 1px dotted #cccccc;
	padding: 10px;
	margin: 0px;
	list-style: none;
}

ul.downloadfeature li a {
	color: #444444;
	line-height: 1.5em;
}
