/* CSS Document INDEX */
@charset "utf-8";

html {
	height:100%; 
	padding:2% 1% 0px 1%;
	background-color:white;
	text-align: center;
}

body {
	margin: 0px auto; 
	padding: 0px;
	height: 90%;
	width: 98%; /* wg. IE Scroll */
	
	position: relative;
	left: 0;
	top: 0;
	
	text-align: left;
	
	background-color: #ccc;
	border: 0px solid black;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Verdana sans-serif;
	
	overflow-y: hidden;
	
	z-index: 2;
}

img{-ms-interpolation-mode:bicubic;}

h1,h2,h3,h4,p {color: #333; margin: 0.5em 0 0.5em 0; padding: 0 2%; line-height: 1.6em;}
h1,h2,h3,h4 {color: #333; font-size: 1.6em;}
p, a {font-size: 1.0em;}

a, a:link, a:active, a:visited  {color: #000; text-decoration: none; cursor: pointer;

	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;

}
a:hover {color: #333; text-decoration: none;}
a:focus, div:focus { outline: none; -moz-outline-style:none; }


/* /////////////////////// DIV ///////////////////////////// */


img.full {
	position: absolute; 
	display: block;


	/* IMAGE hochformat 
	width: auto; height: 100%; 
	max-width: auto; max-height: 100%; 
	*/
		
	/* IMAGE querformat  */
	width: 100%; height: auto; 
	max-width: 100%; max-height: auto; 
	

	
	height: auto; 
	z-index: 1;
}
/* //////////////////////////////////////////////////////// */
#text {	
	position:relative;
	top:50%;
	left:50%;
	
	max-width:440px;
	width: 50%;
	height:200px;
	margin-left:-25%;/* half element's width */
	margin-top:-120px;/* half element's height */

/*
	width:40%x;
	height:20%;
	margin-left:-20%;
	margin-top:-10%;
*/			
	padding:5px;
	overflow:hidden;
	
	background: white;
	background: transparent url(../images/line_diagonal.png) repeat scroll 0 0;
	
	border: 1px solid #990099;
	
	z-index:3;
}

#text a.link { padding: 3px 6px; background-color: #FFF; }
#text a:hover.link { background-color: #990099; color: #FFF; }


#footer	{ z-index:5; }

.bottom {
	left:0px;
	width:100%;
	display:block;  
	position:fixed;
	_position:absolute; /* IE6 */
	bottom:0;
	background-color: silver;
	background-color: #990099;
	color:#fff;
	font-size:1.0em;
	line-height:1.2em;
	text-align: right;
}

.bottom p{
color:#fff;
	font-size:0.8em;
	line-height:0.9em;

}



a.websteil {
	padding: 2px 6px;
	/* CSS 3 daded bei :hover */
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
a.websteil:hover { background: #9999cc !important;  color: #333 !important; }



/* ///////////////////// Full BG /////////////// */

/* CSS 3 */
#full_div_bg {
	position: absolute;
	/**/ position: fixed; 
	top: 0;
	left: 0;
	width:100%;
	min-height: 100%;
	max-width: 100%;
	
	background: transparent url(none) no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top;
	
	z-index: 1;

/*	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
*/
	
/* 2 BGs	
	background-repeat: repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
*/	
}



/* IE 6 7 8 per PHP browseweiche.php*/
img.full_bg {
	min-height: 100%;        /*  bg fuellen  */
	min-width: 1024px;
	width: 100%;             /*  bg Skalierung */
	height: auto;
	position: fixed;         /*  bg Positionierung  */
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}

@media screen and (max-width: 1024px) {
	img.full_bg{
	left: 50%;
	margin-left: -512px;
	}
}

* html img#full_bg { 
	width: 100%;
	height:99.99%; /* IE6 Hack */
	position: absolute;	
}


/* ////////////////////// MEDIA QUERIES //////////////////// */

/***** ab Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {

body { font-size:87.5%;}

#text { width: 90%; margin-left: -47.5%;/* half element's width */}
}
