@font-face {
	font-family: ubuntu_l;
	src: url(/ttf/Ubuntu-L.eot);
}

@font-face {
	font-family: ubuntu_b;
	src: url(/ttf/Ubuntu-B.ttf);
}

@font-face {
	font-family: ubuntu_l;
	src: url(/ttf/Ubuntu-L.ttf);
}


html, body {
	font-family: ubuntu_l;
	font-size: 18px;
	text-align: center;
	height: 100%;
}

html {
	
}

body {
	width: 100%;
	margin: 0 auto;
	background-color: rgb(255,255,255);
}

form {
	margin-top: 5px;
}

input {
	font-family: ubuntu_l;
	font-size: 18px;
	color: rgb(50,150,50);
	text-align: center;
	border-radius: 0.5em;
}

input.text {
	width: 290px;
}

a {
	text-decoration: none;
	color: rgb(50,150,50);
}

a.inandout {
	color: rgb(255,255,255);
}

a.renew {
	color: rgb(150,50,50);
}

div.headbar, div.fussbereich {
	width: 100%;
	font-size: 1.1em;
	background-color: rgb(55,95,215);
	color: rgb(255,255,255);
	padding-top: 5px;
	padding-bottom: 5px;
}

div.headbar {
	
}

div.fussbereich {
	position:absolute;
	bottom: 0;
}

p.mylist {
	width: 290px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: left;
	line-height: 150%;
	max-height: 50%;
	overflow: auto;
}

p.renew {
	width: 290px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: left;
	line-height: 150%;
	max-height: 20%;
	overflow: auto;
}

