/**
 * ----------------------------------------------------------------------------
 * rexmain.css - Stylesheet für redaxowinstaller.de
 *
 * Autor: Andreas Eberhard
 * Stand: 25.10.2007
 * ----------------------------------------------------------------------------
 */

* {
	border: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #fff url('bg.gif') repeat-x;
	color: #404040;
	font-family: "Trebuchet MS", Helvetica, Verdana, Tahoma, Arial, Sans-serif;
	font-size: 100.1%;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0px 0.5em 0px;
}
h1 { font-size: 1.5em; color: #404040; }
h2 { font-size: 1.3em; color: #404040; }
h3 { font-size: 1.1em; color: #404040; }
h4 { font-size: 1.5em; color: #736456; }
h5 { font-size: 1.3em; color: #736456; }
h6 { font-size: 1.1em; color: #736456; }

.clearer {
	font-size:0px;
	line-height:0px;
	clear: both;
	display: block;
	height: 0px;
}
.skiplink {
	display: none;
}

abbr, acronym {
	color: #404040;
	border-bottom: 1px dotted #404040;
	cursor: help;
}

hr { display:none; }

/**
 * Seitenwrapper
 */
#page {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 auto;
   position: relative;
	text-align: left;
	width: 770px;
	float: none;
}

/**
 * Logo und Link auf die Startseite
 */
#logo {
	background: url('redaxowinstaller.gif') no-repeat;
	display: table;
	height: 50px;
	position: relative;
	text-indent: -2000px;
	top: 45px;
	width: 150px;
}
#logo a {
	display: block;
	height: 50px;
	width: 150px;
	overflow: hidden;
}

/**
 * Haupt-Navigation
 */
ul#mainnav {
	max-width: 600px;
	padding: 10px 0;
	position: absolute;
	right: 0px;
	top: 40px;
}
#mainnav li {
	display: inline;
	margin-left: 5px;
}
#mainnav li a {
	border:solid 1px #FCFAFA;
	border-bottom: solid 3px #bfbfbf;
	color: #666;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
#mainnav li a.current {
	border:solid 1px #f6f6f6;
	border-bottom: solid 3px #736456;
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #fff;
}
#mainnav li a:hover {
	color: #000;
	border:solid 1px #f6f6f6;
	border-bottom: solid 3px #90b0bf;
	background-color: #fff;
}

/**
 * Sub-Navigation
 */
a.subnavheadlink {
	border-bottom: solid 1px #90b0bf;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0px;
}

#content .contentright a:hover.subnavheadlink {
	background:#fff;
	border-bottom: solid 1px #90b0bf;
}

ul#subnav {
}
#subnav li {
	display: block;
}
#subnav li a {
	border-bottom: solid 1px #90b0bf;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0px;
	padding-left: 15px;
}
#subnav li.active a {
	border-bottom: solid 1px #90b0bf;
	color: #000;
	background:#fff;
	font-size: 1.0em;
	font-weight: bold;
}
#subnav li a:hover {
	color: #000;
	border-bottom: solid 1px #90b0bf;
	background-color: #fff;
}

/**
 * Header
 */
#header {
	background: url('header.png') no-repeat;
	height: 200px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	top: 95px;
	width: 770px;
}

#header h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 50px 10px 0px 0px;
}

a#download {
	background: url('download.png') no-repeat;
	background-position: 0px 0px;
	bottom: 10px;
	color: #736456;
	font-size: 1.4em;
	height: 42px;
	line-height: 42px;
	padding-left: 50px;
	position: absolute;
	right: 10px;
	text-decoration: underline;
	cursor: pointer;
}
a:hover#download {
	background: url('download.png') no-repeat;
	background-position:  0px -42px;
	color: #000;
	text-decoration: none;
}

a#download span {
	font-size: 0.6em;
}

/**
 * Main Content
 */
#content {
	margin-top: 270px;
}

#content .contentleft li,
#content .contentwide li,
#content .contentboxleft li,
#content .contentboxcenter li,
#content .contentboxright li
{
	background-image: url('bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 15px;
	margin-left: 5px;
}

#content a {
	text-decoration: none;
	border-bottom: solid 1px #90b0bf;
	color: #736456;
}
#content a:hover {
	background: #fff;
	border-bottom: solid 1px #736456;
	color: #000;
}

#content a.exedownload {
	background: url('exedownload.png') no-repeat;
	background-position: 0px 0px;
	border:0;
	bottom: 10px;
	color: #736456;
	display: table;
	font-size: 1.4em;
	height: 42px;
	line-height: 42px;
	padding-left: 50px;
	text-decoration: underline;
	cursor: pointer;
}
#content a:hover.exedownload {
	background: url('exedownload.png') no-repeat;
	background-position:  0px -42px;
	border:0;
	color: #000;
	text-decoration: none;
}
#content a.exedownload span {
	font-size: 0.6em;
}

#content a.zipdownload {
	background: url('zipdownload.png') no-repeat;
	background-position: 0px 0px;
	border-bottom:0;
	bottom: 10px;
	color: #736456;
	display: table;
	font-size: 1.4em;
	height: 42px;
	line-height: 42px;
	padding-left: 50px;
	text-decoration: underline;
	cursor: pointer;
}
#content a:hover.zipdownload {
	background: url('zipdownload.png') no-repeat;
	background-position:  0px -42px;
	border:0;
	color: #000;
	text-decoration: none;
}
#content a.zipdownload span {
	font-size: 0.6em;
}

/**
 * Content-Boxen
 */
.contentleft {
	float: left;
	margin-bottom: 25px;
	min-height: 330px;
	padding-bottom: 25px;
	width: 504px;
}

.contentright {
	background: #fff url('cbg.gif') 0 2px repeat-x;
	border: solid 1px #e9eff2;
	float: right;
	margin-bottom: 25px;
	min-height: 330px;
	padding-bottom: 25px;
	width: 242px;
}

.contentwide {
	float: left;
	margin-bottom: 25px;
	min-height: 330px;
	padding-bottom: 25px;
}

.contentlow {
	background: #fff url('cbgw.gif') 0 2px repeat-x;
	border: solid 1px #f2efe9;
}
.contenthigh {
	background: #fff url('cbgw.gif') 0 2px repeat-x;
	border: solid 1px #B9B1AA;
}
.contenthighr {
	background: #fff url('cbg.gif') 0 2px repeat-x;
	border: solid 1px #C7D7DF;
}

.contentboxleft {
	float: left;
	margin-bottom: 25px;
	min-height: 18em;
	width: 242px;
}
.contentboxcenter {
	float: left;
	margin-bottom: 25px;
	margin-left: 20px;
	min-height: 18em;
	width: 242px;
}
.contentboxright {
	float: right;
	margin-bottom: 25px;
	min-height: 18em;
	width: 242px;
}
.contentboxlow {
	background: #fff url('cbg.gif') 0 2px repeat-x;
	border:solid 1px #e9eff2;
}
.contentboxhigh {
	background: #fff url('cbgw.gif') 0 2px repeat-x;
	border: solid 1px #B9B1AA;
	cursor:pointer;
}
.contentleft .divpadding,
.contentwide .divpadding,
.contentright .divpadding,
.contentboxleft .divpadding,
.contentboxcenter .divpadding,
.contentboxright .divpadding
{
	padding: 15px 15px;
}

/**
 * Footer
 */
#footer {
	color: #736456;
	font-size: 0.9em;
	margin: 25px 0 75px 0;
}

.footerlinks {
	float: left;
}
.toplink {
	float: right;
}

#footer a, #footer a:link, #footer a:visited {
	border-bottom: solid 1px #90b0bf;
	color: #736456;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: solid 1px #736456;
	color: #000;
}

/**
 * Google-Ads
 */
#google-top {
	position: absolute;
	top: 1px;
	left: 25px;
	overflow: hidden;
	width: 730px;
}
.google-box {
	background: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.google-text {
	background: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/**
 * Amazon-Ads
 */
.amazonproductcloud {
	height:160px;
	width:470px;
	overflow:hidden;
}

/**
 * RSS-Feed
 */
h2.rsshead {}
div.rssheaddesc {font-weight:bold;font-size:0.8em;margin-bottom:1.0em;}
div.rssentry {margin-bottom:1.0em;}
#content a.rsslink, #content a.rsslink:hover {
	font-weight:bold;
	padding-left:20px;
	background-image: url('arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
div.rssdate {font-size:0.8em;}
div.rssdesc {}

/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {font-size:1.0em; line-height:1.5em;}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg a.wysiwygimg img {vertical-align:top; margin:1px;}

#content .wysiwygimg a.wysiwygimg, #content .wysiwygimg a.wysiwygimg:link {border:solid 5px #e9eff2; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
#content .wysiwygimg a.wysiwygimg:hover {border:solid 5px #B9B1AA;}
#content .wysiwygimg a.wysiwygimg:focus {border:solid 5px #B9B1AA;}
#content .wysiwygimg a.wysiwygimg:active {border:solid 5px #B9B1AA;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}

#content .contentleft a.nowysiwygimg, #content .contentleft  a:link.nowysiwygimg {
	border:0;
}

/**
 * Modul Magazinlayout
 */
#content .magazine-layout {
}
#content .magazine-container {
}

#content .magazine-image a, #content .magazine-image a:link, #content .magazine-image a:visited {
	display:table;
	display:inline-block;
	line-height:0.0em;
	border: 0;
}
#content .magazine-image a:focus, #content .magazine-image a:hover, #content .magazine-image a:active {
	border: 0;
}

#content .magazine-link a, #content .magazine-link a:link, #content .magazine-link a:visited {
	display:table;
	display:inline-block;
	line-height:0.0em;
	background:transparent;
	border:0;
}
#content .magazine-link a:focus, #content .magazine-link a:hover, #content .magazine-link a:active {
	background:transparent;
	border:0;
}

/**
 * Verlinkte Headlines
 */
#content .headlinelink a {
	background:transparent;
	border:0;
}
.headlinelink { display:block;	}
.headlinelink span { display:none; }
.headlinelink img { border:0; }