/* general */
body {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	height:100%; 
	overflow-y:auto; 
	margin:0; 
	padding:0 10px 0 10px; 
	font-size: 15px;
}
#seite { 	
	text-align: left;
	vertical-align: middle;	
	margin: 10px auto;
	padding: 0px;
	width: 780px;
	/* border: 1px dashed #564b47; */
}
#menu {
	width: 260px;
	margin: 40px 50px 0 0;
	text-align: right;
	position:fixed; 
	display:block;
}
/* new line */
* html #menu { position:absolute; }

#content {
	width: 550px;
	padding: 100px 0 0 300px;
	display:block;
}
#content a {
	color: #002BB8;
	text-decoration: none;
}
#content a:hover {
	color: #002BB8;
	text-decoration: underline;
}
#content a:visited {
	color: #002BB8;
}
#list {
	list-style: none;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 5px 0px;
	padding: 0;
}
#list a {
	color: #BBB;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}
#list a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 26px;
	margin: 0 0 30px 0;
	line-height: 30px;
}
h2 {
	font-size: 15px;
	margin: 0 0 6px 0;
}
h3 {
	font-size: 15px;
	margin: 1px 0 6px 0;
}
p {
	margin: 0 0 8px 0;
	line-height: 20px;
}
.picture {
	border: 1px solid #999;
	margin: 0 0 6px 0;
}
/* form */
form {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #222222;
}
select, input, textarea {
	border: 1px solid #666666;
	font-size: 11px;
	font-family: Verdana, Helvetica;
	margin-bottom: 3px;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
	margin: 2px 2px 2px 2px;
	font-size: 12px;
}
.rightMenu {
	/* font-size: 12px; font-family: Helvetica Narrow,Arial Narrow,Helvetica,Arial,Sans-Serif; */
	letter-spacing: 0px;
	font-weight: 300;
	padding: 0 0 11px 0;
}
.caption {
	font-size:		14px;
	color:			#444;
}


fieldset {
	padding: 4px;
}
label {
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}
fieldset { 
	border:1px solid #333;
}
legend {
	padding: 5px 7px;
	border:1px solid #333;
	color:#333;
	font-weight: bold;
	text-align:right;
	font-size: 12px;
}

.header {
	border-radius: 	2px;
    background:		#777 none repeat scroll 0% 0%;
    font-size:		22px;
    font-weight:	normal;
    color:			#FFF;
    line-height:	42px; 
    box-sizing:		border-box;
    padding:		2px 10px 2px 50px;
	margin:			10px 10px 20px 10px;
}
.header a {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center ;
		/* background-size: cover; */
    display: 			block;
	font-weight: 		normal;
    width: 				45px;
    height: 			45px;
    position: 			absolute;
    top: 				0px;
    left: 				10px;
}

@media only screen 
  and (min-width: 1025px) {
	.header {
		display:	none;		
	}
	#menu {
		display:	block;
	}
}
@media only screen 
  and (max-width: 1024px) {
	.header {
		display:	block;
		font-size: 	28px;
	}
	#menu {
		display:	none;
	}	
	#content {
		width:		95%;
		padding:	0;
		margin:		0;
	}
	#seite { 	
		margin:		10px;
		width:		100%;
	}
	body, .rightMenu, p {
		font-size: 15px;
		line-height: 22px;
	}
	h3 {
		font-size: 15px;
	}
	.mm-listview {	
		line-height: 13px;
		font-weight: 500;
	}
	.mm-listview > li > a, .mm-listview > li > span {
		font-size: 17px;
	}
	.mm-menu {
/*	  width: 50%;
	  min-width: 140px;
	  max-width: 440px; 
*/
	}	
}



