/* -----------------------------------*/
/* ------------>>> DEF <<<------------*/
/* -----------------------------------*/

/*
	Hintergrund (weiß):		#EEE;
	CI 1:					#333333;
	CI 2:					#6CF;

	CI grau:				#6CF;
	CI dunkelgrau:			#797A7C;
	
	dunkelbraun:			#633000;
	hellgrau				#F6F6F6;
	Textfarbe:				#1C1A1B;

*/

/* -----------------------------------*/
/* ---------->>> GENERAL <<<----------*/
/* -----------------------------------*/
html{
}
body {
	background-color:#EEE;
	overflow:hidden;
}
body, table, tr, td, option, select, textarea, blockquote, form, label, img, fieldset, noscript, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, div, span{
	border: 0;
	border-collapse:separate;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#4d4d4d;
}
img { -ms-interpolation-mode: bicubic; }
/* -----------------------------------*/
/* ---------->>> FONTS <<<------------*/
/* -----------------------------------*/
h1{
	font-size:18px;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
}
p, ul{
	font-size:12px;
}
/* -----------------------------------*/
/* ---------->>> LAYOUT <<<-----------*/
/* -----------------------------------*/

div, p{
	border:0px dotted gray;
}
#containershadow{
	height:621px;
	min-height:621px;
	color:#6CF;
	margin:auto;
	width:950px;
	background:url(../images/layout/shadow.png) no-repeat #EEE;
	background-position:934px 5px;
}
#container{
	margin:5px;
	padding:5px;
	height:621px;
	min-height:621px;
	color:#6CF;
	width:920px;
	background:#FFFFFF;
}
#banner{
	padding:2px;
	background:url(../images/layout/banner.gif) no-repeat;
	height:68px;
}
#img_box{
	background:url(../images/layout/start.jpg) no-repeat;
	background:url(../images/layout/start_mm.jpg) no-repeat;
	margin-right:2px;
	padding-right:4px;
	height:521px;
	min-height:521px;
	z-index:1;
}
#img_box_special{
	padding:0;
	margin:0;
	border:0;
}


/* -----------------------------------*/
/* --------->>> MAINNAV <<<-----------*/
/* -----------------------------------*/
#mainnav{
	margin:30px;
	margin-top:-260px;
	width:100%;
}
#mainnav .sectionshadow{
	float:left;
	background:url(../images/top_agb.gif) no-repeat;
	background:url(../images/layout/shadow.png) no-repeat;
	height:520px;
}
#mainnav .section{
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	margin:0px;
	background-color:#F6F6F6;
	height:520px;
	z-index:5;
}
#mainnav img{
	margin:5px;
}
#mainnav p{
	font-size:11px;
	margin:6px;
	min-height:150px;
	height:150px;
}
#mainnav .next{
	font-weight:700;
	display:block;
	text-align:right;
	margin:4px;
	min-height:150px;
	height:150px;
}
/* -----------------------------------*/
/* ---------->>> MAGIC MOMENTS <<<----*/
/* -----------------------------------*/

#mm_star{
	display:block;
	background:transparent url(../images/mm/mm_star.png) no-repeat top left;
	width:200px;
	height:200px;
	position:relative;
	left:700px;
	top:30px;
	z-index:1;
}
a#mm_star:hover{
	background-position:bottom left;
	text-decoration:none;
}
/* -----------------------------------*/
/* ---------->>> LINKS <<<------------*/
/* -----------------------------------*/
a{	
	text-decoration: none;
	cursor:pointer;
	color:#333333;
}
a:link{
}
a:visited{
}
a:focus{
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}
