/* CSS Document */
/* Design by Katrina Francke Software
   http://francke-software.de
   Copyright 2010-2011: */

/* Resetear las propiedades necesarias para facilitar 
    la visión homogénea en los diferentes navegadores */

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del,
dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img,
ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong,
sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var
{
	margin:0; 
	padding:0;
	border:0;
	font-size:100%;
	/*line-height:1.0em; */
	/*text-align:left; */
	vertical-align:baseline; 
	outline:none;
}
body {
	font-size: 100.01%; /* wirkt auf NN4 als großer Gleichmacher */
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:1.3em;
	color:rgb(100,100,100);
	text-align:left;
	background:rgb(255,255,255);
}

#container {
	position:relative;
	top:0px;
	left:0px;
	margin-top:10%;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	/*height:400px;*/
	/*background:rgb(100,255,100);*/
	
	background-image:url(../images/domain-reserviert.jpg); 
	background-repeat:no-repeat; 
	/*background-position:bottom right;*/
	background-position:520px 120px;

	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
#top_logo {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:38px;
	background-image:url(../images/top.png); 
	background-repeat:no-repeat; 
	background-position:top center;
	border-bottom:1px solid rgb(130,130,130);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
h1 {
	text-align:center;
	margin-top:120px;
	margin-bottom:180px;
	font-size:24px;
	font-weight:normal;
	color:rgb(90,90,90);
	margin-left:-10px;
}
#bottom_logo {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:38px;
	background-image:url(../images/bottom.png); 
	background-repeat:no-repeat; 
	background-position:top center;
	border-bottom:1px solid rgb(130,130,130);
	box-shadow: 0px -3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -3px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -3px 5px rgba(0,0,0,0.2);
}

#bottom_logo a {
	color:rgb(200,200,200);
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	padding-left:20px;
}
#bottom_logo a:hover {
	color:rgb(255,255,255);
}