html { 
	height: 100%; 
	width: 100%;
	font-size: 80%;
	-webkit-text-size-adjust: 90%; 
	-ms-text-size-adjust: 90%;
}

body { 
	background-color: #131313;
	color: #ccc;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	/*font-family: Arial, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* =============================================================================
   Links
   ========================================================================== */

a { color: #d1d1d1; text-decoration: none;}
a:visited { color: #d1d1d1; }
a:hover { color: #fff; }
a:focus { outline: none; }
a.aktiv { color: #d56c1f; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

#footer a {
	font-family: 'Roboto', sans-serif;
	/*font-weight: 200;*/
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

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

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* #Lists
================================================== */
	ul.navigation {
		padding: 6px 0 0 24px;
		float: left;
	}
	ul, ol { 
		list-style: none outside none;
	    margin: 0;
	}
	ul li.menu {
	    display: inline;
	    list-style-type: none;
	    margin-right: 17px;
	}
	
	ul li.menu.spacer {
	    color: #131313;
	}

/* ==|== stuff ==============================================================
   my own stuff
   ========================================================================== */
   
#distance {
	/* zentrierungskack */
	width: 1px;
	height: 50%;
	margin-bottom: -302px;
	float: left;
}
   
#main {
	margin: 0 auto;
	position: relative;
	/*height: 550px;*/
	width: 799px;
	clear: left;
	background-color: #131313;
	/*
	-moz-box-shadow:    0px 0px 5px 0px #444;
	-webkit-box-shadow: 0px 0px 5px 0px #444;
	box-shadow:         0px 0px 5px 0px #444;
	*/
}
   
#header {
	height: 32px;
	overflow: hidden;
	/*
	padding-left: 26px;
	padding-right: 26px;
	*/
	margin-bottom: 12px;
}

#footer {
	float: left;
	height: 26px;
	padding-left: 15px;
	padding-right: 26px;
	margin-top: 10px;
}

#footer a {
	padding-right: 30px;
}

#kontaktfeld {
	background-color: #222;
	width: 100%;
	height: 533px;
}

#inhalte {
	padding: 15px 30px;
}

#katname {
	display: block;
	float: right;
	height: 26px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#photo {
	margin: 0 auto;
	width: 800px;
	background-image:url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center 190px;
	min-height: 300px;
}

#navi {
	float: right;
	/*width: 200px;*/
	margin: 3px 0 0 0;
}

a#link1 {
    padding-right:28px;
    cursor:pointer;
}
a#link2 {
    padding-right:28px;
    cursor:pointer;
}
a#link3 {
    padding-right:28px;
    cursor:pointer;
}
a#link4 {
    padding-right:28px;
    cursor:pointer;
}

.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.8 opacity */
	background: rgba(0, 0, 0, 0.7);
}

.submenu {	
    position:absolute;
	top: 32px;
    padding: 10px 10px 10px 10px;
	overflow: hidden;
	z-index: 99;
	left: 5px;
    top: 50px;
    width: 300px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #fff;
}

#submenu1 {
	
}
#submenu2 {
	
}
#submenu3 {
	
}
#submenu4 {
	
}

.submenu a {
	margin-left: 10px;
	line-height: 38px;
}

#mobnavi {
	display: none;
}

#desknavi {
	display: block;
	margin-top: 0;
}

optgroup, option {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

#bg {
	/*background-color: #555553;*/
	height: 27px;
	padding-left: 15px;
    padding-top: 3px;
	border-top: 1px solid #c5c6c6;
	border-bottom: 1px solid #c5c6c6;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 1px 24px 0 0;
	float: left;
} 

h1 span {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.clearer {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
.alpha60 {
background-color: #131313;
}
   