body {
	font: 62.5%/1.5em "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Lucida, sans-serif;
	margin: 40px auto;
	padding: 0;
	text-align: left;
	color: #333;
	background: #fff url(/images/bgn.jpg) repeat-x;
}

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* General */
p, ol, ul {
	padding: 0;
	margin: 0;
}

p span {
	font-weight: bold;
	color: #333;
}

.clearer {
	clear: both;
}

/* Lists */
ul {
	list-style-type: none;
}

/* Images */
img { 
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

.imgRight {
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
}

/* Headings */
h1 { 
	font-size: 1.4em;
	padding: 0 0 5px 0;
	color: #333;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	padding: 0px 0 8px 0;
	color: #5F7D97;
}

h3 { 
	font-size: 1.1em;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #333;
}

h4 { 
	font-size: 1em;
	text-align: right;
}

/* Links */
a:link { 
	text-decoration: none;
	color: #5F7D97;
}

a:active { 
	text-decoration: none;
	color: #5F7D97;
}

a:visited { 
	text-decoration: none;
	color: #5F7D97;	
}

a:hover { 
	text-decoration: none;
}

a:focus {
	outline: none;
	border: 0;
}

/* Wrapper */
div#wrapper { 
	margin: 20px auto auto 50px;
	overflow: hidden;
	width: 960px;
}

div#content {
	float: left;
	width: 760px;
	font-size: 1.2em;
}

div#content p {
	padding: 0 0 10px 0;
}

/* Header */
div#header {
	width: 760px;
	height: 60px;
	position: relative;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
}

div#lang {
	position: absolute;
	top: 0;
	right: 20px;
}

div#members {
	width: 10000px;
	background-color: #eee;
	height: 20px;
	line-height: 1.5em;
	padding: 0 50px;
	display: table-cell;
	padding: 5px 0 5px 50px;
	vertical-align: middle;
}

div#members a {
	color: #5F7D97;
	font-weight: bold;
}

/* Main */
div#main {
	float: left;
	width: 760px;
}

div#mainContent {
	color: #666;
	padding: 0 0 10px 0;
	overflow: hidden;
	min-height: 230px;
}

div#mainContent h1 {
	color: #333;
} 

div#mainContent h1 span{
	color: #B0D237;
} 

div#mainContent h2 {
	color: #333;
	padding: 10px 0;
	font-weight: bold;	
} 

div#eventDesc {
	width: 240px;
	color: #666;
	overflow: hidden;
	float: left;
	padding: 5px;
/* 	border: 1px solid red; */
}

div#eventDescContent {
	padding: 0;
}

div#eventCal {
	width: 240px;
	color: #666;
	overflow: hidden;
	float: left;
	padding: 5px;
/* 	border: 1px solid red;	 */
}

div#eventCalContent {
/* 	padding: 0 20px 0 40px; */
}

div#eventOverview {
	width: 240px;
	color: #666;
	overflow: hidden;
	float: left;
	padding: 5px;
/* 	border: 1px solid red;	 */
}

div#eventOverviewContent {
	padding: 0 5px;
}

div#eventLinks {
	padding: 0px 0;
}

/* Ads */
div#ads {
	float: right;
	width: 200px;
	padding: 45px 0 0 0;
}

div#adsContent {
	padding: 0 0 0 10px;
}

div#adsContent h3 {
	padding: 0;
	color: #5F7D97;
}

div#adsContent p {
	padding: 0 0 10px 0;
}

/* Navigation */
ul#nav {
	clear: both;
	width: 100%;
	list-style: none;
	float: left;
	color: #666;
	margin: 0 0 20px 0;
}

ul#nav li {
	background: #000 url(/images/navNotActive.jpg) no-repeat;
/* 	font-size: 1em; */
	float: left;
	width: 120px;
	height: 32px;
	line-height: 32px;
}

ul#nav li.empty {
	background: #000 url(/images/navEmpty.jpg) repeat-x;
	float: left;
	width: 200px;
	height: 32px;
	line-height: 32px;
}

ul#nav li.navLeft {
	background: url(/images/navLeft.jpg) no-repeat;
	width: 12px;
}

ul#nav li.navRight {
	background: url(/images/navRight.jpg) no-repeat;
	width: 11px;
}

ul#nav a {
	float: left;
/* 	font-size: 1.2em; */
	text-align: center;
	color: #fff;
	display: block;
	width: 120px;
}

ul#nav li.active a { 
	color: #333;
	background: #fff url(/images/navActive.jpg) no-repeat;	
}

ul#nav a:hover { 
	color: #B0D237;
}

ul#subnav {
	width: 100%;
	text-align: center;
	list-style: none;
	float: left;
	color: #666;
}

ul#subnav li {
	margin: 0 0 8px 0;
	padding: 4px 0;
/* 	font-size: 1em; */
	color: #fff;
	float: left;
}

ul#subnav a {
	float: left;
/* 	font-size: 1em; */
}

div#footer {
	clear: both;
	margin: 10px 18px 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #ddd;
}

div#footer a {
	color: #5F7D97;
}

div#subFooter {
	padding: 10px 0 0 0; 
	text-align: center; 
	color: #888;
}

div#subFooter a {
	color: #333;
}

/* Steps */
ul#steps {
	padding: 0;
	margin: 0;
}

ul#steps li {
	width: 700px;
	clear: both;
}

.step01 {
	background: url(/images/step01.png) left center no-repeat;
	padding: 0px 0 10px 40px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.step02 {
	background: url(/images/step02.png) left center no-repeat;
	padding: 10px 0 10px 40px;
	overflow: hidden;
	border-bottom: 0px solid #ddd;
}

.createExplain {
  height: 30px;
  /* border-bottom: 0px solid #ddd; */
  margin: 0 0 15px 0;
}

/* Vote Table*/
table#selections {
/* 	font-size: 1.2em; */
	padding: 20px 0 0 0;
}

table#selections tr {
}

thead#sth th {
	width: 92px;
	height: 50px;
	text-align: center;
/* 	border-left: 1px solid #aaa; */
/* 	font-weight: bold; */
	vertical-align: top;
}

table#selections tr {
	border-left: 1px solid #aaa;
	padding: 3px 0;
}

thead#sth th.firstCol, td.firstCol {
	text-align: left;
	border: 0;
	background: #fff;
}

td#userName {
	padding: 0 30px 0 0;
}

#creatorRow {
	background-color: #f5f5f5;
	height: 20px;
}

#nameSaved {
	font-size: 8pt;
	line-height: 10px;
	text-align: left;
}

#nameSavedOK {
	font-size: 8pt;
	line-height: 10px;
	text-align: left;
}

col.fav {
	/* background-color: #fff; */
}

th.fav {
	background: url(/images/star.png) bottom center no-repeat;
}

td.fav {
	background-color: #C9F03F;
}

#summaryRow {
	background-color: #ddd;
	height: 20px;
}

.browserGood {
	color: #fff;
	padding: 5px 20px 5px 30px;	
	background-color: #73b65a;
	background-image: url(/sf/sf_admin/images/ok.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.browserWarn {
	color: #fff;
	background-color: #f33;
	padding: 4px 4px 4px 30px;
	background-image: url(/sf/sf_admin/images/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}



div#adminOption {
	float: right;
	overflow: hidden;
	width: 350px;
	padding: 0 20px 0 0;	
}

/* Buttons */
a.button {
    background: transparent url('/images/btRight.png') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    height: 26px;
    margin-right: 14px;
    padding-right: 14px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/btLeft.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 6px 14px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 6px 14px;
}

.btclear { 
    overflow: hidden;
    width: 100%;
    padding: 0 0 10px 0;
}

a.button2 {
    background: transparent url('/images/btRight2.png') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    height: 26px;
    margin-right: 14px;
    padding-right: 14px;
    text-decoration: none;
}

a.button2 span {
    background: transparent url('/images/btLeft2.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 6px 14px;
}

a.button2:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 6px 14px;
}

.btclear2 { 
    overflow: hidden;
    width: 100%;
/*     padding: 0 0 10px 80px; */
	margin: 0px 260px;
}

/* Links verschicken */
ul#actionsUser, ul#actionsAdmin {
	clear: both;
/* 	width: 100%; */
	list-style: none;
	float: left;
	color: #666;
	margin: 0 0 20px 0;
}

ul#actionsUser li, ul#actionsAdmin li {
/* 	background: url(/images/navNotActive.jpg) no-repeat; */
/* 	font-size: 1em; */
	float: left;
	width: 60px;
	height: 32px;
	line-height: 32px;
}

ul#actionsUser li.actionsLeft, ul#actionsAdmin li.actionsLeft {
	background: url(/images/actionsLeft.png) no-repeat;
	width: 11px;
}

ul#actionsUser li.actionsRight, ul#actionsAdmin li.actionsRight {
	background: url(/images/actionsRight.png) no-repeat;
	width: 11px;
	padding: 0;
}

ul#actionsUser a, ul#actionsAdmin a  {
	float: left;
/* 	font-size: 1.2em; */
	text-align: center;
	color: #fff;
	display: block;
	width: 60px; 
}

ul#actionsUser li.active a, ul#actionsAdmin li.active a { 
	color: #333;
/* 	background: url(/images/navActive.jpg) no-repeat;	 */
}

ul#actionsUser a:hover, ul#actionsAdmin a:hover { 
	color: #B0D237;
}

div#voting {
	float: left;
	overflow: hidden;
	width: 350px;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 2px solid #eee;
	background: #f9f9f9;
}

div#voting h1 {
	background: url(/images/Marker_small.png) top left no-repeat;
	padding: 2px 0 10px 30px;
	font-size: 1.6em;
}

div#adminOptionen {
	background-color: #f9f9f9;
	border: 2px solid #eee;
	float: left;
	width: 340px;
	margin: 0 0 0 10px;
	padding: 10px 0 5px 15px;
	overflow: hidden;
}

div#adminOptionen h1 {
	color: #840000;
	background: url(/images/Admin2.png) top left no-repeat;
	padding: 2px 0 10px 30px;
	font-size: 1.4em;
}

div#adminOptionen a {
	padding: 0 0 0 30px;
}

/* Admin Panel mit jQuery */
#Panel {
	position: absolute;
	top: 240px;
	left: 435px;
	width: 357px;
}

#adminPanel {
	background: #444;
	height: 20px;
	display: none;
	color: #fff;
	padding: 10px;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #333;
	background: url(/images/adminPanel.png) no-repeat center top;
}

.slideButton {
	background: url(/images/adminPanel.png) no-repeat right -50px;
	text-align: center;
	width: 100px;
	height: 38px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
}

