@charset "UTF-8";
/* CSS Document */

/********************************************************************************************************
	ALLGEMEINE EINSTELLUNGEN
********************************************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

#logo {
	width: 580px;
	height: 92px;
	background-image:url(/images/logo.gif);
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -103px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #A1A1A1;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 10px 0;
}

.neutralisator {
	height: 1px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

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

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


/********************************************************************************************************
	INTRO
********************************************************************************************************/

#start {
	width: 800px;
	height: 600px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 110px 160px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -400px;
}

#skipintro {
	width: 800px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 600px;
	left: 50%;
	margin: 0 0 0 -400px;
}


/********************************************************************************************************
	FOTOFADER
********************************************************************************************************/

#fotofader {
	width: 580px;
	height: 375px;
	background-color: #A1A1A1;
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -103px;
	/* border: 1px solid #A1A1A1; */
	background-position: 0 0;
	background-repeat: no-repeat;
}

#fotofader_bildinfo {	
	width: 580px;
	padding: 0 0 30px 0;
	position: absolute;
	top: 590px;
	left: 50%;
	margin: 0 0 0 -103px;
	font-size: 12px;
}


/********************************************************************************************************
	MENU
********************************************************************************************************/

#menu {
	width: 233px;
	height: 650px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -477px;
}

#menu a {
	width: 137px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 33px;
}

#menu a:hover {
	color: #A1A1A1;
	text-decoration: none;
	background-image: url(/images/menu_spirit2.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#menu a.active {
	width: 137px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #A1A1A1;
	text-decoration: none;
	display: block;
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 33px;
	background-image: url(/images/menu_spirit2.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#menu a.active:hover {
	color: #000000;
	text-decoration: none;
	background-image: none;
}

#menu a.sub {
	width: 127px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 43px;
	font-weight: normal;
}

#menu a.sub:hover {
	color: #A1A1A1;
	text-decoration: none;
	background-image: url(/images/menu_spirit2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu a.sub_active {
	width: 127px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #A1A1A1;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 43px;
	font-weight: normal;
	background-image: url(/images/menu_spirit2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu a.sub_active:hover {
	color: #000000;
	text-decoration: none;
	background-image: none;
}


/********************************************************************************************************
	SOCIAL BOOKMARKS
********************************************************************************************************/

#socialbookmarks {
	width: 160px;
	display: block;
	margin: 0;
	padding: 10px 0 0 43px;
}

#socialbookmarks a {
	width: 16px;
	height: 16px;
	background-image: none;
	text-decoration: none;
	border: solid 1px #A1A1A1;
	margin: 0 2px 2px 0;
	padding:0;
	float: left;
}

#socialbookmarks a:hover {
	text-decoration: none;
	border: solid 1px #000000;
}



/********************************************************************************************************
	CONTENT
********************************************************************************************************/

h1.start {
	width: 580px;
	position: absolute;
	top: 170px;
	left: 50%;
	margin: 0 0 0 -103px;
}

#backbutton {
	width: 60px;
	height: 60px;
	float: right;
	margin:  -42px -7px 0 0;
	background-image: url(/images/backbutton.jpg);
	background-repeat: no-repeat;
}

#backbutton_alt {
	width: 20px;
	height: 20px;
	float: right;
	margin: 0 0 0 10px;
}

#content {
	width: 580px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -103px;
	padding: 0 0 25px 0;
	line-height: 18px;
}

.block {
	text-align: justify;
}

/********************************************************************************************************
	WIR SIND ASV
********************************************************************************************************/

.wirsind_foto {
	width: 150px;
	height: 150px;
	border: 1px solid #A1A1A1;
	float: left;
}

.wirsind_text {
	width: 398px;
	float: right;
	padding: 0 0 25px 0;
}

/********************************************************************************************************
	
********************************************************************************************************/

#kunden_spalte1 {
	width: 280px;
	float: left;
}

#kunden_spalte2 {
	width: 280px;
	float: right;
}


/********************************************************************************************************
	RUBRIKEN
********************************************************************************************************/

#bildergalerie_uebersicht_content {
	width: 580px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -103px;
}

.rubriken_subrubrik1, .rubriken_subrubrik2, .rubriken_subrubrik3, .rubriken_subrubrik4 {
	width: 127px;
	height: 103px;
	margin: 0 26px 26px 0;
}
.rubriken_subrubrik1, .rubriken_subrubrik2 {
	margin: 0 26px 26px 0;
	float: left;
}
.rubriken_subrubrik3 {
	margin: 0 0 26px 0;
	float: left;
}
.rubriken_subrubrik4 {
	margin: 0 0 26px 0;
	float: right;
}

.rubriken_thumb {
	width: 125px;
	height: 81px;
	border: 1px solid #A1A1A1;
	background-repeat: no-repeat;
	display: block;
}




.bildergruppe1 {
	width: 125px;
	float: left;
	margin: 0 26px 26px 0;
}

.bildergruppe2 {
	width: 125px;
	float: left;
	margin: 0 26px 26px 0;
}

.bildergruppe3 {
	width: 125px;
	float: left;
	margin: 0 0 26px 0;
}

.bildergruppe4 {
	width: 125px;
	float: right;
	margin: 0;
}

.thumb1 {
	width: 39px;
	height: 39px;
	border: 1px solid #A1A1A1;
	background-position: -1px -1px;
	background-repeat: no-repeat;
	margin: 0 1px 1px 0;
	float: left;
	background-color: #A1A1A1;
}

.thumb2 {
	width: 39px;
	height: 39px;
	border: 1px solid #A1A1A1;
	background-position: -1px -1px;
	background-repeat: no-repeat;
	margin: 0 0 1px 0;
	float: left;
	background-color: #A1A1A1;
}

.thumb3 {
	width: 39px;
	height: 39px;
	border: 1px solid #A1A1A1;
	background-position: -1px -1px;
	background-repeat: no-repeat;
	margin: 0 0 1px 0;
	float: right;
	background-color: #A1A1A1;
}

.bildergruppe_text {
	width: 125px;
	clear: both;
	font-size: 12px;
}


/********************************************************************************************************
	BILDERGALERIE
********************************************************************************************************/

#bilder_wrapper {
	width: 582px;
	height: 577px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -103px;
	overflow: hidden;
}
#bilder_content {
	height: 377px;
	position: relative;
	top: 0;
	left: 0;
}

.bild_gross {
	width: 580px;
	height: 375px;
	background-color: #A1A1A1;
	border: 1px solid #FFFFFF;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
	float: left;
	display: block;
}

.bildinfotext {
	width: 582px;
	padding: 43px 20px 0 0;
	float: left;
	font-size: 14px;
}

#pfeil_previous {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 590px;
	left: 50%;
	margin: 0 0 0 -103px;
	background-image: url(/images/pfeil_previous.jpg);
	background-repeat: no-repeat;
	display: block;
}

#pfeil_next {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 590px;
	left: 50%;
	margin: 0 0 0 459px;
	background-image: url(/images/pfeil_next.jpg);
	background-repeat: no-repeat;
	display: block;
}

#bildernavi {
	width: 522px;
	height: 20px;
	position: absolute;
	top: 590px;
	left: 50%;
	margin: 0 0 0 -73px;
	display: block;
	text-align: center;
}

#bildernavi a.inactive {
	width: 18px;
	height: 18px;
	border: 1px solid #A1A1A1;
	display: block;
	line-height: 18px;
	text-align: center;
	float: left;
	text-decoration: none;
	margin: 0 5px 0 0;
}

#bildernavi a.inactive:hover {
	background-color: #A1A1A1;
	color: #FFFFFF;
	text-decoration: none;
}

#bildernavi a.active {
	width: 18px;
	height: 18px;
	border: 1px solid #A1A1A1;
	background-color: #A1A1A1;
	color: #FFFFFF;
	display: block;
	line-height: 18px;
	text-align: center;
	float: left;
	text-decoration: none;
	margin: 0 5px 0 0;
}

#bildernavi a.active:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}


.bildinfo {
	width: 590px;
	padding: 0 0 30px 0;
	position: absolute;
	top: 920px;
	left: 50%;
	margin: 0 0 0 -103px;
	font-size: 14px;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}


/********************************************************************************************************
	VIDEOS
********************************************************************************************************/

#video_wrapper {
	width: 582px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -103px;
}

#video {
	width: 500px;
	padding: 40px;
	margin: 0;
	border: 1px solid #A1A1A1;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#videoinfo {
	width: 580px;
	padding: 0 0 30px 0;
	margin: 5px 0 0 0;
	font-size: 14px;
}



/********************************************************************************************************
	KONTAKT
********************************************************************************************************/

#kontaktformular {
	padding: 0;
	margin: 10px 0 0 0;
}

#kontaktformular .labelinput {
	position: relative;
	margin: 0 0 0 0;
	height: 50px;
}

#kontaktformular .labelinput2 {
	position: relative;
	margin: 0 0 0 0;
	height: 100px;
}

#kontaktformular .labelinput label, #kontaktformular .labelinput2 label {
	z-index: 10;
	background: #FFFFFF;
	padding: 0 5px;
	margin-left: 5px;
}
#kontaktformular .labelinput input.kontakt, #kontaktformular .labelinput2 textarea {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline;
	vertical-align: top;
	z-index: 5;
}

#kontaktformular input {
	position: relative;
}
#kontaktformular label {
	font-size: 10px;
	position: absolute;
	top: 1px;
	left: 2px;
}

#kontaktformular label span {
	color: red;
	padding: 0 2px;
	font-weight: bold;
}

#kontaktformular input.kontakt, #kontaktformular textarea {
	border: 1px solid #A1A1A1;
	padding: 10px 3px 2px 3px;
	background: transparent;
	color: #333;
	font-size: 11px;
}

#kontaktformular input:hover, #kontaktformular textarea:hover {
	background: transparent;
	border: 1px solid #000000;
}

#kontaktformular input:focus, #kontaktformular textarea:focus {
	background: transparent;
	border: 1px solid #000000;
	color: #000000;
}

#kontaktformular input.kontakt {
	width: 572px;
}

#kontaktformular textarea {
	width: 572px;
	margin: 0;
	height: 100px;
	font-family: verdana, sans-serif;
	overflow: auto;
}

#kontaktformular input.submit {
	width: 580px;
	height: 30px;
	border: 1px solid #CCCCCC;
	padding: 1px 3px;
	margin: 4px 0 0 0;
	background-color: #A1A1A1;
	color: #000000;
	font-size: 12px;
}

#kontaktformular input.submit:focus, #kontaktformular input.submit:hover {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
}

