@charset "utf-8";

/* Global Styles */
html
{
	background-color: #EEE;
	color: #333;
}

body
{
	margin: auto;
	height: 100%;
	width: 1004px;
	font: normal normal normal 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}

a
{
	color: #0088CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a img
{
	border: none;
}

h1
{
	font-weight: bold;
	font-size: 24px;
	color: #333;
	letter-spacing: 1em;
	line-height: 30px;
}

h2
{
	background-color: #CCC;
	font-size: 20px;
	text-align: left;
	color: #444;
	letter-spacing: .1em;
	margin-bottom: 20px;
	padding: 5px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: #333 3px 3px 6px;
	-moz-box-shadow: #333 3px 3px 6px;
	-webkit-box-shadow: #333 3px 3px 6px;
}

h3
{
	font-size: 15px;
	text-decoration: underline;
	color: #444;
}

h4
{
	color: #444;
}

h5
{
	font-size: 15px;
	color: #444;
	border-bottom: #C60 thin solid;
}

/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article
{
	display: block;
}

/************************************************ Head Styles **************************************************/
/*---------------------------------------------------------------------------*/	

#tagline
{
	font-size: 14px;
	background: none;
	color: #000000;
	line-height: 18px;
}

header
{
	background: url(pictures/head.jpg);
	background-repeat: no-repeat;
	color: #333;
	line-height: 30px;
	width: 100%;
	height: 97px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding-top: 30px;
	box-shadow: #333 5px 5px 10px;
	-moz-box-shadow: #333 5px 5px 10px;
	-webkit-box-shadow: #333 5px 5px 10px;
}

nav
{
	background: #CCC;
	color: #333;
	height: 30px;
	width: 100%;
	line-height: 30px;
	margin: 10px 0px 10px 0px;
	display: table;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: #333 5px 5px 10px;
	-moz-box-shadow: #333 5px 5px 10px;
	-webkit-box-shadow: #333 5px 5px 10px;
}

nav span
{
	width: 80%;
	padding-left: 20px;
	display: table-cell;
}

nav ul
{
	margin: 0px;
}

nav ul li
{
	list-style: none;
	width: 5%;
	display: table-cell;
}

nav img
{
	border: #666 1px solid;
	height: 10px;
	box-reflect: below 3px -gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
	-moz-box-reflect: below 3px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
	-webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
}

nav a:hover
{
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

/************************************************ Navigation Styles **************************************************/

#content
{
	display: table;
	margin: 10px 0px;
	width: 100%;
}

aside
{
	display: table-cell;
	width: 200px;
	border: none;
	background: none;
	color: #000;
	margin: 5px 0px 5px 50px;
}

aside em
{
	text-decoration: underline;
}

/* Class Styles */

aside ul
{
	background-color: #CCC;
	padding: 0px 0px 0px 20px;
	box-shadow: #333 5px 5px 10px;
	-moz-box-shadow: #333 5px 5px 10px;
	-webkit-box-shadow: #333 5px 5px 10px;
}

aside ul li
{
	list-style: none;
}

aside ul li a
{
	color: #000000;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
}

aside ul li a:hover
{
	color: #0088CC;
}

/*---------------------------------------------------------------------------*/	
	
aside ul li ul li a
{
	font-size: 11px;
}

/*---------------------------------------------------------------------------*/	
/************************************************ Content Styles **************************************************/	
	
section
{
	display: table-cell;
	width: auto;
	margin: 5px 5px 5px 0px;
	background-color: #EDA;
	padding: 10px;
	font-size: 13px;
	color: #333;
	box-shadow: #333 5px 5px 10px;
	-moz-box-shadow: #333 5px 5px 10px;
	-webkit-box-shadow: #333 5px 5px 10px;
}

.nav
{
	color: #666;
	font-size: 11px;
}

footer
{
	font-size: 10px;
	background-color: #CCC;
	color: #333333;
	line-height: 30px;
	height: 30px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: #333 5px 5px 10px;
	-moz-box-shadow: #333 5px 5px 10px;
	-webkit-box-shadow: #333 5px 5px 10px;
}

footer a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

footer span
{
	border: none;
	padding-left: 670px;
}

#w3c
{
	line-height: 16px;
	margin-left: 20px;
	margin-top: 50px;
}

#w3c img
{
	height: 16px;
	border: none;
}

/* Class Styles */
	
.bodyText
{
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
}

.bodyText img
{
	margin-left: 80px;
	border: none;
}

.subHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #CCFF99;
	line-height: 16px;
	letter-spacing: .1em;
	width: 700px;
	margin: 10px 5px 0px 0px;
	border-bottom-style: double;
	border-bottom-color: #CCFF99;
	border-bottom-width: 1px;
}

/*---------------------------------------------------------------------------*/	
/*Page Home---------------------------------------------------------------------------*/	
	
#home-row1
{
	width: 54%;
	float: left;
	border: none;
	font-size: 13px;
	background: none;
	line-height: 20px;
	margin-top: 0px;
}

#home-row2
{
	width: 35%;
	border: none;
	padding-left: 0px;
	font-size: 12px;
	background: none;
	float: right;
}

figure
{
	display: block;
	border: 1px solid silver;
	padding: .9ex;
	margin: 5px 0;
	text-align: center;
}

figure span
{
	display: block;
	width: 100%;
	margin: 1ex 0 0 0;
	border-top: 1px solid black;
	padding: 1ex 0 0 0;
	font-style: italic;
	white-space: normal;
	text-align: left;
}

figure img
{
	border: none;
}

/*---------------------------------------------------------------------------*/			
/*Page Links---------------------------------------------------------------------------*/	

.links
{
	width: 95%;
	margin: 10px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
	clear: left;
	display: table;
}

.links img
{
	padding-right: 15px;
	float: left;
	border-style: solid;
	border-color: #666666;
	border-width: 0px;
}

/*---------------------------------------------------------------------------*/	
/*Page rb_tibet---------------------------------------------------------------------------*/	
	
#rb-tibet-nav-sel a
{
	font-size: 13px;
	width: 27%;
	color: #CCFF99;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: underline;
	display: block;
	padding: 8px 6px 10px 26px;
	float: left;
}

#rb-tibet-nav-sel a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

#rb-tibet-1
{
	font-size: 13px;
	width: 100%;
	clear: left;
}

.rb-tibet-nav a
{
	font-size: 13px;
	width: 27%;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 26px;
	float: left;
}

.rb-blueText
{
	font-size: 13px;
	color: #3366CC;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	float: left;
	width: 27%;
	margin: 10px 5px 0px 10px;
	display: table;
}

.rb-describtion
{
	font-size: 13px;
	width: 68%;
	margin: 10px 5px 0px 10px;
	display: table;
}

.rb-tabel
{
	margin: 10px 0px 20px 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: left;
}

.rb-Text
{
	font-size: 13px;
	width: 95%;
	line-height: 20px;
	clear: left;
}

.rb-Text img
{
	border: none;
	float: left;
	margin: 5px 15px 5px 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #333 3px 3px 6px;
	-moz-box-shadow: #333 3px 3px 6px;
	-webkit-box-shadow: #333 3px 3px 6px;
}

/*---------------------------------------------------------------------------*/	
/*Page Bilder---------------------------------------------------------------------------*/	

#bilder-gross
{
	width: 100%;
	text-align: center;
	display: table;
	background-color: #EDA;
	margin: auto;
	vertical-align: middle;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #333 5px 5px 10px;
	-moz-box-shadow: #333 5px 5px 10px;
	-webkit-box-shadow: #333 5px 5px 10px;
}

#bilder-gross img
{
	box-reflect: below 3px -gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(white));
	-moz-box-reflect: below 3px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(white));
	-webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(white));
}

#bilder-text
{
	text-align:left;
	margin: auto;
	color: #333;
	background-repeat: no-repeat;
}

#bilder-info
{
	text-align: left;
	font-size: 12px;
	padding-left: 20px;
	color: #333;
	background-repeat: no-repeat;
}

.bilder-row
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: none;
}

.bilder-row img
{
	vertical-align: middle;
	border: none;
	margin-left: 2%;
	margin-right: 2%;
	box-shadow: #333 5px 5px 10px;
	-moz-box-shadow: #333 5px 5px 10px;
	-webkit-box-shadow: #333 5px 5px 10px;
}


/*---------------------------------------------------------------------------*/	
/*Page Kontakt---------------------------------------------------------------------------*/	

#contact1
{
	width: 56%;
	float: right;
	border: none;
}

#contact
{
	width: 44%;
	float: left;
	border: none;
}

#contact img
{
	width: 300px;
	border: none;
	margin-bottom: 10px;
}

.contact-subHeader
{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: .1em;
	width: 95%;
	margin: 5px 0px 0px 0px;
	border-bottom-style: double;
	border-bottom-color: #CCFF99;
	border-bottom-width: 1px;
	clear: both;
}

.contact-blueText
{
	font-size: 13px;
	color: #3366CC;
	line-height: 20px;
	float: left;
	width: 150px;
	margin: 5px 0px 5px 0px;
}

.contact-tabel
{
	width: 95%;
	margin: 0px 0px 0px 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	display: table;
}

.contact-Text
{
	font-size: 13px;
	width: 200px;
	line-height: 20px;
	float: right;
	margin: 5px 0px 5px 0px;
}

/*---------------------------------------------------------------------------*/	
/*Page Gaestebuch---------------------------------------------------------------------------*/	

article
{
	border-bottom: 1px silver solid;
	padding: 10px;
	margin: 10px 5px;
}

.eintrag-head
{
	width: 100%;
	height: 32px;
	border: none;
	clear: both;
	font-size: 12px;
}

.eintrag-head-links
{
	width: 200px;/*260px*/
	height: 32px;
	border: none;
	text-align: left;
	float: left;
}

.eintrag-head-mitte
{
	width: 260px;/*180px*/
	height: 32px;
	text-align: center;
	border: none;
	float: left;
}

.eintrag-head-rechts
{
	width: 200px;/*270px*/
	height: 32px;
	text-align: right;
	border: none;
	float: right;
}

.eintrag-head-rechts img
{
	width: 20px;
	height: 20px;
	border: none;
}

.eintrag-content
{
	border: none;
	padding:  0px 20px;
	clear: both;
	font-weight: bold;
}

.eintrag-content img
{
	height: 25px;
	border: none;
}

.eintrag-content p
{
	padding-top: 10px;
}

.gbComment
{
	border: none;
	width: 100%;
	margin: 0px;
	text-align: center;
}

.gbComment img
{
	border: none;
	height: 25px;
}

.gb-eintragung-oben
{
	width: 680px;
	padding-left: 20px;
}

.gb-eintragung-links
{
	width: 170px;
	height: 650px;
	float: left;
}

.gb-eintragung-rechts
{
	width: 530px;
	height: 650px;
	float: left;
}

.gb-eintragung-zeile
{
	height: 25px;
	text-align: left;
	padding-left: 20px;
}

.gb-memo
{
	width: 200px;
	text-align: left;
	border: none;
	padding-left: 20px;
	float: left;
}

.gb-smilies
{
	width: 260px;
	text-align: left;
	padding-left: 20px;
	float: left;
}

.gb-smilie-line
{
	width: 100%;
	height: 30px;
	border: none;
	text-align: center;
	vertical-align: middle;
	clear: left;
}

.gb-smilie
{
	width: 130px;
	float: left;
	text-align: left;
	font-size: 10px;
	border: none;
	vertical-align: middle;
}

.gb-smilie img
{
	border: none;
	height: 25px;
}

.gb-smilie a
{
	margin-left: 25px;
	border: none;
}

.gbeintragenlink
{
	text-align: right;
	margin: 5px;
}

/*---------------------------------------------------------------------------*/	
/*Page Map---------------------------------------------------------------------------*/	

#map
{
	height: 550px;
	width: 100%;
	margin-bottom: 50px;
}

#map-info
{
	font-size: 13px;
	width: 300px;
	line-height: 20px;
}

#map-info img
{
	border: none;
	float: left;
	margin: 5px 5px 5px 0px;
	padding-left: 10px;
}

#map-info p
{
	border: none;
	float: right;
	margin: 0px 0px 0px 0px;
}

.form-column
{
	width: 300px;
	padding-left: 20px;
	border-left: 0px solid #ccc;
	float: left;
}

.form-column label
{
	display: block;
	margin-bottom: 10px;
}

.form-column ol
{
	list-style: none;
	padding: 0px;
}

/*---------------------------------------------------------------------------*/	
/*Page Aktuell---------------------------------------------------------------------------*/	

article
{
	margin: 5px 20px;
}

article time
{
	font-weight: bold;
}

/*---------------------------------------------------------------------------*/	
/*Page in eigner Sache---------------------------------------------------------------------------*/	

.ies-Text
{
	font-size: 13px;
	width: 95%;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.ies-Text img
{
	border: none;
	margin: 0px;
}

.ies-headline
{
	font-size: 15px;
	font-style: italic;
	text-decoration: underline;
	width: 80%;
	padding-left: 5px;
}

/*---------------------------------------------------------------------------*/	
/*Page sponsors---------------------------------------------------------------------------*/	

#centurion
{
	margin-top: 10px;
	clear: left;
}

#centurion a
{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

#buff
{
	margin-top: 10px;
	clear: left;
}

#buff a
{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

#festo
{
	margin-top: 10px;
	clear: left;
}

#festo a
{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

#wandervogel
{
	margin-top: 10px;
	clear: left;
}

#wandervogel a
{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

/*---------------------------------------------------------------------------*/	
/*Page videos---------------------------------------------------------------------------*/	

video
{
	width: 500px;
	box-reflect: below 3px -gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
	-moz-box-reflect: below 3px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
	-webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
}

.video-absatz
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.video-absatz h3
{
	text-align: left;
}

.video-absatz p
{
	width: 500px;
	margin: auto;
	padding-top: 40px;
}

/*---------------------------------------------------------------------------*/	
/*Page sitemap---------------------------------------------------------------------------*/	

#sitemap ul
{
	width: 600px;
	margin: 0px;
}

#sitemap li
{
	display: block;
	list-style: none;
	border-left: #000000 1px solid;
}

#sitemap li a
{
	line-height: 16px;
	letter-spacing: .1em;
	display: block;
	padding: 8px 6px 10px 16px;
	font-size: 13px;
	border-bottom: #000000 1px solid;
}

#sitemap li a:hover
{
	background: #222222;
}

/*---------------------------------------------------------------------------*/	
	
#sitemap ul ul
{
	width: 560px;
}

#sitemap ul ul li a
{
	font-size: 11px;
}

/*---------------------------------------------------------------------------*/	
	
#sitemap ul ul ul
{
	width: 520px;
}

