/* =========================================================
navigate.de - Stylesheet für LMZ-BW
Datei: print.css
Media: print
Datum: 24. November 2006
Autor: Manfred Rössler
Mail: roessler@navigate.de
========================================================== */


/* ===============================
   =Allgemeine Selektoren 
=============================== */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.75em;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background: none;
}

img {
	border: 0;
}

.clearBoth {
	/*clear: both;*/
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.floatRight {
	float: right;   
}

.floatLeft {
	float: left;   
}

img.floatRight {
	float: right;
	margin: 0 0 0.833333333em 2.5em;
	display: inline;   
}

img.floatLeft {
	float: left;
	margin: 0 2.5em 0.833333333em 0;
	display: inline;  
}
img.floatLeftSpezial {
	float: left;
	margin-right: 0.833333333em;
}

a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a.extern {
	padding-left: 1.75em;
	background-image: url(../images/ico_extern.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}
a.formular {
	padding-left: 1.25em;
	background-image: url(../images/ico_formular.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}
a:focus {
	outline: 0;  
}
a:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}

table {
	border:0;
	width: 100%;
}
td {
	vertical-align: top;
}

.hidden  {
	display: none;
}

#header {
	display: none;	
}


/* ===============================
   =Layout 
=============================== */

#container {
	top: 0;
	width: 100%;
}

#centerBug {
	width: 100%;
}

#navigationMain {
	display: none;
}

#medienOffensive {
	display: none;
}
	
#shadowTop {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 3.333333333em;
	background-image:url(../images/shadowTopTest.gif);
	background-repeat:no-repeat;
	background-position: right top;
	clear: both;
}
#shadowtTopRest {
	width: 100%;
	height: 3.333333333em;
	background-color:#fff;
}
#shadow {
	width: 100%;
	background-image:url(../images/shadowRight.gif);
	background-repeat:repeat-y;
	background-position: right top;
	margin-top: -.083333333em;
}
#flaeche {
	width: 100%;
	background-color:#fff;
}

/* ===============================
   =Content 
=============================== */
#content {
	position: relative;
}

#contentRight {
	width: 100%;
	margin-left: 0;
}

#contentRight fieldset {
	border: none;
}
#contentRight fieldset legend {
	display: none;
}

#contentRight div.contentMiddleHead {
	display: none;
}

#contentRight div.contentMiddleSmall {
	float: left;
	width: 90%;
}
#contentRight div.contentMiddleSmall h1.spezialHome {
	font-size: 1.166666667em;
}
#contentRight div.contentMiddleSmall div.footerLMZSesam {
	display: none;
}


#contentRight div.contentMiddleMiddle {
	clear: both;
	width: 100%;
	padding-top: 1.25em;
	margin-top: 0;
}

#contentRight div.contentMiddleMiddle div.footerLMZSesam {
	display: none;
}

#contentRight div.contentMiddleFull {
	width: 100%;
}

#contentRight div.headlineFull {
	width: 42em;
	height: 1.583333333em;
	margin-bottom: 2.5em;
}
#contentRight div.headlineFull h1 {
	font-weight: bold;
	color: #000;
	font-size: 1.4em;
}
#contentRight div.headlineRight {
	display: none;
}

#contentRight div.contModul {
	/*float: left;*/
	clear: both;
	margin-bottom: 30px;
}
#contentRight div.contModul h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1.333333333em;
	margin-top: 30px;
}
#contentRight div.contModul img {
	float: left;
	border: .083333333em solid #CCC;
	margin-right: 10px; 
}
#contentRight div.contModul div.contModulDesc {
	float: left;
	width: 45%;
	height: 9.916666667em;	
	border: none;
	padding-right: 10px;
}
#contentRight div.contModul div.contModulDetails {
	float: left;
	width: 20%;
	margin-left: 1.666666667em;
}
#contentRight div.contModul div.buttonBestellung {
	display: none;
}

#contentRight div.pagesFull {
	display: none;
}
#contentRight div.pagesView {
	display: none;
}

#contentRight div.detailSeite {
	clear: both;
	width: 90%;
}
#contentRight div.detailSeite h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1.388888889em;
}
#contentRight div.detailSeite h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1.666666667em 0;
}
#contentRight div.detailSeite h4 {
	font-size: 1em;
	font-weight: bold;
}
#contentRight div.detailSeite div.reiterNavi {
	display: none;
}

#contentRight div.detailSeite div.textLinks {
	padding-right: 1.666666667em;
	clear: both;
	float: left;
}
#contentRight div.detailSeite div.textRechts {
	float: left;
}
#contentRight div.detailSeite div.textRechts img {
	border: .083333333em solid #CCCCCC;
	margin-bottom: 1.666666667em;
}
#contentRight div.detailSeite div.textRechts img.screenshot {
	border: none;
	margin-bottom: 0;
}
#contentRight div.detailSeite div.pdfDownload {
	display: none;
}


#contentRightAnmeldung {
	display: none;
}
#sesamSpezial {
	display: none;
}

#contentRightInformation {
	display: none;
}

/* ===============================
   =Footer 
=============================== */

#footer {
	display: none;
}