﻿/**************************************************************************************/
/*  Site
/**************************************************************************************/
html, body, form
{
	margin      : 0px;
	padding     : 0px;

	font-family : Arial;
	font-size   : 11px;
	color       : #222222;
}

body
{

}

a:link,
a:visited,
a:focus,
a:active,
a:hover
{
	font-family   : Arial;
	font-size     : 11px;
	font-weight   : normal;

	text-decoration : none;

	color         : #dd2520;
	outline       : none;
}

a:hover
{
	text-decoration : underline;
}

a.seo:link,
a.seo:visited,
a.seo:focus,
a.seo:active,
a.seo:hover
{
	text-decoration : none;
	outline : none;
}

h1, h2, h3, h4
{
	font-weight : normal;
	line-height : 1em;

	padding     : 0px;
	margin      : 0px;
}

.googleMaps
{
	display : none;

	position : relative;

	width    : 508px;
	height   : 381px;
}

.png
{
	behavior : url('pngbehavior.htc');
}

.site, .pnlHeader, .pnlMain, .pnlInnerMain
{
	position : relative;
}

.btnPhone, .pnlMenu
{
	position : absolute;
}

.site
{
	background-color : #ffffff;

	top      : 0px;
	width    : 1024px;
}

.logo, .menu, .page, .sidebar
{
	position : relative;
}

.imgDesc
{
	font-size : 10px;
	color     : #555555;
}

.pnlMain
{
	width : 100%;

	background-image  : url('http://data.trans-at.seyyedi-gaillard.de/mainBG.bmp');
	background-repeat : repeat-y;
}

.pnlInnerMain
{
	left        : 110px;
	width       : 800px;
	padding-top : 90px;

	z-index     : 100;
}

.btnPhone
{
	top  : 10px;
	left : 720px;
}

.pnlFooter
{
	position            : relative;

	left                : 110px;
	
	width               : 806px;
	height              : 21px;

	padding-top         : 4px;
	padding-bottom      : 5px;
	border-top          : 1px solid #d0d0d0;

	font-size           : 10px;
	color               : #777777;
}

.btnDefault, .btnDefaultH, .btnDefaultA
{
	font-family : Arial;
	font-size   : 11px;
	color       : #389645;

	cursor      : pointer;
}

.btnDefaultH, .btnDefaultA
{
	text-decoration : underline;
}

.crossLink, .crossLinkH
{
	color  : #000000;
	cursor : pointer;
}

 .crossLinkH
 {
 	color           : #555555;
 	text-decoration : underline;
 }