/*** 
/*
/*
/*	contactvienna.at CSS 
/*	26-02-10
/*	copyright philipp hofstaetter, fietstouring.com
/*
/*
***/


* { margin: 0; padding:0; }

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

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

a:hover {
	color: #555;
	}
	
a img { border:none; }
	
ul, li {
	list-style-type: none;
	}
	
h1#logo a {
	display:block;
	position:absolute;
	top: 17px;
	right: 0;
	width: 315px;
	height: 117px;
	font-size: 1.8em;
	font-weight: normal;
	color: #ef7f01;
	text-indent: -5000em;
	background: #fff url(contact-vienna-logo.png) no-repeat left top;
	}	
	
h2 {
	font-size: 26px;
	margin-bottom: 0.5em;
	line-height: 1.2;
	}
	
blockquote {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 10px 20px 0;
}

#contentMain p, #contentRight p {
	margin-bottom: 0.7em;
}

/* NAVIGATION */

#nav { 
	width: 245px; 
}

#nav li {
	line-height: 1.5;
}

#nav li a {
	text-decoration:none;
	text-transform: uppercase;
}

#nav ul ul li a {
	text-transform:none;
}

#nav ul ul {
	padding: 0;
}

a.rex-current, a.rex-active {
	font-weight:bold;
}

	
/* SEITENELEMENTE */

#container {
	position:relative;
	width: 970px;
	margin: 0 auto;	
	text-align:left;
	padding-top: 60px;
}

.slogansTop li {
	line-height: 1.3;
}

#bilder, #base {
	margin-top: 50px;
	padding-bottom: 25px;
}

.flipImageClick, .flipImageHover, a.siteLink, div.siteLink {
	display:block;
	width: 235px;
	height: 166px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

#contentLeft {
	float:left;
	position: relative;
	width: 245px;
}

#content {
	width: 725px;
	margin-left: 245px;
}

#contentTop {
	width: 725px;
	height: 166px;
	position:relative;
}

#contentMainContainer {
	margin-top: 1.5em;
}

#contentMain {
	float:left;
	padding: 0 15px 20px 0;
	width: 480px;
	line-height: 1.3;
	color: #000;
}

#contentRight {
	position:relative;
	line-height: 1.3;
	float:right;
	width: 230px;
}

/* Bereichsfarben / Startseite */

a.siteLink, .siteHeader {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 75px;
	height: 91px;
	text-align:center;
	font-weight:bold;
	font-size: 15px;
	width: 235px;
}

.siteLink:hover {
	color: #fff;
}

/* Glückskekse */

.gluecksKeks {
	border: 1px solid #b3b3b3;
	padding: 18px 7px 10px 10px;
	width: 216px;
	height: 136px;
	margin: 0 10px 10px 0;
	font-weight:normal;
}

.keksTitle {
	font-weight: normal;
}

.keksText {
	line-height: 1.4;
	margin-top: 1em;
	font-size: 14px;
}

.keksText a {
	text-decoration: none;
}

/* Kontakt */

.kontakt {
	vertical-align:top;
	padding-top: 0.7em;
	line-height: 1.3;
	
}

.kontakt a {
	text-decoration: none;
}

.orange {
	color: #ef7f01;
	font-weight:normal;
}

/* Slogan */

.slogan {
	vertical-align:bottom;
	padding-bottom: 3px;
	color: #ccc;
	font-size: 25px;
	line-height: 1.2;
}


/* Presse Medien */

.youtube {
	margin-top: 1.8em;
}

.youtube p {
	font-weight:bold;
}

/****************************** 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%;
}

