/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.36;
	margin: 1px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

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

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 260%;
	color: #993366;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: bolder;
	text-decoration: underline;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	text-decoration: underline;
	font-style: normal;
}


h3{
	font-family: Arial, sans-serif;
	font-size: 260%;
	color: #333333;
	margin: 0px;
	text-align: justify;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bolder;
	text-decoration: underline;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding-top: 15px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #CC6600;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CC0033;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: underline;
}
#navBar{
	width: 20%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 1231px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#Testkolumne{
	display: block;
	float: left;
	width: 10%;
	font-size: 1px;
	border-left-width: 2%;
	border-left-color: #FFFFFF;
}
#ReiseKater {
	display: block;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 1px;
	padding-top: 15px;
	vertical-align: bottom;
	width: 100%;
}

#Balken-Grau {
	background-color: #666666;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #99FF00;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
#headlines{
	float:left;
	width: 12%;
	padding-left: 10px;
	line-height: 22px;
}

/************** #advert styles **************/

#advert{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Reiseberichte {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#headlines p{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content{
	float: left;
	width: 48%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	padding-top: 50px;
	color: #333333;
	text-align: left;
	padding-right: 20px;
	margin-right: 20px;
}
#content a:hover {
	text-decoration: underline;
}
#content #links {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content #links a:hover {
	font-size: x-large;
}

#content #Übersicht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	padding-top: 16%;
	padding-bottom: 100px;
	padding-left: 10px;
	float: left;
	width: 52%;
	vertical-align: text-bottom;
}
#content #feature {
	display: block;
	padding-left: 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	background-color: #333333;
	padding-top: 3px;
	letter-spacing: 1px;
	float: left;
	width: 100%;
}
#breadCrumb a:hover {
	text-transform: capitalize;
	color: #FF9900;
	font-variant: normal;
}

/************* #search styles ***************/

#search{
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FF6600;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}

#sectionLinks h3{
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #333333;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	background-color: #DDDDDD;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 90%;
	background-color: #333333;
	display: block;
}
.relatedLinks2 {
	display: block;
	font-size: 90%;
	background-color: #FFFFFF;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	background-color: #FFFFFF;
	position: relative;
	color: #000000;
	border: thin solid #CCCCCC;
	font-style: normal;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.relatedLinks a:hover {
	border: thin solid #000000;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 2px 0px 0 10px;
}
