 body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #40B7F4;
	font-size: 10px;
}
img{
	max-width: 100%;
	height: auto;
}
img.albumbild{
	max-width: 125px;
	height: auto;
	float: left;
}
#main
{
	border: 0px solid red;
	text-align : left;
	background-color: #40B7F4;

}
#oben {
	padding: 0;
	border: 0px solid aqua;
}
#userid{
	font-size: 56px;
	color: Fuchsia;
}
#links {
	float : left;
	padding: 0px 0px 0px 2px;
	border : 0px solid black;
	overflow : hidden;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	font-weight : normal;
	background-color : #A4DDFA;
	color : Black;
}

#linksanzeige {
	float : left;
	padding: 5px 2px 5px 2px;
	border : 1px groove black;
	overflow : hidden;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	font-weight : bold;
	background-color : #FFCC33;
	color : Black;
}
#mitte {
	background-color: #40B7F4;
	background-image: url(../bilder/neues-smartphone.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	padding: 0px 3px 0px 3px;
	height: auto;
	border: 0px solid yellow;
	overflow: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	color: White;
	z-index: 1;
	width:96%;
}
#rechts{
	float : right;
	padding: 0px 0px 0px 2px;
	width : 200px;
	height : 2300px;
	border : 0px solid green;
	overflow : hidden;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : justify;
	font-weight : bold;
	background-color : #A4DDFA;
	color : Black;
}
#navbar{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	width: auto;
	border: 1px solid green;
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	background-color: transparent;
	color: White;
}

#inhalt {
margin: 10px;
}

#styleswitcher {
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p {
	margin : 0;
}

h1 {
	padding: 0 0 8px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	color: Maroon;
}
h1.ueber {
	padding: 0 0 8px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: Navy;
}
h2 {
	padding: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	color: #F0E68C;
}

h3 {
	padding : 8px 0 8px 0;
	font-weight : normal;
	font-size : 18px;
	color: #F0E68C;
}

h4 {
	padding : 0 0 8px 0;
	font-weight : bold;
	font-size : 110%;
}

p {
	font-size : 100%;
	text-decoration : underline;
	text-align: justify;
}
p.ueber{
	text-align : left;
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
p.text{
	text-align : left;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	color: Black;
}
p.quelle{
	text-align : left;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}
a {
color: #0000FF;
font-weight: bold;
	font-size : 10px;
}
a.anzeigen {
	color: #FFFFFF;
	font-weight: bold;
	font-size : 16px;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
}


a.nav{
	font-weight: bold;
	font-size: 14px;
	color: Navy;
}
a.navbar{
	font-weight: bold;
	font-size: 14px;
	color: White;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 15%;
	height: 35px;
	margin-left: .5%;
	margin-right: .5%;
	background: Maroon;
	padding-top: 2px;
}
a.bilder {
color: #0000FF;
font-weight: bold;
	font-size : 14px;
}
p.title{
	color: Black;
	text-decoration: none;
	margin-bottom: 1%;
}
#normalansicht {
display: none;
}
.um-anzeige{
	width: 100%;
}
.um-anzeigenbild{
	float: left;
	width: 20%;
	margin-right: 1%;
	text-align: center;
}
.um-anzeigentext{
	float: left;
	width: 70%;
}
.clear{
	clear: both;
	border-bottom: 1px solid Black;
	width: 98%;
	margin-bottom: 1%;
	margin-top: 1%;
	height: 5px;
}
@media screen and (max-width: 735px) {
	.um-anzeigenbild{
	float: none;
	width: 96%;
	margin-right: 1%;
}
.um-anzeigentext{
	float: none;
	width: 100%;
}
a.navbar{
	width: 48%;
	margin-bottom: 1%;
}
}