/****/
/*******************************  (c) EU Relocation - Bernhard Sarcher  */
/****/

/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/muli-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Muli Regular'), local('Muli-Regular'),
       url('fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/muli-v11-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */
}


/*************************************************************************************************/


* {
			margin:0;
			padding:0;
}

html {
			height:100%;
}

body { 
			padding:0; 
			border:0;
			background: #fff;
			width:100%;
			font-family: Muli, arial, verdana, helvetica;
			font-weight:400;
			font-size:100%;
}

img {
			border:none;
			text-decoration:none;
}


/*************************************************************************************************/


a:link {	text-decoration:underline;	color:#20327d;}
a:visited {	text-decoration:underline;	color:#20327d;}
a:focus {	text-decoration:underline;	color:#20327d;}
a:hover {	text-decoration:underline;	color:#20327d;}
a:active {	text-decoration:underline;	color:#20327d;}


/*************************************************************************************************/


#seite { 
			width:100%;
			margin:0px auto;
			padding-top:10px;
} 

#kopf { 
			display:none;
} 

#kopf_print { 
			margin:0 0 50px 0;
} 

#mitte_seite { 
			float:left;
			width:100%;
} 


/*************************** NAVIGATIONSLEISTE ***********/


#navileiste { 
			display:none;
} 

/*****************************************/


#mittelteil { 
			clear:both;
} 

#mittelinks { 
			display:none;
}

.hotbox { 
			display:none;
}

#inhalt { 
			float:left;
			width:100%;
			padding:0;
			margin:0;
			background-color:#fff;
			color:#000;
}

#rechts { 
			display:none;
}

#fuss { 
			clear:both;
			width:100%;
			background: #fff;
			padding-top:40px;
} 

#fuss_inhalt { 
			display:none;
} 

#fuss_inhalt_print { 
			border-top: 2px solid #ff7b0d;
			font-family: "Lucida Grande", arial, verdana, helvetica;
			font-size:12px; 
			color:#000;
			text-align:left;
} 

.fuss_trenner {
			margin-right:18px;
}


/*************************************************************************************************/


h1 {
			font-size:18px;
			color:#e46f0d;
			font-weight:normal;
			padding-bottom:5px;
}

h2 {
			font-size:17px;
			font-weight:normal;
}

ul.aufzaehlung {
			list-style-image:url(bilder/aufzaehlungszeichen.png);
			margin:15px 0px 10px 13px;
}

ul.aufzaehlung li {
			padding-bottom:8px;
}

.runde_ecken {
			-moz-border-radius:		8px; 
			-webkit-border-radius:	8px; 
			-o-border-radius:		8px; 
			border-radius:			8px;
}

.center {	text-align:center; }

.f {		font-weight:bold; }

.k {		font-style:italic; }

.u {		text-decoration:underline; }

.schwarz {	color:#000;
}

.grau {		color:#252525;
}

.orange {	color:#ff7b0d;
}

.t13 {		font-size:13px;
}

.t14 {		font-size:14px;
}

.t16 {		font-size:16px;
}

.t17 {		font-size:17px;
}

.t18 {		font-size:18px;
}