body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	background: url(images/bg.jpg);
	font-size: 0.75em;
	color: #666666;
	font-family: Tahoma, Arial;
	direction: rtl;
}

.en {
	text-align: left;
}

h1 {
	color: black;
	_letter-spacing:5px;
	font-size:2.4em;
	font-weight:normal;
}


h2 {
	color: black;
	font-size: 120%;
	font-weight: normal;
}

table {
	font-size: 1em;
	border: 1px solid gray;
	border-collapse: collapse;
}

table td,
table th{
	border: 1px solid gray;
	padding: 3px;
}

table th.border_bottom{
	border-bottom: none;
}

/***********************************/
/* Boxes
/***********************************/

div#all {
	width: 1000px;
	margin: 0 auto;
	background: url(images/page.jpg) repeat-y;
}

div#page {
	margin-left: 25px;
	margin-right: 25px;
}

div#main {
	width: 950px;
	float: right;
}

div#navigation {
	width: 190px;
	float: right;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	background-color: #F8F8F8;
	font-size: 120%;
}

div#content {
	width:560px;
	float: right;
	padding-right: 20px;
	position: relative;
}

div#body {
	width:100%;
	float: right;

}

div#context {
	width: 160px;
	float: left;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	background-color: #F8F8F8;
	text-align: center;
}

div#navigation div.banner {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding-top: 10px;
	background: url(images/advertisement.gif) no-repeat;
	background-position: top right;
	float: right;
	display: inline;
}

div#context div.banner {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	background: url(images/advertisement.gif) no-repeat;
	background-position: 20px top;
}

/***********************************/
/* Header
/***********************************/


div#header {
	background: url(images/header.jpg) no-repeat;
	width: 950px;
	height: 150px;
	position: relative;
}

div#header div#topnav {
	margin-right: 190px;
}

div#header div#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #039240;
	float: right;
	display: block;
	margin-top: 32px;
	width: 760px;
}

div#header div#topnav ul li {
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 35px;
	width: 100px; /*120*/
}

div#header div#topnav ul li a {
	color: white;
	float: right;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#header div#topnav ul li a:hover {
	color: #C4FF1F;
}

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


div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	width: 100%;
	list-style-position:outside;
}

div#navigation ul#en {
	margin-top: 2em;
	border-top: 1px solid #D8D8D8;
}

div#navigation ul li {
	border-bottom: 1px solid #D8D8D8;
	float: right;
	width: 100%;
}

div#navigation ul li a {
	color: #039240;
	float: right;
	text-decoration: none;
	width: 180px;
	 _width:190px;
	background: url(images/nav-bg.jpg) repeat-x;
	padding:0;	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;

	display: block;
}

div#navigation ul li a:hover {
	background: url(images/nav-bg-hover.jpg) repeat-x;
}


/***********************************/
/* Content
/***********************************/
div.smallcontentbox {
	width: 277px;
	float: right;
}

div.smallcontentbox div.body {
	margin-left: 20px;
}

div.smallcontentbox h1 {
	font-size: 1.4em;
}

div.contentbox {
	width: 100%;
	float: right;
}

div.contentbox h1 {
	font-size: 1.4em;
}

div.body {
	margin-right: 10px;
	margin-left: 10px;
}

div.divider {
	border-bottom: 1px dotted #D8D8D8;
	float: right;
	width: 560px;
	display: block;
}

img.thumbnail {
	float: left;
	border: 1px solid #666666;
	margin-right: 10px;
	margin-bottom: 5px;
}

div#content a {
	color: #039240;
	text-decoration: none;
	border-bottom: 1px dotted #039240;
}

div#content a:hover {
	border-bottom: 1px solid #039240;
	background-color: #E6FED6;
}

img.fileicon{
	border: none;
	float: right;
	margin-left: 4px;
}


/***********************************/
/* Article
/***********************************/
div.bigarticle{
	float: right;
	width: 560px;
}

div.bigarticle h1{
	margin: 0px;
	padding: 0px;
	clear: both;
}

div.bigarticle h2{
	margin: 0px;
	padding: 0px;
	clear: both;
}

img.bigarticleImage{
	float: left;
	margin: 5px;
	padding: 0px;
	border:1px solid #666666;
	clear:both;
}

br.clear{
	clear:both;
}

p.image_caption{
	margin-right:5px;
/*
	float:right;
	margin:0;
	
	margin-bottom: 10px;
*/
}

div.images {
	float:left;
	background-color:#F8F8F8;
	border:1px solid #CBCBCB;
	margin-right:10px;
	margin-bottom: 10px;
}
div.images P{
	margin:0;
	padding-right: 5px;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 200px;
}
div.images img {
	margin: 5px;
}

div#content div.images a {
	border: none;
	background-color: transparent;
}

/***********************************/
/* Manufacturer
/***********************************/
/* Navigation Z...A */

div#content div.abclistnav {
	float: right;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
}

div#content div.abclistnav ul {
	list-style: none;
	text-align: right;
	margin: 0;
	border: none;
	padding: 0;
}

div#content div.abclistnav ul li {
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	color: #A6A6A6;
	line-height: 20px;

}

div#content div.abclistnav ul li a {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

/***********************************/
/* Manufacturer-List
/***********************************/

div.manufaclist{
	float: right;
	width: 100%;
	text-align: center;
}

div.manufaclist ul {
	list-style: none outside none;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

div.manufaclist li {
	border-bottom: 1px dotted #D8D8D8;
	float:right;
	width: 100%;
}

div.manufaclist h3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 140%;
	float: right;
	width: 100%;
}

div.manufaclist h3 a {
	float: right;
}

div.manufaclist h3 span {
	float: right;
	margin-right: 1em;
	font-size: 0.7em;
	font-weight: normal;
	display: block;
	padding-top: 0.5em;
}

/***********************************/
/* Manufacturer-View
/***********************************/

address.manufac {
	float: right;
	font-style: normal;
	line-height: 1.3em;
	display: block;
	width: 350px;
}

address.manufac var {
	font-style: normal;
	font-weight: bold;
	margin-top: 0.2em;
	float: right;
}

address.manufac label {
	float: right;
	width: 80px;
	margin-top: 0.2em;
}

address.manufac br {
	clear: both;
}

div.logo {
	float: left;
	margin: 0px;
	margin-left: 20px;
}

div#content div#body div.description {
	float: left;
	width: 100%;
}

div#content div#body div.logo a {
	float: left;
	border: none;
}

div#content div#body div.logo a img {
	float: left;
	border: none;
}

/***********************************/
/* Event-List
/***********************************/
div#content div.listview{
	margin:0;
	padding:0;
	width:550px;
	text-align: left;
	direction: ltr;
}

div#content div.listview ul{
	list-style: none;
	margin: 0;
	padding: 0;

}

div#content div.listview UL li{
	float: left;
	border-top: 1px solid #D8D8D8;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-top: 5px;
}


div#content div.listview UL li div.itemheader{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

/*Datum*/
div#content div.listview UL li div.itemheader SPAN{
	float: left; 
	font-size:120%;
	font-weight:bold;
	margin-right:20px;
}
/*Subtitle*/
div#content div.listview UL li div.itemheader P{
	float: left;
	width: 350px;
	font-style: normal;
	font-size: 135%;
	margin: 0px;
	padding: 0px;
}

div#content div.listview UL li div.itemsubheader{
	clear: both;
	float: left
	margin: 0px;
	padding: 0px;
	width: 485px;
	/*border-bottom: 1px dotted #D8D8D8;*/
}

/*Ort*/
div#content div.listview UL li div.itemsubheader SPAN{
	font-weight: bold;
	font-size: 95%;
}

/*Subtitle*/
div#content div.listview UL li div.itemsubheader P{
	font-style: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}



div#content div.listview UL li div.itembody{
	display: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#content div.listview UL li div.itembody p{
	margin: 0px;
	padding: 0px;
	font-size:14px;
}

div#content div.listview UL li div.itembody span{
	margin: 0px;
	padding: 0px;
}

p.linkdivvisible{
	float: right;
	margin: 0px;
	padding: 0px;
	margin-right: 200px;
}

div.eventlogo{
	float: left;
}


/***********************************/
/* Static Stuff
/***********************************/
address.about{
	font-style: normal;
}

address.about label{
	float: right;
	width: 80px;
	clear: both;
}

/***********************************/
/* Mediadaten
/***********************************/

div#content .advertising {
	text-align:left;
	direction:ltr;
}
	div#content .advertising A{
		text-decoration:none;
		border:none;
	}
	div#content .advertising IMG{
		border:none;
	}
    div#content .advertising TABLE{
		font-size:12px;
	}

/***********************************/
/* Archiv
/***********************************/

div#content div.archiv{
	background-color:#F7F7F7;
	border:1px solid #CECECE;
	padding:5px;
}

div#content div.archiv A.selected {
	background-color:#fff;
	border-bottom:1px solid #CECECE;
	border-top:1px solid #CECECE;
	color:black;
	padding:1px;
	text-decoration:none;
} 

/***********************************/
/* About us
/***********************************/

div#content div.about_us_eng{
	direction:ltr;
	text-align:left;
}
div#content div.about_us_eng H2{
	margin-bottom:10px;
	float:left;
}

div#content div.about_us_eng H2 span{
	float:left;
	margin-left:60px;
	clear:both;
}

div#content div.about_us_eng p{
	clear:both;
	margin-top:10px;
}

div#content div.about_us_img{
	background-color:#F7F7F7;
	border-top:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
	height:170px;
	direction:ltr;
	text-align:left;
}
div#content div.about_us_img div.image{
	margin-left:130px;
	margin-top:15px;
	float:left;
}
div#content div.about_us_img p{
	clear:both;
}
/***********************************/
/* Product
/***********************************/
div#content div#product ul#nav {
	margin: 0;
	margin-top: 10px;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	background-color: #F8F8F8;
	border: 1px solid #CBCBCB;
	list-style: none;
}

div#content div#product ul#nav li {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
} 
div#content div#product div.contentbox {
	width: 100%;
	float: right;
	padding-bottom: 10px;
}

div#content div#product div.contentbox h1 {
	font-size: 1.4em;
}

div#content div#product div.body {
	margin-right: 10px;
	margin-left: 10px;
}

div#content div#product div.divider {
	border-bottom: 1px dotted #D8D8D8;
	float: right;
	width: 560px;
	display: block;
}

div#content div#product img.thumbnail{
	float: right;
	border: 1px solid #666666;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 5px;
}

div#content div#product a {
	color: #039240;
	text-decoration: none;
	border-bottom: 1px dotted #039240;
}

div#content div#product a:hover {
	border-bottom: 1px solid #039240;
	background-color: #E6FED6;
}
/***********************************/
/* Ausgaben
/***********************************/
div#content div#body div.issue div.issueitem {
float:right;
height:240px;
margin:0;
width:140px;
}
div#content div#body div.issue div.issueitem div.border {
border:1px solid #CBCBCB;
margin-bottom:5px;
padding:10px;
text-align:center;
width:100px;
}
div#content div#body div.issue div.issueitem div.border h4{
	margin-top: 0;
}
div#content div#body div.issue div.issueitem div.publish_date {
	color:#666666;
	margin-bottom:5px;
}
div#content div#body div.issue div.issueitem a {
	color:#666666;
}
