/* AS Main Stylesheet for www.travel-slide.com */

/* General */
body {
	background-color: #2D3844;
}
table {
	background-color: #2D3844;
}
.uebers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #E6E6FA;
}
.h_line {
	color:#B0C4DE;
}

.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: white;
	line-height: 1;
	margin-top: 3px;
	margin-bottom: 6px;
}
.starttext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#DFDFDF;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #DFDFDF;
}

/* Generelle Links (Menu) */

a.navilink {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
a.navilink:link {
	color: white;
	text-decoration: none;
}
a.navilink:visited {
	text-decoration: none;
	color: white;
}
a.navilink:hover {
	text-decoration: none;
	color: #35CDFF;
}
a.navilink:active {
	text-decoration: none;
	color: #E6E6FA;
}

a.nonavilink {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
/* Reiseberichte*/

.rb_titel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	color: #E6E6FA;
}

.rb_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#DFDFDF;
}

.rb_tip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color:yellow;
	border-width: 3px;
}

.rb_head {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 30px;
	border-color: white;
	border-width: 3px;
	color:#DFDFDF;
}
a.rblink {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
a.rblink:link {
	color: white;
	text-decoration: none;
}
a.rblink:visited {
	text-decoration: none;
	color: white;
}
a.rblink:hover {
	text-decoration: none;
	color: #E6E6FA;
}
a.rblink:active {
	text-decoration: none;
	color: #E6E6FA;
}

/* Ende Reiseberichte*/
.link_head {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color:white;
}

