/***********************************************************************/
/* Background-Styles */
/***********************************************************************/
body {
	background:url(images/background.jpg) repeat-y center;
	margin:0;
	padding:0;	
}
.container {
	/*background:url(images/bg_top.png) no-repeat scroll center top transparent;*/
	margin:0 auto;
	width:1000px;
	padding:0 20px;
}
#header {
	height:100px;
	padding-top:20px;
}
#header a.logo {
	background:url(images/logo.png) no-repeat;
	background-position:-11px 0;
	display:block;
	height:95px;
	width:248px;
	float:left;
}
#header a.logo:hover {
	background:url(images/logo.png) no-repeat;
	background-position:-11px -105px;
}
/***********************************************************************/
/* Top Navigation */
/***********************************************************************/
ul#topnav {
	margin:30px 0 0 0;
	padding:0;
	float:right;
	display:block;
}
ul#topnav li {
	float:left;
	list-style:none;
}
ul#topnav li a {
	background:url(images/topnav.png);
	display:block;
}
/* ----- Position ----- */
ul#topnav li a.ueberuns {
	background-position:0 0;
	width:104px;
	height:18px;
}
ul#topnav li a.kundenbereich {
	background-position:-104px 0;
	width:146px;
	height:18px;
}
ul#topnav li a.kontakt {
	background-position:-250px 0;
	width:97px;
	height:18px;
}
ul#topnav li a.impressum {
	background-position:-347px 0;
	width:99px;
	height:18px;
}
/* ----- Hover ----- */
#ul#topnav li a:hover {
	background:url(images/topnav.png) no-repeat;
	display:block;
	opacity:0;
}
ul#topnav li a.ueberuns:hover {
	background-position:-0px -18px;
}
ul#topnav li a.kundenbereich:hover {
	background-position:-104px -18px;
}
ul#topnav li a.kontakt:hover {
	background-position:-250px -18px;
}
ul#topnav li a.impressum:hover {
	background-position:-347px -18px;
}
/***********************************************************************/
/* Main Content */
/***********************************************************************/
.main {
	width:474px;
	min-height:850px;
	float:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin-top:20px;
	margin-bottom:10px;
	padding-top:0;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}
h1 {
	margin:0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3b5173;
	font-size:20px;
	font-weight:normal;
}
h1 a {
	color:#3b5173;
	text-decoration:none;
	border-bottom:1px dashed #3b5173;
}
h1 a:hover {
	color:#fff;
	background-color:#8896b3;
	border-bottom:1px solid #3b5173;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:16px;
	font-weight:normal;
	font-style: italic;
}
.main p {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	line-height:1.8em;
	font-size:12px;
	text-shadow:0 1px 1px #fff;
	margin:0;
}
/***********************************************************************/
/* Auflistung */
/***********************************************************************/
li.auflistung {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	line-height:1.8em;
	text-shadow:0 1px 1px #fff;
	padding:3px 0;
	list-style-image: url(images/card_arrowImg.png);
}
/***********************************************************************/
/* Link im Text */
/***********************************************************************/
a.link {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	line-height:1.3em;
	font-size:12px;
	text-shadow:0 1px 1px #fff;
	border-bottom:1px dashed #666;
	text-decoration:none;
}
a.link:hover {
	color:#fff;
	background-color:#8896b3;
	border-bottom:1px solid #000;
	text-shadow:none;
}
/***********************************************************************/
/* Thumbs with FancyBox */
/***********************************************************************/
.thumbs {
	background:url(images/nav_opaque_2.png) repeat;
	float:left;
	margin-right:10px;
	white-space:nowrap;
}
a#single_image {
	margin:0;
	padding:0;
}
img.thumb {
	border-width:0 0 3px 0;
	border-color:#262A2D;
	border-bottom-style:solid;
	margin:5px;
	vertical-align:middle;
}
.thumbs a:hover img {
	border-bottom:3px solid #990033;
}
/***********************************************************************/
/* Buttons */
/***********************************************************************/
a.btn-download {
	font-family:'LeagueGothicRegular', Arial, sans-serif;
	font-size: 23px;
	text-transform:uppercase;
	white-space: nowrap;
	text-align: center;
	width: 180px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
	padding: 12px 10px;
	color: #fff;
	position: relative;
	text-shadow: 0 1px 0 #1d4a5f;
	/*Border Radius*/
	border: 1px solid #DEDEDE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	/*Background*/
	background: #445a7c;
	background: -moz-linear-gradient(top, #8896b3 0%, #445a7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8896b3), color-stop(100%,#445a7c));
	background: -webkit-linear-gradient(top, #8896b3 0%,#445a7c 100%);
	background: -o-linear-gradient(top, #8896b3 0%,#445a7c 100%);
	background: -ms-linear-gradient(top, #8896b3 0%,#445a7c 100%);
	background: linear-gradient(top, #8896b3 0%,#445a7c 100%);
	border-color: #7785a1 #4d658a #3b5173;
	/*Box Shadow*/
	-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #78afce;
	-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #78afce;
	box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #afc1e5;
}
a.btn-download:before {
	background:url(images/icons/download.png) no-repeat;
	height:16px;
	width:24px;
	content:'';
	display:inline-block;
	margin-right:7px;
}
a.btn-download:hover {
	background: #8896b3;
	background: -moz-linear-gradient(top, #445a7c 0%, #8896b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#445a7c), color-stop(100%,#8896b3));
	background: -webkit-linear-gradient(top, #445a7c 0%,#8896b3 100%);
	background: -o-linear-gradient(top, #445a7c 0%,#8896b3 100%);
	background: -ms-linear-gradient(top, #445a7c 0%,#8896b3 100%);
	background: linear-gradient(top, #445a7c 0%,#8896b3 100%);
	border-color: #7785a1 #4d658a #3b5173;
	text-shadow: 0 1px 0 #21607d;
	-webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #8bbdd9;
	-moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #8bbdd9;
	box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #9fb1d4;
}
a.btn-download:active {
	color: #35383c;
	text-shadow: 0 1px 0 #9dacca;
}
/***********************************************************************/
/* Flaggen-Buttons */
/***********************************************************************/
/*************** DEUTSCH ***************/ 
a.flag_germany_img {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:0 0;
	height:39px;
	width:40px;
	display:block;
	float:left;
}
a.flag_germany_img:hover {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:0 -39px;
}
/*************** ENGLISCH ***************/ 
a.flag_uk_img {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-40px 0px;
	height:39px;
	width:40px;
	display:block;
	float:left;
}
a.flag_uk_img:hover {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-40px -39px;
}
/*************** FRANZÖSISCH ***************/ 
a.flag_france_img {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-80px 0;
	height:39px;
	width:40px;
	display:block;
	float:left;
}
a.flag_france_img:hover {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-80px -39px;
}
/*************** SPANISCH ***************/ 
a.flag_spain_img {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-120px 0;
	height:39px;
	width:40px;
	display:block;
	float:left;
}
a.flag_spain_img:hover {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-120px -39px;
}
/*************** RUSSISCH ***************/ 
a.flag_russia_img {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-160px 0;
	height:39px;
	width:40px;
	display:block;
	float:left;
}
a.flag_russia_img:hover {
	background:url(images/flyer-zum-download/flags_icons_klein.png) no-repeat;
	background-position:-160px -39px;
}
/***********************************************************************/
/* Devider */
/***********************************************************************/
.divide {
	border-bottom:1px solid #FFF;
    border-left:0 none;
    border-top:1px solid #AAA;
    margin:10px 0;
	clear:both;
	/* ALT
	background:url(images/divider.png) repeat-x;
	clear:both;
	display:block;
	width:474px;
	height:2px;
	margin:10px 0;
	*/
}
/***********************************************************************/
/* Newsletter-Meldungen */
/***********************************************************************/
.main-newsletter-meldung {
	margin-top:20px;
	margin-bottom:10px;
	padding-top:0;
	padding-bottom:10px;
}
h1.main-newsletter-meldung {
	margin:0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3b5173;
	font-size:20px;
	font-weight:normal;
	text-align: center;
}

