/* Layout */
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #E21519;
	background-color: #E21519;
	height: 1px;
	border: none;
	margin-bottom: 25px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	background-image: url('../img/bg_body.png');
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 80%;
}

div {
	margin: 0px;
	padding: 0px;
}

br.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#outer {
	width: 960px;
	min-height: 400px;
	margin: 0px auto;
}

#keyvisual {
	background-image: url('../img/keyvisual.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	height: 203px;
	border-left: 1px solid #af9694;
	border-right: 1px solid #af9694;
}

#logoLink {
	display: block;
	position: relative;
	width: 410px;
	height: 115px;
	top: 45px;
	left: 37px;
}  /* Navigation */
#navigation {
	width: 960px;
	height: 45px;
	margin: 0px auto;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	width: 150px;
	position: relative;
	text-align: center;
}

#navigation li ul {
	display: none;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: auto;
}

#navigation ul li a {
	display: block;
	padding: 11px;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li.act {
	background-color: #000;
}

html #navigation ul li a {
	height: 1%;
}

#navigation li:hover a {
	background-color: #000;
	/*background-image:url('../img/bg_nav_act.png');	background-repeat: repeat-x;	background-position: top left;  */
}

#navigation li:hover li a:hover {
	background-image: none;
	background-color: #000;
	color: #fff;
}

#navigation li:hover li a {
	background-image: none;
	font-size: 100%;
	background-color: #fff;
	color: #000;
}

#navigation li ul li a {
	padding: 5px;
	border: 1px solid #000;
	border-collapse: collapse;
	color: #777;
	border-top: none;
}

#navigation li:hover ul {
	display: block;
}  /* SubLevel Navigation */
#leftColumn ul {
	line-height: 1.8em;

}

#leftColumn ul li {
	list-style-image: url("../img/ic_subnav.gif");

}

#leftColumn ul li.act {
	list-style-image: url("../img/ic_subnav_act.gif");
}

#leftColumn ul li.act a {
	color: #000;
}

#leftColumn ul li a:hover {
	color: #000;
}

#leftColumn ul li.act ul li a {
	color: #E83629;
}

#leftColumn ul li.act ul li a:hover {
	color: #000;
}

#leftColumn ul li ul li.act a {
	color: #000;
}

#leftColumn ul a {
	text-decoration: none;
}

#leftColumn ul {
	
}

#leftColumn ul ul {
	margin: 0px;
	padding-left: 22px;
}

#leftColumn ul li ul li {
	
}  /* Elements */
#contentContainer {
	width: 958px;
	margin: 0px auto;
	min-height: 200px;
	border-left: 1px solid #af9694;
	border-right: 1px solid #af9694;
	background-color: #fff;
	overflow: auto;
}

#footer {
	width: 100%;
	background-image: url("../img/footer.png");
	background-repeat: repeat-x;
	background-position: top center;
	height: 205px;
}

#footerContent {
	width: 898px;
	background-color: #fff;
	opacity: 0.75;
	filter:Alpha(opacity=75);
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #af9694;
	border-right: 1px solid #af9694;
	height: 160px;
	margin: 0px auto;
	padding: 30px;
	padding-top:15px;
	text-align: center;
}

#footerContent img {
	margin-right: 25px;
}

#leftColumn {
	width: 190px;
	float: left;
	padding: 10px;
	margin-top: 35px;
	margin-bottom: 25px;
}

#leftColumn .sponsoringPlace {
	display: block;
	margin: 0px auto;
	width: 120px;
	height: 20px;
	background-image: url('../img/bg_sponsoring.gif');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70px;
	font-size: 85%;
	text-align: center;
	margin-bottom: 45px;
	border: 1px dashed #E21519;
	cursor: pointer;
}

#leftColumn .sponsoringPlace a {
	text-decoration: none;
}

#leftColumn .sponsoringPlace a:hover {
	text-decoration: underline;
}

#rightColumn {
	width: 225px;
	float: right;
	padding: 10px;
	margin-top: 35px;
	margin-bottom: 25px;
}

#contentColumn {
	width: 460px;
	padding: 10px;
	float: right;
	margin-top: 35px;
	margin-bottom: 25px;
	margin-right: 15px;
}

#contentColumn img.right {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: right;
}

#contentColumn img.left {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
}

#contentColumn .B_crumbBox {
	font-size: 85%;
	margin-bottom: 10px;
	display: block;
}

.mpBox {
	margin: 10px;
	padding: 10px;
	padding-left: 15px;
	border: 4px solid #E21519;
	margin-bottom: 45px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.mpImage {
	position: relative;
	z-index: 1;
	top: -30px;
	left: -30px;
}

.mpBox h2 {
	margin-top: -30px;
	margin-bottom: 10px;
	color: #E83629;
	border: 0px;
}

.mpBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}

.mpBox li {
	font-size: 85%;
	padding-bottom: 20px;
}

.mpBox li a {
	text-decoration: none;
}

.mpBox .twitterImage {
	float: left;
	margin-right: 5px;
	margin-top: 8px;
}

.mpBox .mixxtAuthor {
	color: #5F5F5F;
}

.mpBox .mixxtLink {
	color: #E83629;
}

.mpBox a img {
	border: 1px solid #E83629;
}  /* Style */
p,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #E83629;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

#contentColumn h1,#contentColumn h2,#contentColumn h3,#contentColumn h4
	{
	color: #E83629;
}

#contentColumn,#rightColumn {
	line-height: 1.8em;
}

#contentColumn h1 {
	margin-bottom: 15px;
	font-size: 200%;
}

#contentColumn h2 {
	margin-bottom: 15px;
	color: #5F5F5F;
	font-weight: normal;
	font-size: 140%;
}

#contentColumn h3 {
	margin-bottom: 5px;
	border-bottom: 1px solid #E83629;
	font-size: 120%;
}

#contentColumn h4 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 100%;
}

#contentColumn p {
	margin-bottom: 20px;
}

#contentColumn ul {
	list-style-type: square;
}

#footerNavigation {
	width: 100%;
	height: 17px;
	padding-top:10px;
	font-size: 11px;
	word-spacing: 1.5em;
	color: #000;
	text-align: right;
}

#footerNavigation a {
	color: #000;
	text-decoration: none;
}

h1 a,h2 a,h3 a,h4 a {
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
	text-decoration: underline;
}

a.download {
	text-decoration: none;
}

a.download:hover {
	text-decoration: underline;
}

.fileDesc {
	font-size: 80%;
}

.downloadIcon {
	margin-bottom: -2px;
	margin-right: 10px;
}

form,fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#EmailForm label {
	display: block;
	margin-bottom: 10px;
	font-size: 85%;
	font-weight: bold;
	color: #000;
}

#cfName,#cfEmail,#cfMessage {
	width: 360px;
	border: 1px solid #CCC;
}

#cfRegards,#cfAnmeldeerinnerung {
	width: 365px;
	border: 1px solid #CCC;
}  /* Registrationsform */
.halfColumn {
	width: 230px;
}

.leftColumn {
	float: left;
}

.halfColumn input.textField,#regBarcampShirt {
	width: 200px;
	border: 1px solid #CCC;
}

#regBarcampShirt {
	width: 205px;
	border: 1px solid #CCC;
}

#regEmail,#regUsername,#regContributiontopic, #regInviter {
	width: 430px;
	border: 1px solid #CCC;
}

.radioField {
	
}

.rightColumn {
	float: right;
}

form label {
	font-size: 90%;
	color: #000;
	font-weight: normal;
}

label.required {
	font-weight: bold;
}

#contentColumn form p.formInfoText {
	font-size: 85%;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-right: 20px;
}

form .regButton,#wlpeLoginButtons button,#wlpeUserButtons button,#wlpeProfileDeleteButtonsFieldset button,#wlpeSaveProfileButton,#wlpeProfileLogoutButton,#wlpeProfileDeleteButton
	{
	background-color: #E83629;
	border: 1px solid #E83629;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 20px;
}

#wlpeLoginButtons {
	width: 252px;
}

#wlpeLoginButtons #wlpeLoginButton {
	float:right;
}

#wlpeLoginButtons #wlpeResetPasswordButton {
	float:left;
	background-color: #fff;
	color: #E83629;
}
.nextButton {
	margin-left: 312px;
}

.inviteButton {
	margin-left: 360px;
}

.formRuler {
	margin-top: 15px;
}

.step {
	width: 120px;
	float: left;
	border: 1px solid #E83629;
	color: #E83629;
	text-align: center;
}

.stepSpacer {
	text-align: center;
	float: left;
	width: 33px;
}

.stepSpacer img {
	margin-top: 5px;
}

#activeStep {
	background-color: #E83629;
	color: #fff;
	font-weight: bold;
}

#regTag1,#regTag2,#regTag3 {
	border: 1px solid #CCC;
	width: 385px;
}

#wlpePassword,#wlpeUsername {
	border: 1px solid #CCC;
	width: 250px;
}

#wlpeResetPasswordButton {
	margin-right: 25px;
}

#wlpeSaveProfileButton {
	margin-left: 130px;
}

div.errors {
	font-size: 85%;
	border: 1px solid #E83629;
	color: #E83629;
	margin-bottom: 20px;
	padding: 10px;
}

.help {
	font-size: 95%;
	color: #000ca6;
	font-weight: bold;
}

.spreadLinksParagraph {
	line-height:1.0em;
	margin-top:10px;
	margin-bottom:5px;
}

.spreadLink {
	text-decoration:none;
	font-size:80%;
	padding-top:5px;
}

.mpBox .spreadLinksParagraph a img {
	border:none;
	float:left;
	margin-right:5px;
}

.legende {
	float:right;
	color: #000;
	font-size: 70%;
}

.userListColumn {
font-size: 90%;
width:220px;
float:left;
}

.userListColumn li {
	line-height: 2.2em;
}
.userListColumn img {
	margin-bottom: -3px;
}
.userListColumn .userInfo {
	cursor: help;
}

.teamPresentation {
	font-size: 85%;
	clear:both;
	margin-bottom: 25px;
}

#contentColumn .teamPresentation h4 {
	margin-bottom: 0px;
	font-size: 115%;
}

.teamRuler {
	color: #E83629;
	background-color: #E83629;
	border: none;
	height: 1px;
	clear:both;
}

.teamPresentation .jobtitle {

}

.teamPresentation .comLinks {
	clear:both;
	float:right;
	text-align:right;
}

.teamPresentation .comLinks a img {
	border:none;
}

.teamPresentation img {
	float:right;
	margin-left: 10px;
	border: 2px solid #E83629;	
}

.teamPresentation .myTags {
}

.teamPresentation .tag {
	text-decoration: underline;
}

img.sponsoringLogo {
	margin-top: 15px;
	margin-bottom: 5px;
	
}

.sponsorContainer {
	text-align:center;
}

.xlSponsorsHl {
	font-size:80%;
	padding-top:5px;
	padding-bottom:15px;
}

.xlSponsors {
	margin-top:15px;
	margin-bottom: 30px;
}

#contentColumn .suggestion {
	width: 300px;
	float:left;
	padding-top:8px;
}

#contentColumn .suggestionVote {
	width: 130px;
	float: right;
	text-align:right;
}

#contentColumn .star-rating, #contentColumn .star-rating2 {
	text-align: left;
}

#contentColumn .suggestionTitle {
	font-weight:bold;
	margin-bottom: 0px;
}

#contentColumn .suggestionDesc {
	font-size: 90%;
}


#addSuggestions fieldset {
	border: 1px solid #E21519; 
	padding: 10px;
}

#addSuggestions legend {
	font-weight:bold;
	font-size: 85%
}

#addSuggestions label {
	font-weight:bold;
}

#addSuggestions #cfSuggestorEmail.invalid,  #addSuggestions #cfSuggestion.invalid{
	border: 1px dashed #E21519;
}

#addSuggestions .formLeftColumn {
	width:275px;
	float:left;
}

#addSuggestions .formRightColumn {
	width:150px;
	float:right;
	text-align:left;
	margin-top:10px
}

#addSuggestions #cfContact {
	background-color:#E83629;
	border:1px solid #E83629;
	color:#FFFFFF;
	margin-left:59px;
}

#addSuggestions #cfSuggestion, #addSuggestions #cfSuggestorEmail {
	width: 260px;
	margin-bottom: 10px;
	border: 1px solid #E21519; 
}

#cfSuggestionDesc {
	width: 260px;
	border: 1px solid #E21519; 
	margin-bottom: 0px;
}

#addSuggestions #cfCode {
	margin-top: 12px;
	margin-bottom: 10px;
	border: 1px solid #E21519; 
}

#addSuggestions #cfCodeinput {
	border: 1px solid #E21519; 
	width: 148px;
}

.paginateLinks {
	border-bottom: 1px solid #E21519; 
	text-align:center;
	margin-bottom: 15px;
	padding: 0px;
}

.paginateLinks .suggestPageLink {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #E21519;
	background-color: #E21519; 
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

.paginateLinks .activePage {
	color: #E21519;
	background-color: #fff;
}

.paginateLinksBottom {
	border-top: 1px solid #E21519; 
	text-align:center;
	margin-bottom: 15px;
	padding: 0px;
}

.paginateLinksBottom .suggestPageLink {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #E21519;
	background-color: #E21519; 
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

.paginateLinksBottom .activePage {
	color: #E21519;
	background-color: #fff;
}

.suggestCounter {
float:left;
text-align:left;
width: 170px;
font-size: 85%;
font-weight:bold;
}

.suggestNavigation {
float:right;
width: 280px;
text-align:right;

}

.wlpeMessage {
	padding: 5px 10px;
	border: 1px solid #E21519;
	margin-bottom: 20px;
	width: 420px;
}
#contentColumn p.wlpeMessageText {
	margin: 0px;
	color: #E21519;
	font-weight: bold;
}

#changerPW {
	display: none;	
}ottom {
	border-top: 1px solid #E21519; 
	text-align:center;
	margin-bottom: 15px;
	padding: 0px;
}

.paginateLinksBottom .suggestPageLink {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #E21519;
	background-color: #E21519; 
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

.paginateLinksBottom .activePage {
	color: #E21519;
	background-color: #fff;
}

.suggestCounter {
float:left;
text-align:left;
width: 170px;
font-size: 85%;
font-weight:bold;
}

.suggestNavigation {
float:right;
width: 280px;
text-align:right;

}

.wlpeMessage {
	padding: 5px 10px;
	border: 1px solid #E21519;
	margin-bottom: 20px;
	width: 420px;
}
#contentColumn p.wlpeMessageText {
	margin: 0px;
	color: #E21519;
	font-weight: bold;
}

#changerPW {
	display: none;	
}