@import 'navigation.css';
@import 'sub-navigation.css';
@import 'lightbox.css';

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

body {
	background-image:url(body-bg-y.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0px solid;
}

div.line {
	width: 100%;
	border-top: 1px solid blue;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-holder-full img {
	width: 200px;
	background: url(img-shadow.jpg) no-repeat bottom left;
	padding: 0px 3px 6px 3px;
}


#google_map img, td.large-image img, img.more, #route-result img{
	width: auto !important;
	background: none !important;
	padding: 0px 0px 0px 0px !important;
}

html, body {
	margin: 0px;
	padding: 0px;
}

.center {
	width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 140px;
	background-image:url(header-bg.png);
} 

#bauhans {
	width: 177px;
	height: 94px;
	background-image: url(bauhans.gif);
	position: absolute;
	right: -70px;
	bottom: -20px;
}

#bauhans-text {
	color: #FFFFFF;
	width: 222px;
	height: 108px;
	background-image: url(bauhans-speak.png);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 55px;
	padding-left: 10px;
	right: -30px;
	bottom: -120px;
}

#bauhans-right {
	width: 177px;
	height: 94px;
	background-image: url(bauhans-rechts.gif);
	position: absolute;
	right: -70px;
	bottom: 40px;
}

#bauhans-text-right {
	color: #FFFFFF;
	width: 222px;
	height: 108px;
	background-image: url(bauhans-speak-rechts.png);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 55px;
	padding-left: 10px;
	right: -180px;
	bottom: -60px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#logo {
	margin-top: 30px;	
	border: 0px;
}

#triangle {
	margin-top: 30px;
	margin-left: 105px;
	border: 0px;
}

#actions {
	position: absolute;
	top: 120px;
	right: 20px;
}


#actions img {
	border: 0px solid;
}

#header-image {
	height: 121px;
	background-image:url(header-image-bg.png);
} 

#header-image img {
	margin-left: 97px;
}

#content {
	min-height: 300px;
	background-image:url(content-bg.png);
	position: relative;
	padding-bottom: 60px;
}

#content-bottom {
	height: 30px;
	background-image:url(content-bottom-bg.png);
	margin-bottom: 150px;
}

#tree-left {
	width: 96px;
	height: 300px;
	background-image:url(tree-left.gif);
	float: left;
}

#content-holder {
	padding-top: 25px;
	width: 495px;
	min-height: 300px;
	float: left;
	margin-left: 20px;
}

#content-holder-full {
	padding-top: 25px;
	width: 624px;
	min-height: 300px;
	float: left;
	margin-left: 20px;
}


#content-holder-full a {
	color: #000000;
	text-decoration: underline;
}

#content-holder-full a:hover {
	text-decoration: none;
}

#content-galery {
	padding-top: 25px;
	width: 110px;
	min-height: 300px;
	float: left;
	margin-left: 20px;
}




#adress {
	position: absolute;
	bottom: 0px
}

.adress, .adress a, .adress strong {
	font-size: 11px !important;
}

.adress a {
	font-size: 11px !important;
	background: none !important;
	display: inline !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}

.adress a:hover {
	color: #000000 !important;
	text-decoration: none !important;
}


ul {
	margin-top: 5px;
	list-style-image: url('list-arrow.gif');
	margin-bottom: 10px;
	margin-left: 19px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}


h1 {
	font-size: 14px;
	width: 100%;
	color: #0329ea;
	border-bottom: 1px solid #0329ea;
}

h2 {
	font-size: 12px;
	color: #0329ea;
	margin-top: 0px;
	padding-top: 0px;
}


div.image_legend {
	font-size: 10px;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 289px;
} 

.form_error {
	background-color: #FFDBB7;
	border: 1px solid black;
	width: 289px;
}



.clear {
	clear: both;
}



#carousel {
	display: block;
	width: 600px;
}

#carousel img {
	padding: 0px;
	margin: 0px;
	background: none;
}/**/

/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:none;
	padding:0px;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}


/* carousel overwrites */

.carousel-component { 
	padding:8px 16px 4px 16px;
	margin:0px;
}

.carousel-component .carousel-list li { 
	margin:4px;
	width:187px; 
	vertical-align: bottom;

}

.img-shadow-small {
	width:187px; 
	background: url(img-shadow-small.jpg) no-repeat bottom left !important;
	padding-top: 0px !important;
	padding-left: 3px !important;
	padding-bottom: 5px !important;
	padding-right: 3px !important;
}

.img-shadow-small a,  .img-shadow-small a img{
	padding: 0px !important;
	margin: 0px !important;
}

.carousel-component .carousel-list li a { 
	display:block;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	/*border: 1px solid #000000 !important;*/
}

.carousel-component .carousel-list li img { 
	vertical-align: bottom;
	
	width: 181px !important;
	/*height: 140px !important;*/
	border:0px !important;
	display:block !important; 
}
								
.carousel-component .carousel-prev img { 
	width: auto !important;
	height: auto !important;
}
.carousel-component .carousel-prev { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next img { 
	width: auto !important;
	height: auto !important;
}
.carousel-component .carousel-next { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

