﻿/***************************************************************************
ALLGEMEINE STYLES (seitenübergreifend)
****************************************************************************/

body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	margin:0;
	padding:0;
}


a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


#ImgLoading
{
	position:absolute;
	right: 5px;
	top: 5px;
}

.titelzeile
{
     background-image: url('bilder/bg.jpg');
    /*background-position: 100% 100%;*/
    background-repeat: repeat-x;
    height: 80px;

}

#Logo_Kunde
{
	position:absolute;
	right: 15px;
	top: 10px;
}


table
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
		font-size: 100%;

}

h2
{
	color:#687899;
    	font-size: 90%;
    	font-weight:normal;
}

h1
{
	font-weight:bold;
	font-size: 100%;
}





/***************************************************************************
DETAILMASKE
****************************************************************************/
