/***************************************************************************************
	Eberhard Räder Mediatechnik
	---------------------------
	System NTN
		Version 2016
	------------------------------------------------------------------------------------
	Projekt:	belvano
				Stylesheet
				Standardlayout
	Erstellt:	21.07.2016
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
****************************************************************************************/
body{
	font-family					: arial;
	color						: #000000;
	background-color			: #ffffff;
/*	background-color			: #black; /**/
	margin						: 0px;
	font-size					: 14px; 

	
	
}
h1{
	font-size					: 16px;
	color						: #661514;
	letter-spacing				: 3px;
	font-family					: 'Times New Roman',Times,serif;
 
}
h2{
	font-size					: 16px;
	color						: #661514;
	font-family					: 'Times New Roman',Times,serif;
	font-weight					: bold;
	margin-top					: 0px;
}
h3{
	font-size					:16px;
	color						:#661514;
	font-family					: 'Times New Roman',Times,serif;
	text-transform				: uppercase; 
}
h4{
	font-size:14px;
}
a{
	color						:#656563;
	border-style				:hidden;
	border-width				:0px;
}
img{
	border-style				:hidden;
	border-width				:0px;
}
#content img{
/*		max-height					:120px;/**/
	}
table{
	border-collapse				:collapse;
}
tr{}
td{
	text-align					:left;
	vertical-align				:top;
}
a{
	color						:#656563;
}
h3{	/* Überschrift 3 */
	font-size					:160%;
}
h4{	/* Überschrift 4 */
	font-size					:130%;
}
h5{	/* Überschrift 5 */
	font-size					:100%;
}
h6{	/* Überschrift 6 (spezial) */
	font-family					:Cataneo BT;
	font-size					:300%;
	color						:#ff0000;
	margin						:0px;
}
#page{	/* Gesamter Ausgabebereich */
	color						:#656563;
	background-color			:#BABABA;
 	width						:1050px;
	max-width					:96%;
/*	padding						:2%;*/
	margin-left					:auto;
	margin-right				:auto;
	background:linear-gradient(#BABABA,#E8E8E8,#BABABA); /**/
	
}
#inner_frame{	/* Umfassst den Gesanten inneren bereich */
	width						:940px;	/* breite.titelbild.vorlage 130802*/
	max-width					:96%;
	padding						:1%;

	padding-top					:50px; /**/
	padding-bottom				:80px;
	color						:#656563;
	margin-left					:auto;
	margin-right				:auto;
//	background:linear-gradient(#BABABA,#E8E8E8,#BABABA) /**/
}
#inner_header{	/* Innerer Kopf (Debugfarbe: #D8A327) */
	background-color			:white;
	box-shadow: 0px 0px 10px 3px #999999;

/*	box-shadow:  0px 0px 40px rgba(0, 0, 0, .5); /**/
}
#banner{
	width: 100%;
/*	background-color:red;*/
}
#logo{
	margin-left:auto;
	margin-right:auto;
	width :30%;
	display:block;
}
#titelbild{
	width :100%;
}
#menu_top{							/* Menü oben   */
	background-color			:#ffffff;
	height						:44px;
/*	padding-bottom				:10px; /**/
/*	margin-bottom				:20px; /**/
	clear						:both;
	margin-left:auto;
	margin-right:auto;
	background-image			:url(../bilder/site/menu_bg.png);/**/
	background-position			:bottom;
}
.menubutton{						/* Menü - Button */
/*	background-image			:url(../bilder/site/menu_bg.jpg);*/
	height						:44px;
	float						:left;

}
#menu_top a{							/* Link im Menü oben  */
	font-size					: 13px;
	font-weight					: bold;
	text-decoration				: none;
	color						: #656563;
	display						: inline-block;
	padding-left				: 15px;
	padding-right				: 15px;
	margin-top					: 22px;
	float						: left;
	clear						: both;
	text-align					: center;
}
#menu_top a:hover{
	color						: #661514;
}
#content{							/* Relevanter Ausgabebereich */
	padding-top					: 2%;
	clear						: both;
}
#content  p{
	line-height					: 30px;
	text-align					: justify;
}
#box_content_left{
	width			: 700px;
	max-width		: 96%;
	float			: left;
	margin-right	: 20px;
	display			: inline-block;
}
#box_content_left li{
	margin-bottom	: 15px;
	text-align		: left;
}
#content _right  h2{
	margin-top:5px;
/*	background-color:silver; /**/
	
}
#box_kontakt{
	width:220px;
	display:inline-block;
	margin-left:auto;
}
#inner_footer{						/*  Innerer Fuß */
	clear		:both;
	text-align:	left;
	font-size:	10px;
}

/*** Mobilanpassung ************************************************************/
/* maximale frame-breite erreicht*/
@media only screen and (max-width:1000px){
	#page{
		width:100%;
		max-width:100%;
		margin:0px;
	}
	.separator_menu_top{
		display:none;
	}
	#logo{
		width:100px;
	}
	.menubutton{
		width:16%;
	}
	#menu_top a{
		font-size		: 10px;
	}

}
/*smart-phone */
@media only screen and (max-height:800px){ /*neu: 17.11.2016*/
	#inner_frame{
		padding-top					:10px; /**/
	}
}
@media only screen and (max-height:500px){ /* alt: 800px*/
	#inner_frame{
		padding						:1%;
		padding-top					:10px; /**/
		padding-bottom				:20px;	
	}
	#titelbild{
/*		display:none;  /* nicht löschen !!! bei bedarf X-en */
	}
	#box_content_left{
		width		: 800px;
		max-width	: 100%;
	}
	#menu_top a{
		margin:0px;
		width:100%;
		font-size	: 10px;
		padding-top:25px;
		padding-bottom:30px;
	}
	h3{
		font-size					:120%;
	}
	#content  p{
		line-height					: 20px;
		text-align: left;
	}
	.separator_menu_top{
		display:none;
	}
	.menubutton{
		width:16%;
	}

}
@media only screen and (max-width:720px){

	.menubutton{
		width:inherit;
/*		background-color: silver;*/
	}
}
@media only screen and (max-width:500px){
	#inner_header{
		background:transparent;
	}
	#banner{
		border-color:silver;
		border-width:1px;
		border-radius: 5px;
		background-color:#ffffff;
		width:99%;
	}
	#banner img{
		width:40%;
		
	}
	#logo{
	width:100%;
	}
	.menubutton{
		width:90%;
/*		background-color:yellow; /**/
/*		height: 56px; */
		width:99%;
		padding-top:1px;
		padding-bottom:15px;
		border-style:solid;
		border-color:silver;
		border-width:1px;
		border-radius: 5px;
		background-color:#ffffff;
	}
	#menu_top {
		background:transparent;
	}
	#menu_top a{
		margin:0px;
		width:100%;
		font-size	: 14px;
		padding-top:25px;
		padding-bottom:30px;
	}

}

/*

	}
@media only screen and (max-height:800px){
	#content img{
		max-height					:120px;
	}
}

@media only screen and (max-width:800px){
	#content img{
		max-height					:90px;
	}
	#menu_top{
		background:transparent;
	}
	.menubutton{
		height: 56px;
		background:transparent;
		width:45%;
	}
	#menu_top a{
		margin:0px;
		width:100%;
		font-size		: 14px;
		padding-top:20px;
		padding-bottom:20px;
		display:block;
		color						: #661514;
	}
	#content  p{
		line-height					: inherit;
		text-align					: left;
	}
	h3{
		font-size					:120%;
	}

}
@media only screen and (max-height:600px){
	#menu_top a{
		padding-top:10px;
		padding-bottom:10px;
		margin:0px;
	}
.menubutton{
		height: 40px;
*/