/* Stylesheet */

/* Abstände */
*                         {padding: 0; margin: 0;}
h1, h2, h3,  ul, ol      {margin-bottom: 1em;
                         margin-left: ;}
li                         {margin-left: ;}
p                        {margin-left: ;}

/* Bereiche */
html                {


	background: url(kittnaus_bg_01.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body                 {color: #FFF;
                background-image: url();
                background-position: fixed;
				font-family: "Raleway", sans-serif;
                font-size: 16px; line-height: 1.5;
				  }



#wrapper        {width: 700px;
                color: ;
				background-color:rgba(0,0,0,0.35);
				margin-top: 200 px;
				margin-bottom: 30 px;
                margin-left: auto;
                margin-right: auto;
               border: 10px;
				border-color:rgba(0,0,0,0.5);
				padding: 10px;
				}

#kopfbereich p        {}

#logo                {color: ;
                background-color: ;
				margin-top: 30px;
				margin-bottom: 6px;
				}

#pic			{margin-right: 15px;
				border:none;}
				
				
#pic2			{margin-left: 1px;
				border:none;
				}
				
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}

#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}				


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

#textbereich        {border-left: ;
					alignment-adjust:central
					}

#rights             {border-left: ;
                     font-size: 80%;}



#copyrightbereich                {height: 16px;
                                text-align: right;
                                background-color: ;
                                padding: 5px 5px 0px 0px;}
#copyrightbereich a                {text-decoration: none; border: none;}
#copyrightbereich a:link                 {color: #CDCDFF;}
#copyrightbereich a:visited                 {color: #CDCDFF;}
#copyrightbereich a:hover, a:focus        { border-bottom: 2px solid #ffffff;}
#copyrightbereich a:active                {color: 008080;
                                               background-color: #FFFFFF}
#copyrightbereich li                        {display: inline;}

#logo a						{text-decoration: none; border: none;}
#logo a:link             	{color: ;}
#logo a:visited             {color: ;}
#logo a:hover, a:focus      {color: ;}
#logo a:active    			{color: ;
                         	background-color: ;
                         	border-bottom: ;
						 	}

/* NAVIGATION */


/* ------TEXTDARSTELLUNG------- */

/* ÜBERSCHRIFTEN */
h1                 {font-size: 200%; }
h2                 {font-size: 150%; }
h3                 {font-size: 125%; }

/* LINKS */
a               {text-decoration: none; border: none;}
a:link                 {color: #CDCDFF;}
a:visited         		{color: #CDCDFF;}
a:hover, a:focus        {background-color: #CDCDFF;
                         color: #FFFFFF;
                         }
a:active                {color: #CDCDFF;
                         background-color: #FFFFFF;
							border-bottom: 2px solid #CDCDFF;
							}
/* Listen */
li                 {list-style-type: square;}