/****************************/
/*                          */
/* --- MiteArrest, v1.0 --- */
/*                          */
/****************************/
@charset "utf-8";

/* --- Global styles --- */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFE1C9;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 13px;
	color: #444;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: none;
	border-top: 1px solid #86071f;
	font-size: 1px;
}

hr.sidebar {
	border-top-color: #DDD;
}

div#sidebar hr {
	border-top: 1px dotted #BBB;
}

h1, h2, h3 {
	clear: both;
	color: #86071f;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	margin-top: 37px;
}

h2.sidebar {
	margin-top: 50px;
	font-size: 15px;
	color: #666;
}

h3 {
	font-size: 16px;
	margin-top: 37px;
}

h4 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #86071f;
	font-weight: normal;
}

p {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 140%;
}

a {
	color: #86071f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	font-size: 6px;
}

input.text, textarea {
    padding: 1px;
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.3em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background:#fff url(../images/fieldbg.gif) repeat-x top;
}

select {
    font-size: 1.1em;
    line-height: 1.3em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background:#fff url(../images/fieldbg.gif) repeat-x top;
}

.sendbutton {
	padding-left: 10px;
	padding-right: 10px;
    border-top: 2px solid #86071f;
    border-left: 2px solid #86071f;
    border-right: 2px solid #86071f;
    border-bottom: 2px solid #86071f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}

.tabletext {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #86071f;
	}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

div.clear {
	clear: both;
	font-size: 1px;
}

img.intext {
	margin-top: -37px;
	float: left;
	border-right: 30px solid #FFF;
	padding-bottom: 20px;
}

div#navigation_main {
	width: 922px;
	height: 111px;
	margin: auto;
	background-image: url(../images/navback.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#navigation_main img#logo {
	float: right;
	position: absolute;
	margin-top: 15px;
	margin-left: 690px;
	margin-right: 0px;
}

div#navigation_main ul {
	float: left;
	position: absolute;
	margin-top: 12px;
	margin-left: 12px;
	list-style: none;
}

div#navigation_main li {
	float: left;
	position: relative;
	margin-left: 2px;
}

div#paper {
	width: 888px;
	height: 100%;
	margin: auto;
	margin-top: -37px;
	background-image: url(../images/paperbackground.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #FFF;
	text-align: left;
}

/* Clearing only for non-IE Browsers */
div#paper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE6 Hack */
* html div#paper
{
	width: 882px;
	background-image: none;
	background-color: #FFF;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

div#paper img#illustration {
	margin-left: 3px;
	margin-top: 0px;
}

#header_swf {
	width: 882px;
	height: 240px;
	margin-top: -240px;
	margin-left: 3px;
	position: relative;
}

/* IE6 Hack */
* html div#paper img#illustration {
	margin-left: 0px;
}

div#sidebar {
	color: #999;
	display: inline;
	float: left;
	width: 220px;
	height: 100%;
	margin-left: 23px;
	padding-bottom: 30px;
}

div#sidebar h2 {
	font-size: 15px;
	color: #666;
}

div#sidebar h4 {
	font-size: 11px;
}

div#sidebar ul {
	width: 220px;
	margin-top: 30px;
	padding: 0px;
	list-style: none;
}

div#sidebar li {
	width: 170px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #F0DDD5;
	font-size: 13px;
}

/* IE6 Hack */
* html div#sidebar li {
	width: 220px;
}

div#sidebar li a {
	color: #444;
	text-decoration: none;
}

div#sidebar li a:hover {
	color: #B4572B;
	text-decoration: none;
}

div#sidebar li ul {
	width: 195px;
	margin-left: 25px;
	background-color: #F0DDD5;
}

div#sidebar li li {
	width: 145px;
	padding-left: 25px;
	border-color: #FFF;
	font-size: 11px;
}

/* IE6 Hack */
* html div#sidebar li li {
	width: 195px;
}

div#sidebar li li:hover {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #fafafa;
}

div#sidebar p,
div#sidebar div.read_more {
	font-size: 11px;
	margin-bottom: 5px;
}

div#sidebar div.read_more {
	width: 220px;
	text-align: right;
}

div#sidebar div#blockquote_top {
	width: 220px;
	height: 32px;
	z-index: 3;
}

div#sidebar blockquote {
	width: 190px;
	margin: 0px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/topquote.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F5F5F5;
	color: #797979;
	text-indent: 40px;
	z-index: 1;
}

div#sidebar blockquote p {
	font-size: 13px;
	line-height: 140%;
}

/* IE6 Hack */
* html div#sidebar blockquote {
	width: 220px;
	padding-bottom: 10px;
}

div#sidebar div#blockquote_bottom {
	width: 220px;
	height: 62px;
	padding-top: -10px;
	background-image: url(../images/bottomquote.png);
	background-repeat: no-repeat;
	z-index: 2;
}

div#sidebar cite {
	margin-top: 2px;
	margin-left: 15px;
	color: #8b0021;
	font-size: 8px;
}

/* Clearing only for non-IE Browsers */
div#sidebar blockquote:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main {
	display: inline;
	float: right;
	width: 570px;
	height: 100%;
	margin-right: 23px;
	margin-top: 30px;
	padding-bottom: 30px;
}

.planets div#main,
.login div#main,
.contact div#main,
.imprint div#main {
	width: 840px;
}

div#paper_bottom {
	clear: both;
	width: 888px;
	height: 55px;
	margin: auto;
	background-image: url(../images/paperbottomred.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}

/* IE6 Hack */
* html div#paper_bottom
{
	width: 884px;
	background-image: url(../images/paperbottomie6.png);
}

div#footer {
	width: 870px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	color: #777;
	text-align: center;
}

div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 170%;
}

div#footer a {
	color: #777;
}

div#footer .active {
	color: #333;
}

div#footer .inactive {
	color: #BBB;
}

#main ul {
	width: 570px;
	background-image: url(../images/listbackground.png);
	background-repeat: no-repeat;
	margin-right: 80px;
	padding-top: 15px;
	padding-left: 50px;
	list-style-type: disc;
	line-height: 140%;
	margin-bottom: 20px;
}

* html #main ul {
	margin-right: 0px;
}

#main li {
	width: 470px;
	margin-bottom: 7px;
}

li.no_item {
	list-style-type: none;
	margin-top: 10px;
}
