<!--
@charset "utf-8";
/* CSS Document */

*{
	margin				:0;
	padding				:0;
}


body{
	margin				:0px;
	font-family			:Arial, Verdana, Helvetica, sans-serif;
	font				:11pt/120% Arial, Verdana, Helvetica, sans-serif;
    background-color	: white !important;
    background-image	: none !important;
    color				:black;
}

table{
	font-family			:Arial, Verdana, Helvetica, sans-serif;
	font-size			:12px;
	color				:#DDD;
}
hr{
	background-color	:#666; /* Mozilla 1.4 */
	color				:#666; /* IE 6 */
	border				:#666; /* Opera 7.11 */
	height				: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top			:5px;
	margin-bottom		:5px;
}
h1{
	font-size			:1.8em;
	margin				:0;
	margin-top			:10px;
	margin-bottom		:10px;
	color				:#069;
}
h2{
	font-size			:1.2em;
	margin				:0;
	color				:#333;
}
h3{
	font-size			:1.8em;
	margin				:0;
	color				:#069;
}
h4{	
	font-size			:1.2em;
	margin				:0;
}
h5{
	font-size			:1em;
	margin				:0;
	margin-top			:10px;
	font-weight			:bold;
}

div{
	color				:#333;
}

img{
	border				:0;
}

p{
	margin-top			:10px;
	margin-bottom		:10px;
}

ul{
	list-style			:outside;
	list-style-type		:circle;
}
ol{
	margin-left			:20px;
	list-style			:decimal;
}

.bottom{
	width				:0;
	height				:0;
	display				:none !important;
}

.content{
	width				:748px;
	height				:auto;
	border-left			:1px solid #FFF;
	border-RIGHT		:1px solid #FFF;
}

.footer{
	width				:0;
	height				:0;
	background-image	:none;
	display				:none !important;
}

.head{
	width				:0;
	height				:0;
	background-image	:none;
	display				:none !important;
}
.head_rub{
	width				:0;
	height				:0;
	position			:relative;
	top					:0;
	left				:0;
	display				:none !important;
}

.pos_y{
	margin-top:3%;
}

.startContainer{
	width				:750px;
	height				:550px;
	margin				:auto;
}

.mainContainer{
	width				:750px;
	height				:100%;
	margin				:auto;
	background-image	:url(../img/bg.jpg);
	background-repeat	:repeat;
}

.box {
	width				:500px;
	height				:auto;
	margin				:auto;
	padding				:40px;
	padding-top			:20px;
	background-color	:#e2e1c4;
	background-image	:url(../img/box_corn.gif);
	background-repeat	:no-repeat;
	background-position	:bottom right;
}

.box_list{
	margin-left			:10px;
}

a:link 		{ color:#069; text-decoration:none; font-weight:normal; }
a:visited 	{ color:#069; text-decoration:none; font-weight:normal; }
a:hover 	{ color:#069; text-decoration:underline; font-weight:normal; }
a:active 	{ color:#069; text-decoration:none;  font-weight:normal; }
a:focus 	{ color:#069; text-decoration:none; font-weight:normal; }

#more_link:link 	{ color:#069; text-decoration:none; font-weight:bold; }
#more_link:visited 	{ color:#069; text-decoration:none; font-weight:bold; }
#more_link:hover 	{ color:#069; text-decoration:underline; font-weight:bold; }
#more_link:active 	{ color:#069; text-decoration:none;  font-weight:bold; }
#more_link:focus 	{ color:#069; text-decoration:none; font-weight:bold; }


-->