/*****************************/
/* Allgemeine Formatierungen */
/*****************************/
BODY {
    font-family: Arial, Verdana, Tahoma, Times New Roman;
    font-size: 75%;
    line-height: 150%;
    color: #788893;
    
    margin: 20px;
}


/***********************/
/* Link Formatierungen */
/***********************/			
A:LINK, A:VISITED {
    text-decoration: none;
    color: #788893;
}
A:HOVER, A:ACTIVE {
    text-decoration: underline;
}


img {
	border: 0px;
}

.naviTop {
	width: 150px;
	height: 35px;
	
	text-align: center;
	
	border: 1px solid #C8D6DF;
	background-image: url(./images/naviBackground.jpg);
}


.naviSearch {
	height: 35px;
	
	color: #FFFFFF;
	
	border: 1px solid #C8D6DF;
	background-image: url(./images/naviBackground_searchbar.jpg);
}

.naviTop a:link, .naviTop a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.naviTop a:hover, .naviTop a:active {
    text-decoration: underline;
}
	
.inputText {
	height: 16px;
	
	font-family: Arial, Verdana, Tahoma, Times New Roman;
    font-size: 90%;
    color: #788893;
	padding-top: 2px;

	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	color: #8E9CA6;
	font-size: 140%;
	font-weight: 600;
}