* {
	margin: 0px;
	padding: 0px;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

/*Global styles*/

html {
	width: 100%;
	height: 100%;
}

body {
	padding-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	
	color: #fff;
	font-family: 'Shanti', Verdana, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	min-width: 1200px;
	font-size: 16px;
}

a {color: #FFF;}

a:hover {color: #903;}
a:visited {text-decoration: none;}

a.imgbord:link {color: #fff;}
a.imgbord:hover {color: #903;}

p{
	margin: 0px 0px 0px 0px;
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Shanti', Verdana, sans-serif;
   font-weight: normal;
   position: relative;
}

h1 {
	font-size: 35px;
	line-height: 2.0;
	color: #fff;
	margin-bottom: 13px;
	padding-bottom: 15px;
}	
h2 {
	font-size: 30px;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
	
h3 {
	font-size: 27px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 8px;
	padding-top: 3px;
}

h5 {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 8px;
	padding-top: 3px;
}


.invisible {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}
.button {
	background: transparent url(../images/button.jpg) no-repeat;
	display: block;
	height: 40px;
	width: 200px;
}
.button:hover {
	background-position: 0px -40px;
}
.clear{clear:both;}

table.center {
    margin-left: auto; 
    margin-right: auto;
	border: none;
}

/*Page styles*/

#top_bar {
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 40px;
	line-height: 40px;
}
#top_content {
	margin: 0px auto;
	width: 1150px;
	height: 40px;
	padding-left: 25px;
}
#top_text {
	width: auto;
	heigh: 40px;
	float: left;
	font-size: 20px;
	text-decoration: none;
}

#top_buttons {
	width: auto;
	heigh: 40px;
	float: right;
	padding-right: 25px;
}
#german_button {
	background: transparent url(../images/german_button.jpg) no-repeat;
	display: block;
	height: 40px;
	width: 56px;
	float: left;
}
#german_button:hover {
	background-position: 0px -40px;
}
#english_button {
	background: transparent url(../images/english_button.jpg) no-repeat;
	display: block;
	height: 40px;
	width: 56px;
	float: left;
}
#english_button:hover {
	background-position: 0px -40px;
}
#russian_button {
	background: transparent url(../images/russian_button.jpg) no-repeat;
	display: block;
	height: 40px;
	width: 56px;
	float: inherit;
}
#russian_button:hover {
	background-position: 0px -40px;
}

#skyline {
	background-image: url(../images/skyline.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 220px;
}

#middle_bar {
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 40px;
}
#middle_content {
	margin: 0px auto;
	width: 1150px;
	height: auto;
}
#middle_text {
	margin: 0px auto;
	font-size: 15px;
}

#main_content {
	margin: 0px auto;
	width: 1150px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
}
#menu {
	width: 208px;
	height: auto;
	float: left;
	margin-top: 8px;
}
#home_button_background {
	background-image: url(../images/home_background.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 208px;
	float: left;
}
#home_button {
	background: transparent url(../images/home_button.jpg) no-repeat;
	display: block;
	height: 40px;
	width: 200px;
}
#home_button:hover {
	background-position: 0px -40px;
}
#menu_background {
	background-image: url(../images/menu_background.png);
	background-repeat: no-repeat;
	height: 329px;
	width: 208px;
	float: left;
	margin-top: 8px;
}
#menu_content {
	height: 320px;
	width: 200px;
	float: left;
	display: block;
	padding: 1px 0px 0px 1px;
}
#kulturpartner {
	float: left;
	height: 66px;
	width: 200px;
}
#content {
	float: right;
	height: auto;
	width: 932px;
}
#head {
	background-image: url(../images/head_big.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 932px;
	padding-top: 30px;
}
#head_small {
	background-image: url(../images/head_small.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 932px;
	padding-top: 20px;
}
#slideshow_hype_container {
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
}
#content_background {
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	height: auto;
	width: 932px;
}
#main_text {
	margin: 0px auto;
	height: auto;
	width: 850px;
	font-size: 16px;
	text-align: left;
}
#agb {
	margin: 0px auto;
	height: auto;
	width: 850px;
	font-size: 10px;
	text-align: left;
}
#main_image_1 {
	margin: 0px auto;
	height: auto;
	width: 700px;
	font-size: 10px;
	text-align: center;
}
#main_image_1 a img{
	margin: 1px 4px 0px 0px;
}
#main_image_2 {
	margin: 0px auto;
	height: auto;
	width: 700px;
	font-size: 10px;
	text-align: center;
}
#main_image_2 a img{
	margin: 1px 4px 0px 0px;
}
#main_image_3 {
	margin: 0px auto;
	height: auto;
	width: 700px;
	font-size: 10px;
	text-align: center;
}
#main_image_3 a img{
	margin: 1px 4px 0px 0px;
}
#left {
	margin-left: 70px;
	height: auto;
	width: 300px;
	float: left;
	font-size: 13px;
	text-align: center;
}
#right {
	margin-right: 70px;
	height: auto;
	width: 300px;
	float: right;
	font-size: 13px;
	text-align: center;
}
#center_1 {
	margin: 0px auto;
	height: auto;
	width: 400px;
	text-align: center;
}
#center_2 {
	margin: 0px auto;
	height: auto;
	width: 400px;
	text-align: center;
}
#center_3 {
	margin: 0px auto;
	height: auto;
	width: 400px;
	text-align: center;
}
#bottom {
	background-image: url(../images/bottom_small.png);
	height: 100px;
	width: 932px;
}
#bottom_text {
	margin: 0px auto;
	height: auto;
	width: 850px;
	font-size: 10px;
	text-align: center;
	padding: 30px 0px 0px 0px;
}
#bottom_bar {
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 40px;
	margin-top: 10px;
}
#footer_content {
	margin: 0px auto;
	width: 1150px;
	height: auto;
}
#footer {
	margin: 0px auto;
	font-size: 13px;
}
/***  Lightbox  ***/
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #355176; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://salzburg-limousines.at/limousines/images/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://salzburg-limousines.at/limousines/images/next.png) right 15% no-repeat; }

#imageDataContainer{ font-family: 'Shanti', verdana, sans-serif; background-color: #355176; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #FFF; text-shadow: 3px 3px 0px #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }