﻿/* CSS-Layout */
body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color:#D9D9FF;
	text-align: center;
	font-family:"Times New Roman", Times, Serif;
	font-size:x-large;
	color:#000066;
}
#startseite {
	font-size:large;
}
#startseite a {
	font-size:large;
	color:#0000CC;
	text-decoration:none;
}
#startseite a:hover {
	font-size:large;
	color:#3E3EFF;
	text-decoration:none;
}
#footer {
    font-family:"Times New Roman", Times, Serif;
    font-size:x-small;
    font-weight:lighter;
    color:#000066;
    text-align:center;
}
#footer a {   
    font-family:"Times New Roman", Times, Serif;
    color:#000066;
    font-size:x-small;
    font-weight:lighter;
    text-decoration:none;
    text-align:center; 
}
#footer a:hover {
    font-family:"Times New Roman", Times, Serif;
    color:#3E3EFF;
    font-size:x-small;
    font-weight:lighter;
    text-decoration:none;    
    text-align:center;     
}
.linie{
	color:#000066;
}

