body, html {
		font: 11px Arial, Helvetica, sans-serif;
		text-align: center;
		margin: 0;
		padding: 0;
}
h1, h2, div, p {
		font: 11px Arial, Helvetica, sans-serif;
		color: #333333;
		margin: 0;
		padding: 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0; 
}
img {
		border: 0;
		margin: 0;
		padding: 0;
}
b, strong	{
		font-weight: bold;
}
i, em	{
		font-style: italic;
}
form { 
		margin: 0;
		padding: 0;
}
textarea, input, select {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #000000; 
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ba7600;
	text-decoration: underline;
}

/************************************************
	Verschiedene wieder verwertbare Klassen
 ************************************************/

/* Clear Float ----------------- */

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}
/* Line ----------------- */

.line {
	height: 1px;
	background-color: #d2dbe0;
	overflow: hidden;
}
.lineW {
	height: 1px;
	background-color: #ffffff;
	overflow: hidden;
}

/* Contact ----------------- */

.contact {
	float: left;
	width: 172px;
	height: 102px;
	text-align: center;
	line-height: 14px;
	background: url(../images/bg_contact.png) left top no-repeat;
	margin-left: 5px;
	padding: 5px;
}
* html .contact { /* IE 6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_contact.png', sizingMethod='scale');
	background: none;
}
.contact h2 {
	margin-bottom: 15px;
}
.contact strong {
	color: #666666;
}
.contact .imgSkype {
	width: 114px;
	height: 20px;
	border: 0;
	margin-top: 5px;
}

/* Contact Left ----------------- */

.contactLeft {
	width: 172px;
	height: 102px;
	text-align: center;
	line-height: 14px;
	background: url(../images/bg_contact.png) left top no-repeat;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px;
}
* html .contactLeft { /* IE 6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_contact.png', sizingMethod='scale');
	background: none;
}
.contactLeft h2 {
	margin-bottom: 15px;
}
.contactLeft strong {
	color: #666666;
}
.contactLeft .imgSkype {
	width: 114px;
	height: 20px;
	border: 0;
	margin-top: 5px;
}
	
/************************************************
	Verschiedene allgemein verwendete IDs
 ************************************************/
 
/* Message ----------------- */

 	#message {
	width: 550px;
	color: #000000;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
}

/* Heading ----------------- */

h1#heading {
	float: left;
	width: 243px;
	height: 25px;
	color: #666666;
 	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
	padding-top: 4px;
}

 /* Container ----------------- */

#container {
	width: 980px;
	text-align: left;
	background: #D2DBE0  url(../images/bg.jpg) 0 188px repeat-x;
	margin: 0 auto;
}
		
/* Header ----------------- */

#header {
	height: 159px; 
	background: #ffffff;
	margin: 0;
	padding: 0;
}

/* Menu ----------------- */
 
#menu {
	width: 737px;
	float: left;
	height: 21px;
	font-size: 12px;
	background: #ffffff url(../images/bg_menu.jpg) left top no-repeat;
	margin: 0;
	padding-top: 8px;
}
#menuMain {
	float: left;
	width: 700px;
}
#menuMain a {
	color: #333333;
	font-weight: bold;
	background: url(../images/punkt.gif) 22px 5px no-repeat;
	margin: 0;
	padding: 2px 0 0 35px;
}
#menu a:hover {
	color: #ba7600;
}
#menuFlag {
	float: right;
	width: 155px;
	text-align: center;
	margin-right: 10px;
}
#menuFlag a {
	padding: 0 5px 0 5px;
}

/* Sub Menu ----------------- */
 
#subMenu {
	padding-left: 0px;
}
#subMenu a#subOn {
	float: left;
	height: 17px;
	width: 111px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	background: url(../images/bg_sub.gif);
	margin-left: 1px;
	padding-top: 3px;
}
#subMenu a#subOff {
	float: left;
	height: 17px;
	width: 111px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	background: url(../images/bg_sub.gif) 110px 0;
	margin-left: 1px;
	padding-top: 3px;
}
#subMenu a:hover#subOn, #subMenu a:hover#subOff {
	color: #ba7600;
}
#subMenu div.line1 {
	float: left;
	width: 10px;
	height: 1px;
	background-color: #d2dbe0;
	overflow: hidden;
	margin-top: 19px;
}
#subMenu div.line2 {
	float: left;
	width: 747px;
	height: 1px;
	background-color: #d2dbe0;
	overflow: hidden;
	margin-top: 19px;
}

/* Headline ----------------- */

h2#headline {
	font-weight: normal;
	color: #a5acb2;
	text-align: center;
	margin: 13px 0 2px 0;
}

/* Main Content ----------------- */	
		
#mainContent {
	float: left;
	width: 815px;
	margin-bottom: 20px;
}

/* Box Left ----------------- */

#boxLeft {
	float: left;
	width: 243px;
}
#boxLeft h1 {
	color: #666666;
 	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 5px 0;
}
#boxLeft p {
	width: 200px;
	text-align: justify;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* Box Right ----------------- */

#boxRight {
	float: left;
	width: 572px;
}
#boxRight h1 {
	color: #666666;
 	font-size: 16px;
	margin: 10px 0 9px 0;
}
#boxRight p {
	width: 552px;
	font-size: 12px;
	text-align: justify;
	margin: 0 10px 10px 0;
}
#boxRight p a {
	color: #000099;
}
#boxRight p a:link span, 
#boxRight p a:visited span {
	display: none;
}
#boxRight p a:hover span {
  position: absolute;
	width: 220px;
	max-width: 220px;
	display: block;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
	background-color: #FFFFCC;
  border: 1px solid #333333;
  margin: 5px 0 0 5px;
	padding: 5px 8px 5px 8px;
}

/* Sidebar ----------------- */

#sidebar {
	float: left;
	width: 165px;
	margin-bottom: 10px;
	padding: 0;
}
#sidebar div.line {
	height: 1px;
	background-color: #d2dbe0;
	overflow: hidden;
	margin-top: 19px;
}

/* Country List ----------------- */

#countrylistHead {
	width: 155px;
	height: 30px;
	background: url(../images/bg_countrylist_top.gif) left top no-repeat;
	margin-top: 10px;
}
#countrylistHead h1 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4px;
}
ul#countrylist {
	width: 143px;
	list-style: none;
	background-color: #FFFFFF;
	border-left: 1px solid #b7bfc5;
	border-right: 1px solid #b7bfc5;
	margin: 0;
	padding-left: 10px;
}
#countrylist li {
	display: inline;
	margin: 0;
	padding: 0;
}
#countrylist li a {
	height: 16px;
	display: block;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/punkt.gif) 5px 5px no-repeat ;
	margin: 0;
	padding: 2px 0 0 18px;
}
#countrylist li a:hover {
	color: #ba7600;
	text-decoration: underline;
}

/* Client Login ----------------- */

#clientLogin {
	width: 551px;
	height: 80px;
	text-align: center;
	background:  url(../images/bg_client_login.gif) left top no-repeat;
	margin-top: 16px;
	padding: 0;
}
#clientLogin h1 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
#clientLogin form {
	margin-top: 20px;
}
#clientLogin label {
	margin-right: 10px;
}

/* Newsletter ----------------- */

#newsletter {
	width: 196px;
	height: 80px;
	background: url(../images/bg_newsletter.gif) left top no-repeat;
	margin: 0 auto;
	padding: 0;
}
#newsletter h1 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4px;
}
#newsletter form {
	margin: 9px 0 0 14px;
}

/*****/

#newsletter2 {
	width: 155px;
	height: 90px;
	text-align: center;
	background: url(../images/bg_newsletter2.gif) left top no-repeat;
	margin-top: 10px;
	padding: 0;
}
#newsletter2 h1 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4px;
}
#newsletter2 form {
	margin-top: 4px;
}

/* Tariffs ----------------- */

#tariffs {
	background-color: #FFFFFF;
}
#tariffs th {
	text-align: center;
	background-color: #E5AD0E;
}
#tariffs tr {
	background-color: #dce4ea;
}
#tariffs tr.hover {
	background-color: #ced6dc;
	cursor: default;
}
#tariffs a:link {
	color: #e16501;
	margin-left: 10px;
}
#tariffs a:link span, 
#tariffs a:visited span {
	display: none;
}
#tariffs a:hover span {
  position: absolute;
	width: 220px;
	max-width: 220px;
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	background-color: #666666;
	border: 1px solid #000000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
  margin: 5px 0 0 5px;
	padding: 5px 8px 5px 8px;
}

/*****/

#tariffs2 {
	background-color: #b7bfc5;
	margin-top: 10px;
}
#tariffs2 tr {
	background-color: #edf5fb;
}

/* Linklist ----------------- */

#linklist {
	margin: 30px 0 0 10px;
	padding-right: 10px;
}
#linklist h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2px;
}


/* News ----------------- */

#news {
	width: 769px;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 20px 0 0 10px;
	padding: 10px;
}
#news h1 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	/*margin-bottom: 3px;*/
}
#news h2 {
	color: #e16501;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
#news p {
	margin: 0 0 10px 0;
}

/* Form Kontakt ----------------- */

form#contact {
	margin-top: 30px;
}
form#contact label {
	float: left;
	display: block;
	width: 100px;
	font-size: 12px;
	white-space: nowrap;
}
form#contact select {
	width: 196px;
	margin-bottom: 1px;
}
form#contact input {
	width: 190px;
	margin-bottom: 1px;
}
form#contact textarea {
	width: 452px;
	height: 150px;
	margin-bottom: 1px;
}
form#contact input#submit {
	float: right;
	width: 116px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	margin: 5px 15px 0 0;
	padding: 2px 0 2px 0;
	clear: right;
}

/* Footer ----------------- */

#footer {
	color: #666666;
	text-align: center;
	padding: 5px 0 10px 0;
}
#footer a, #footer a:hover {
	color: #666666;
	text-decoration: none;
}