﻿* {
	margin: 0;
	padding: 0;
}

#personbezogenetexte {
	font-size: 18px;
	font-family: Georgia, Times, "Times New Roman", serif;
	list-style-type: none;
	justify-content: left;
	padding: 40px 150px 20px 30px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

body {
        background-image: url("grafik/backgroundrecht.png");
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 80px;
}

form {
	margin: 20px;
}

textarea {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	padding: 10px; 10px; 10px; 10px;
	border-radius: 10px;
}

#uhr {
        background-image: url("grafik/uhrhg.png");
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	padding-top: 3px;
	resize: none;
	overflow-y: hidden;
	height: 50px;
}

#daswillichsagen {
	font-family: Times New Roman;
	align-items: center;
	text-align: center;
	color: white;
        font-size: 25pt; 
        word-spacin: 2; 
	letter-spacing: 2;
	height: 47px;
	background-color: #222222;
	padding-top: 0px;
}

a:link {
	color: green;
}

form input[type="submit"]{
       float: left;
       font-size: 25px;
       font-weight: bold;
       height: 60px;
       width: 500px;
       border-radius: 10px;
}

input[type="button"] {
      float: left;
      font-size: 25px;
      font-weight: bold;
      height: 60px;
      width: 500px;

}