﻿@viewport {

width: device-width;

zoom: 1;

}  
  h1 { 
       background-color: green;
       color: white;
       text-align:center;
    }
p {
	text-align: center;
	color: #000000;
	table-layout: fixed;
}
h2 {
	background-color: navy;
	color: yellow;
	text-align: right
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	table-layout: auto;
	color: #000000;
}

img {
	display: block; 
 	margin: auto; 
 	width: auto; 
	
}

#top {
	text-align: center;
}

#logo {
	color: red;
	background-color: black;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	padding: 8px;
	margin: 10px;
}

#logo-name {
	font-size: 32px;
	font-weight: bold;
	margin: 13px;
}

#navigation a {
	color:gray;
	padding:8px;
}

#navigation a:hover {
	color: red;
}

#footer {
	text-align: center;
}

#name {
	text-align: center;
	color: #00FF00;
}

#geburtsdatum {
	text-align: center;
	color: black;
}
#beruf {
	text-align: center;
}

#familienstand {
	text-align: center;
}