/*********************************************************************************

	Project		:	derMausmeister.de
	
	basiert auf redaxo Demo
	editiert durch digital-sign.de
	
**********************************************************************************/
    

/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img {  }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

legend { display:none; }

div, p, li, a {background-repeat:no-repeat; color:#ffffff;}

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
	overflow-y: scroll; 
	height:100%;
    padding:0;
    margin:0;
	
}

/* ### BODY ###################################################################### */
body {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background: #075c8a url(/files/10x3500px_bg_verlauf.jpg) repeat-x;	
	margin: 0;
	padding: 0;
	height:100%;
    padding:0;
    margin:0;
}

/* \*/ * html body {  text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */


.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

a {
	font-size:14px;
	color: #660000;
	outline:0; 
	-moz-outline:0;
}

p {
	font-size:12px;
	color: #ffffff;
}

a.aktiv{
  font-weight:bold;
}

/* ### Header ##################################################################### */



/* ### Content #################################################################### */


/* ### Website Content ############################################################ */
#div_margin_page{
	margin: 0;
	width:100%;
    padding:0;
    top: 0;
	background:transparent url(/files/3000x800px_head.jpg) no-repeat scroll center 0px;
	min-height:100%; /* For Modern Browsers */ 
    height:100%;
	
}
#div_page{
    width:950px;
    padding:0;
    margin-top:0;
    margin-right:auto;
    margin-left:auto;
    position:relative; 
    top:0;
    background:transparent;
    min-height:100%; /* For Modern Browsers */ 
    height:auto !important; /* For Modern Browsers */ 
    height:100%; /* For IE */ 

}

#div_mainheader{
    margin:0;
    padding:0;
    background:transparent;
    height: 650px;

}
#div_mainlogo{
	width: 350px;
	height: 90px;
	position: relativ;
	padding: 85px 0px 0px 40px;

}

#div_maincontent{
    margin-top:-120px;
    padding:5px;
    padding-bottom:110px;
    height:auto !important;
}
.div_mainleft{
	float:left;
	width: 300px;
}

#div_mainfooter{
    width:100%;
    margin:0;
    padding:0;
    position:absolute;
    bottom: 0 !important;
    bottom:-1px;
    height:90px;
    background: transparent url(/files/950x90px_feed_box.png) 0 0 no-repeat;
}
#div_zeileobenlinks{
	float:left;
	height: 25px;
	padding: 2px 0px 0px 0px;
}
#div_zeileobenrechts{
	float:right;
	height: 20px;
	padding: 2px 40px 0px 0px;
}

#div_zeileuntenlinks{
	float:left;
	height: 25px;
	padding: 40px 0px 0px 10px;
}
#div_zeileuntenrechts{
	float:right;
	height: 25px;
	padding: 40px 10px 0px 0px;
}




/* ### Menubuttons ########################################################## */


a.menueunten {
	color:#ffffff;
	background: inherit;
	padding: 0px;
	font-size:19px;
	font-weight:normal;
	line-height:30px;
	letter-spacing: 1px;
	margin-left: 5px;
	margin-right: 5px;
	/*text-transform:uppercase;*/
}
a.menueunten:link,
a.menueunten:visited {
	color:#ffffff;
}
a.menueunten:hover{
	color:#cccccc;
}
a.menueunten:active,
a.menueunten:focus {
	color:#ffffff;
}
a.menueunten span {
	font-size:26px;
}


a.menueuntenakt {
	color:#ffffff;
	background: inherit;
	padding: 0px;
	font-size:19px;
	font-weight:normal;
	line-height:30px;
	letter-spacing: 1px;
	margin-left: 5px;
	margin-right: 5px;
	/*text-transform:uppercase;*/
}
a.menueuntenakt:link,
a.menueuntenakt:visited {
	color:#ffffff;
}
a.menueuntenakt:hover{
	color:#cccccc;
}
a.menueuntenakt:active,
a.menueuntenakt:focus {
	color:#cccccc;
}
a.menueuntenakt span {
	font-size:26px;
}

a.menueoben {
	color:#ffffff;
	background: inherit;
	font-size:12px;
}
a.menueobenakt {
	color:#CCCCCC;
	background: inherit;
	font-size:12px;
}


/** Clear **/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
		.clearfix { display: inline-block; }
		/* Hide from IE Mac */
		.clearfix { display: block; }
		/* End hide from IE Mac */

		* html .clearfix { height: 1px; }
		
a.white {
	color:#ffffff;
	
}
a.white:link,
a.white:visited {
	color: #ffffff;
}
a.white:hover{
  color: #660000;
}
a.white:active,
a.white:focus {
	color: #ffffff;
}
