/*** 
/*
/*
/*	choices.at CSS 
/*	01-07-10
/*	copyright philipp hofstaetter, fietstouring.com
/*
/*
***/


* { margin: 0; padding:0; }

body {
	background-color: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	text-align:center;
}

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

a:hover {
	text-decoration: none;
	}
	
a img { border:none; }
	
ul, li {
	list-style-type: none;
	}

.tinymcewysiwyg li {
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.6;
	margin-left: 15px;
}

hr {
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
	}
	
a#logo {
	display:block;
	width: 131px;
	height: 57px;
	font-size: 1px;
	color: #ff0000;
	text-indent: -5000em;
	background: transparent url(logo_choices.png) no-repeat left top;
	position:absolute;
	top: 27px;
	left: 20px;
	outline: 0;
	}	
	
h1 {
	font-size: 22px;
	margin-bottom: 0.9em;
	line-height: 1;
	color: #ff0000;
	}
	
h2 {
	font-size: 13px;
	color: #ff0000;
	margin-bottom: 0.1em;
}
	
h3 {
    font-weight: bold;
	color: #666;
	margin-bottom: 0.3em;
	}

#content p {
	margin-bottom: 1em;
}

/* NAVIGATION */

#nav { 
	width: 146px;
	background: transparent url(bg_nav.png) repeat left top;
	padding: 12px 9px 12px 9px;
	margin: 0 0 0 184px;
}

#nav ul {
	border-bottom: 1px solid #bbb;
}

#nav li a {
	display:block;
	color: #666;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 0 4px 11px;
	border-top: 1px solid #bbb;
}

#nav a:hover {
	color: #ff0000;
}

#nav a.rex-current, #nav a.rex-active {
	color: #fff;
	background: #ff0000;
}

/* Subnav */

#subnav {
	padding: 0 5px 0 20px;
	line-height: 1.7;
}

#subnav a {
	font-size: 12px;
}

#subnav a.rex-current {
	font-weight:bold;
}
	
	
/* SEITENELEMENTE */

#container {
	position:absolute;
	right: 0;
	bottom: 70px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:auto;
	top: 0;
	left: 0;
	text-align:center;
	background: transparent url(rahmen_oben.png) repeat-x left top;
}

.centered {
	margin: 0 auto;
	width: 807px;
	text-align:left;
}

#header {
	position:relative;
	min-height: 105px;
	padding-top: 5px;
	z-index: 10;
	text-align:left;	
}

#base {
	width: 807px;
	margin: 35px 0 0 0;
}

#content {
	width: 807px;
	padding: 0;
	line-height: 1.5;
	background: transparent url(bg_content.png) repeat-y left top;
}

#contentLeft {
	float:left;
	width: 184px;
}

#contentRight {
	margin-left: 184px;
	padding: 0 20px;
	min-height: 250px;
}

.rahmen {
	background: transparent url(bg_base.png) repeat left top;
	width: 100%;
	height: 40px;
}

/* Bildergalerie */

.galerie {
	margin: 1.5em 0;
}

.image {
	float:left;
	margin: 0 10px 5px 0;
}

/* Startseite */

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/****************************** FOOTER *****************************/


#footer {
	position: fixed;
	height: 17px;
	bottom: 20px;
	left: 0;
	right: 0;
	background: transparent url(streifen_unten.png) repeat left top;
	font-size: 14px;
	color: #fff;
	text-align:center;
	line-height: 1;
}

#footer a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer table {
	width: 807px;
	margin: 0 auto;
	height: 17px;
}

#footer td {
	padding-right: 13px;
	vertical-align: top;
	line-height: 1;
}

#footer td.quote {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	vertical-align:middle;
}

/****************************** UTILITIES *****************************/

.hide {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


