/*****************************************************************************/
/****************** 	General 		**************************************/

body, div, p, img, span, ul, li, a, table, h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EAEFFA;
}

a:link {
	color: #003C86;
	text-decoration: none;
}
a:visited {
	color: #003C86;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	text-decoration: none;	
	color: #FF6600;	
}


h1 {
	font-size: 18px;
	color: #003C86;
	text-align:left;
	margin-bottom:10px;
	margin-top: 20px;
}

h2 {
	font-size: 14px;
	color: #000000;
	margin-bottom:10px;
	margin-top: 20px;
}

h3 {
	font-size: 14px;
	color: #003C86;
	margin-bottom:5px;		
}

h4 {
	font-size: 14px;
	color: #000000;
}

/*****************************************************************************/
/****************** 	Main Layer 		**************************************/

#mainDiv {
/*	border: 1px solid #000000;*/
	position:absolute;
	width:990px;
	height:auto;
	z-index:1;
	left: 50%;
	margin-left: -495px;
	background-repeat: no-repeat;
}

#MinHeightDiv {
	height:675px;
	width:1px;
	position:relative;
	float:left;
}

.home {
	background-image:url(Bilder/hg_startseite.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.BackPic {
	background-image:url(Bilder/werbeartikel.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.BarDiv {
	width:990px;
	height:6px;
	background-color:#003C86;
}
.BarTop {
	position:relative;
	margin-top:0px;
	top:0px;
	margin-bottom: 10px;
}
.BarBottom {
	position:absolute;
	bottom:-10px;
	left:0px;
}

/*****************************************************************************/
/****************** 	Navigation 		**************************************/

#NaviTopDiv {
	/*border: 1px solid #000000;*/
	height:auto;
	width:198px;
	position:relative;
	float:left;
	margin-left:10px;
}
#LogoDiv {
/*	border: 1px solid #000000;*/
	background-image:url(Bilder/logo_n_promotions.jpg);
	background-repeat:no-repeat;
	background-position:top middle;
	width:auto;
	height:140px;	
}

#NaviDiv {
/*	border: 1px solid #000000;*/
	width:auto;
	height:auto;	
}

.Link {
	height:20px;
	width:198px;
	text-align:right;
	background-image:url(Bilder/navi_verlauf.jpg);
	background-repeat:repeat-y;
	margin-bottom:1px;
}

.Link p {
	padding-top:3px;
	vertical-align:middle;	
	padding-right:15px;	
}

.ActiveLink{
	color:#FF6600;
}

#NaviText {
/*	border: 1px solid #000000;*/
	width:129px;
	height:200px;
	margin-top:20px;
	padding: 35px;
	color:#003C86;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

.NaviStartseite {
	/*background-image:url(Bilder/hg_navi_startseite_blanko.jpg);*/
	background-image:url("Bilder/katalog factor 10.gif");
}
.NaviSportliches {
	background-image:url(Bilder/navi_sportliches.jpg);	
}
.NaviKlassisches {
	background-image:url(Bilder/hg_navi_startseite.jpg);	
}
.NaviAusgefallenes {
	background-image:url(Bilder/navi_ausgefallenes.jpg);	
}

.NaviRechtliches {
	background-image:url(Bilder/navi_rechtliches.jpg);	
}

.NaviFreundschaftliches {
	background-image:url(Bilder/blanko.jpg);	
}

.NaviKontakt {
	background-image:url(Bilder/blanko.jpg);	
}


/*****************************************************************************/
/****************** 	Content 		**************************************/

#ContentDiv {
/*	border: 1px solid #000000;*/
	background-repeat: no-repeat;
	position:relative;
	width:720px;
	height:auto;
	z-index:10;
	float: right;
	padding: 10px;
	margin-top:20px;
	font-size:14px;
}

#ContentDiv p {
	margin-top:4px;
}

#ContentDiv li{
	margin-left: 20px;
	margin-bottom: 4px;
}

#ContentDiv table {
	border: 0px solid #CCCCCC;
	border-style:solid;
	margin-top:30px;
	width: 700px;
	border-collapse:collapse;
}

.transtabelle {
background-color: none;
}

#ContentDiv tr {
	background-color:#FFFFFF;
}

#ContentDiv td {
	vertical-align: middle;
	border-collapse:collapse;
	padding:10px;
}

#ContentDiv td div {
	height: auto;
	border-right: 2px solid #003C86;	
}

.Text {
	padding: 10px;
	vertical-align:middle;
	width:55%;	
}
/*****************************************************************************/
/****************** Contact Persons		**************************************/

#ContactPersonsDiv {
/*	border: 1px solid #000000;*/
	width:990px;
	height:auto;
	position: absolute;
	bottom:-260px;
	left:-495px;
	margin-left:50%;
	z-index: 20;
}

.BusinessCards {
	width:auto;
	height:auto;
	position: relative;
	float: right;
	margin: 10px;
	margin-right: 15px;
}

.ContactString {
	float: left;
	color: #003C86;
	font-size: 14px;
	font-weight: bold;
}
