
/*	gessevents.com -- Built in 06/07 by Sven Jürgensmeier	*/

/* --------------------------------------------------------------------------------- */
/*	typography								*/
/* --------------------------------------------------------------------------------- */

body,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #6e6e6e;
	text-align: center;
}

input,
select,
textarea {
	text-align: left;
}

h1 {
	font-family: Myriad Pro, Myriad Web;
	font-size: 30px;
	line-height: 30px;
	color: #302e2b;
	font-weight: normal;
	margin-bottom: -15px;
}

h2 {
	font-family: Myriad Pro, Myriad Web;
	font-size: 25px;
	line-height: 25px;
	color: #9a9188;
	font-weight: normal;
}

b {

}

em {
	font-weight: bold;
	font-style: normal;
}

small {

}

big {
	color: #0087bf;
}



#legal {
	font-size: 11px;
	line-height: normal;
	color: #bcbcbc;
}



/* --------------------------------------------------------------------------------- */
/*	links									*/
/* --------------------------------------------------------------------------------- */	

a {
	color: #0087bf;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px solid #0087bf;
}

a:hover {
	color: #009ee0;
	border-bottom: 1px solid #009ee0;
}

#logo a, #logo a:hover,
#email a, #email a:hover,
.button a, .button a:hover,
.nolink a, .nolink a:hover {
	border-bottom: none;
}

#legal a,
#legal a:hover {
	color: #bcbcbc;
	text-decoration: underline;
	border-bottom: none;
}



/* --------------------------------------------------------------------------------- */
/*	positioning								*/
/* --------------------------------------------------------------------------------- */

body {
	background-color: #d5d5d5;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#master {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#facebook { position: absolute; top: 0; left: 50%; margin-top: 140px; margin-left: -450px; }
#facebook a, #facebook a:hover { border-bottom: none; }


#logo,
#nav,
#email,
#fine {
	clear: both;
}

#left {
	float: left;
	width: 540px;
}

#right {
	float: right;
	width: 399px;
}

#nav {
	clear: both;
	width: 420px;
	height: 165px;
	margin-left: 125px;
	background-color: #f0fbff;
}

.topic-01 {
	clear: both;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-left,
#legal {
	clear: both;
	width: 410px;
	margin-left: 130px;
	margin-bottom: 120px;
}

.content-right {
	clear: both;
	width: 380px;
	margin-left: 10px;
	margin-bottom: 75px;
}

.noline-left {
	width: 300px;
	height: 32px;
	background-color: #FFF;
}



/* --------------------------------------------------------------------------------- */
/*	stuff									*/
/* --------------------------------------------------------------------------------- */

img {
	border: 0;
}

.teaser {
	float: right;
	padding: 2px;
	border: 1px solid #000;
	margin: 3px;
}

.teaser-kal {
	float: left;
	padding: 2px;
	border: 1px solid #000;
	margin: 3px;
	margin-right: 10px;
}

.clear {
	clear: both;
	visibility: hidden
}
