/* --------------------------------------- */
/* touratech.de

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* master styles */

body { 
	font-size:100%;
	background-color: #1c1c1c;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	behavior:url("csshover.htc");
}

p {
	color:#DDD;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-bottom:22px;
}

p a {
	text-decoration: underline;
	color:#3af;
} 

ol {
	color:#ddd;
	font-size: 0.9em;
	line-height: 1.8em;
	list-style-type: decimal; 
	list-style-position: inside;
}

ol li {
	font-weight: bold;
	margin-bottom: 20px;
}

ol ol {
	list-style-type: decimal; 
	list-style-type: inherit;
}

ol li ol li {
	margin-left: 20px;

}
ol li ol li {
	font-weight: normal;
}

/* --------------------------------------------- */
/* MISC */

#page-container {
	background: url('../sprite_page_width.jpg') repeat-y 0 0 #454545;
	
	
	position:relative;
	top:0;
	left:0;
	
	margin:0 auto;
	margin-bottom:40px;

	width: 960px;

	border-right: 1px solid #000;
	border-left: 1px solid #000;
	z-index:1;
}

#content { 
	position:relative;
	top: 0;
	left: 0;
	width: 930px;
	margin:15px;
	z-index:10;
}

#content #content-left { 
    color: #fff; 
    position: relative; 
    top: 0; 
    left: 0; 
    margin:0; 
    padding: 0; 
    width:630px; 
    height:auto;
	float: left;
	z-index:35;
}

#content #content-right {
	position: relative;
	top: 0;
	left: 0;
	margin: 17px 0;
	padding: 0;
	width:270px;
	height:500px; /* @ :auto*/
	float: right;
    z-index:25;
}





/* --------------------------------------------- */
/* HEADER */


#header {
	background-color: transparent;
	position:relative;
	top: 0;
	left: 0;
	width:100%;
	height:110px;
	z-index:50;
}

#header #header_logo {
	position:absolute;
	top:10px;
	left: 20px;
	width: 312px;
	height: 56px;
}

#header #extern-links {
	position: absolute;
	top: 15px;
	width: 130px;
	height: 40px;
	font-size: 0.8em;
	color:#aaa;
	line-height: 1.6em;
	text-align: left;
	right: 315px;
}

#header #extern-links a {
	color:#aaa;
	text-decoration: none;
	padding:3px;
}

#header #extern-links a:hover {
	color:#fff;
	background-color: #f90;	
}

#header #header-decor-left {
	position: absolute;
	top: -46px;
	left:-40px;
	width: 40px;
	height: 270px;
	background-image: url(../header-decor.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header #header-decor-right {
	position: absolute;
	top: -46px;
	right:-41px;
	width: 40px;
	height: 270px;
	
	background-image: url(../header-decor.png);
	background-repeat: no-repeat;
	background-position: -40px 0;
}

/* --------------------------------------------- */
/* MENU */


/* --------------------------------------------- */
/* BREADCRUMB */

#breadcrumb {
	position: relative;
	top: 0px;
	left: 0px;
	width: 630px;
	padding-left:12px;
	font-size: 0.8em;
	color:#bbb;
	clear: both;
	height: 20px;	
}

#breadcrumb ul {
	display:block;

}

#breadcrumb ul li {
	display: inline;
	list-style: none;
	float: left;
}

#breadcrumb ul li a {
	padding:5px;
	background-color: transparent;	
	outline: none;
}

#breadcrumb ul li a:link {
	padding:2px 5px;
	background-color: transparent;	
	color:#ccc;
	text-decoration: underline;	
}

#breadcrumb ul li a:visited {
	padding:2px 5px;
	background-color: transparent;	
	color:#ccc;
	text-decoration: underline;	
}


#breadcrumb ul li a:hover {
	padding:2px 5px;
	background-color: #f90;	
	color:#fff;
	text-decoration: none;		
}

#breadcrumb ul li a:active {
	padding:2px 5px;
	background-color: #f90;	
	color:#fff;
	text-decoration: none;			
}

/* ************************************** */
/* VIDEO */

h1.video_info  {
	color:#FFCC33;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 5px;
}

h2.video_info  {
	color:#DDD;
	font-size: 1em;
	background-color: transparent;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 5px;
}

h3.video_info  {
	color:#DDD;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin: 18px 0 5px 0;
}

small.video_info {
	font-size:0.7em;
	line-height: 1.6em;	
	color:#ccc;
}
p.video_info {
	color:#DDD;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-top:20px;
}

p.video_info em {
	font-style: italic;
}

.related_container2 {
    position:absolute;
    top:390px;
    left:0px;
	width:278px;
	height:344px;
}

#related_videos_container {
    background-color: #333;
    height:344px;
	width:262px;
	padding:0px;
	overflow:auto;
	margin:0px;
	position:relative;
	top:1px;
	left:3px;
}

#related_videos_container_tabs {
    position:relative;
    top:0px;
    left:0px;
    width:262px;
	padding:3px;
}

.related_videos_container .related_video {
    width:234px;
    padding-bottom:3px;
    height:80px;
}

.related_videos_container .related_video img {
    width:234px;
    border:0px;
    height:80px;
    padding-bottom:3px;
}


/*----*/

.shop_container2 {
    position:absolute;
    top:0px;
    left:3px;
	width:262px;
	height:344px;
}

.shop_container {
    position:absolute;
    top:400px;
    left:5px;
	width:278px;
	height:344px;
}

#shop_inhalt_container {
    background-color: #333;
    height:337px;
	width:262px;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	left:0px;
	overflow:-moz-scrollbars-vertical;
}

#shop_container_tabs {
    position:relative;
    top:0px;
    left:0px;
    width:262px;
	padding:3px;
}

.shop_inhalt_container .shop {
    width:234px;
    padding-bottom:3px;
    height:80px;
}

.shop_inhalt_container .shop img {
    width:234px;
    border:0px;
    height:80px;
    padding-bottom:3px;
}


/*----*/

fieldset {
    margin-top: 12px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: solid 1px #555;
} 
 
fieldset p {
    font-size: 12px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    background-color: #faf8ee;
    width: 480px;
    padding: 4px;
} 
 
legend {
    color:#fff; 
    font-size: 0.9em; 
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-weight: 700;
    padding: 4px 4px 4px 10px;
    border-width: 0 0 0 4px;
    border-style: none none none solid;
    border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color #555555;
    letter-spacing:1px;
    margin-bottom:10px;
}

.detail_line {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 7px;
    padding-bottom: 3px;
    color: #fff;
} 
 
.warning {
    font-size: 0.8em;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    position: relative;
    width: 318px;
    height: 18px;
    background-color:#800;
    color:#eee;
    padding:4px;
    margin-top:5px;
    display:none;
} 
 
.input_beschriftung {
    font-size:0.8em;
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    color: #fff;
} 
 
.input_field {
    position: relative;
    top: 0;
    left: 200px;
    width: 300px;
    clear: both;
    background-color:#555;
    color:#fff;
} 
 
.input_result {
    background-color: #c57e7e;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    clear: both;
    color: #fff;
} 
 
.detail_line input {
    border: solid 1px #555; 
    background-color: #555;
    width: 320px;
    padding: 2px;
    color: #fff;
} 

.detail_line textarea {
    border: solid 1px #555; 
    background-color: #555;
    width: 320px;
    padding: 2px;
    color: #fff;
} 
 
/* pseudo klassen */ 
.detail_line textarea:focus { 
     border: solid 1px #888; 
     background-color: #555;
     color:#fff;
} 
 
.detail_line input:focus { 
     border: solid 1px #888; 
     background-color: #555;
     color:#fff; 
} 


/* ------------------------------------------------------------ */
/* footer                                                       */

#footer {
	position: relative;
	width: 960px;
	height: 190px;

	border-top: 1px solid #171717;
	border-bottom: 5px solid #000;
	
	font-size: 0.7em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#bbb;
	letter-spacing: 0.05em;
	
	background: url('../sprite_page_width.jpg') no-repeat -960px 0 #2c2c2c;

	clear: both;
	display: block;
}

#footer h2 {
	font-family: Arial, Helvetica,  Verdana,sans-serif;		
	font-size: 1.4em;
	letter-spacing: 0.05em;
	margin-bottom:5px;
	border-left:5px solid #000;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	color: #ccc;
	font-weight: normal;
}

#footer-menu-1,#footer-menu-2,#footer-menu-3 {
   	position: absolute;
    width: 145px;
	top: 15px;
}

#footer-menu-1 {
	left: 25px; 
}
#footer-menu-2 {
	left: 170px    
}
#footer-menu-3 {
	left: 325px    
}


#footer ul {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
#footer li {
    list-style-type: none;
    height: 20px;
	border-left:5px solid #8F5728;
	padding-top:2px;
	margin:0;
	top:0;
}

#footer li a { 
	text-decoration: none;
	color: #aaa;
	padding: 5px 10px;
	border:0px;

	}
	
#footer li a:link {
    color: #aaa;
}
#footer li a:visited {
    color: #aaa;
}
#footer li a:hover {
    color: #FFF;
    background-color: #000;
}
#footer li a:active {
    color: #F11;
    background-color: #000;
}



#footer_copyright {
	color: #555;
	position: absolute;
	text-align: right;
	top: 202px;
	right: 15px;
	width: 350px;
	height: 20px;
	letter-spacing: 1px;
}

#footer_copyright em {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:normal;
}

#footer_legal {
	color: #555;
	position: absolute;
	text-align: left;
	top: 202px;
	left: 15px;
	width: 350px;
	height: 20px;
	letter-spacing: 1px;
}
 
a.blackpadding {
	padding: 4px 5px;
    text-decoration: none;    
}
 
a.blackpadding:link {
    color: #555;
}

a.blackpadding:visited {
    color: #555;
}

a.blackpadding:hover {
    color: #ccc;
    background-color: #000;
}

a.blackpadding:active {
    color: #fff;
    background-color: #000;    
}


/* --------------------------------------------- */
/* decor */

.loader_bg {
	background-color: #333;
	background-image: url(../loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/* --------------------------------------------- */
/* impressum */

#impressum #content-right {
	margin: -4px 0;
}

