/*    
	| HTML & CSS Umsetzung
	| akl-design									
	| Alexander Kurz Mulitmediadienstleistungen
	| Neugasse 1
	| D-65719 Hofheim am Taunus
	| http://www.akl-design.de
	| +49 6192 2966836
	| +49 6192 2966837              
*/

/* Hintergrund */

body {
	background-image: url(../pics/obere_leiste.gif);
	background-repeat: repeat-x;
	background-color: #990000;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

img 
{
    border: none;
    border-width: 0;
}

/* Header */

#header {
	margin-left: 20px;
	/* margin-right: auto; */
	width: 805px; /* 795 */
	height: 80px;
	/* margin auf auto für zentr. */
}

#logo {
	float: left;
	padding-left: 158px;
}

#claim {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	float: left;
}


/* Content */

#page {
	margin-left: 15px;
	/* margin-right: auto; */
	margin-top: 24px;
	width: 810px;
	height: 575px;
	background-image: url(../pics/startseite_neu.jpg);
	background-repeat: no-repeat;
	/* margin auf auto für zentr. */
}

.flag_sp {
	float: left;
	margin-right: 24px;
	height: 70px;
}

#navcontainer 
{
	width: 639px;
	height: 65px;
	margin-left: 40px;
	padding-top: 7px;
	float:left;
}

.navigation a:link {
	color: #FFFFFF;
	float: left;
	width: 106px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:visited {
	color: #FFFFFF;
	float: left;
	width: 106px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:hover {
	color: #FFFFFF;
	float: left;
	width: 106px;
	height: 32px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.navigation a:active {
	color: #FFFFFF;
	float: left;
	width: 106px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.purespace640 {
	float: left;
}

#login {
	padding-top: 55px;
	padding-left: 24px;
	height: 124px;
	float: left;
}

.small {
	font-size: 10px;
}

.form {
	width: 145px;
	height: 16px;
}

.ok {
	width: 28px;
	height: 24px;
}

.center1 {
	padding-left: 30px;
	font-size: 16px;
}

.center2 {
	padding-left: 60px;
}

#welcome 
{
    float: right;
    width: 615px;
    margin-top: 190px;
    margin-right: 15px;
    margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #D5A08B;
}

#phone 
{
    clear: left;
    float: left;
	margin-top: 60px;
	font-weight: bold;
	font-size: 14px;
}

h1 {
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	color: #D5A08B;
	display: inline;
}