@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.3em;
	color: #333;
	height: 100%;
	overflow-y: scroll
}

form {display: inline;}

body {
	background: #000 url(../_images/bg.jpg) top center no-repeat;
	text-align: center;
	height: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	background: transparent url(../_images/bg_content.png) top center repeat-y;
}

#container {
	padding: 0 1px;
	width: 958px;
	background: transparent url(../_images/bg_content.png) top center repeat-y;
	position: relative;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #b5121b;
}

a:hover {
	text-decoration: underline;
}

/*** Head Styles ***/

#metaNav {
	text-align: right;
	height: 13px;
	background: transparent url(../_images/bg_meta-nav.png) top left no-repeat;
	padding: 3px 10px;
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
}

#metaNav .active {
	color: #fff;
}

#logoArea {
	background: transparent url(../_images/kv_home.jpg) top left no-repeat;
	height: 115px;
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
}

#clubLogo {
	float: left;
}

#schulLogo {
	float: right;
}

#nav {
	background: transparent url(../_images/bg_nav.jpg) top left no-repeat;
	height: 33px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
}

#nav ul li {
	float:left;
	position:relative;
	right:50%;
}

#nav ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 9px 10px 8px 10px;
	white-space: nowrap;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #b5121b;
}

#nav ul li a.active {
	background: #fff;
	color: #b5121b;
}

#nav ul li a.active:hover {
	background: #fff;
	color: #333;
}

#content {
	position: relative;
	overflow: hidden;
	background: transparent url(../_images/bg_content_sub.png) top left no-repeat;
}

#welcome {
	padding: 25px 0 15px 25px;
}

#leftMargin {
	clear: both;
	float: left;
	width: 614px;
	padding: 0 0 0 18px;
}

#rightMargin {
	float: right;
	width: 301px;
	padding: 0 18px 0 0;
}

#footer {
	clear: both;
	margin: 5px 30px 10px 30px;
	border-top: 1px solid #ccc;
	padding: 3px 5px 0 5px;
	color: #999;
}

#leftMargin .box {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

#leftMargin .box h1 {
	margin: 0 0 0.1em 0;
	font-size: 1.8em;
	color: #b5121b;
}
#leftMargin .box .boxHead {
	background: transparent url(../_images/box_big_head.png) top left no-repeat;
	height: 20px;
}

#leftMargin .box .boxContent {
	background: transparent url(../_images/box_big_content.png) top left repeat-y;
	padding: 3px 20px;
}

#leftMargin .box .boxFooter {
	background: transparent url(../_images/box_big_footer.png) top left no-repeat;
	height: 20px;
}

#rightMargin .box {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

#rightMargin .box h1 {
	margin: 0 0 0.1em 0;
	font-size: 1.8em;
	color: #b5121b;
}

#rightMargin .box .boxHead {
	background: transparent url(../_images/box_small_head.png) top left no-repeat;
	height: 20px;
}

#rightMargin .box .boxContent {
	background: transparent url(../_images/box_small_content.png) top left repeat-y;
	padding: 3px 20px;
}

#rightMargin .box .boxFooter {
	background: transparent url(../_images/box_small_footer.png) top left no-repeat;
	height: 20px;
}

#rightMargin .box .boxContent a {
	/** display: block; **/
	padding: 0 0 0 11px;
	background: transparent url(../_images/arrow_red.png) top left no-repeat;
	font-weight: bold;
}

#rightMargin .box .boxContent a.small {
	/** display: block; **/
	padding: 0;
	background: none !important;
	font-size: 0.85em;
}


.oneCol #leftMargin {
	width: 909px;
	padding: 0 24px;
}

.oneCol #leftMargin .box {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

.oneCol #leftMargin .box .boxHead {
	background: transparent url(../_images/box_full_head.png) top left no-repeat;
	height: 20px;
}

.oneCol #leftMargin .box .boxContent {
	background: transparent url(../_images/box_full_content.png) top left repeat-y;
	padding: 3px 20px;
}

.oneCol #leftMargin .box .boxFooter {
	background: transparent url(../_images/box_full_footer.png) top left no-repeat;
	height: 20px;
}




/*** Sub Pages ***/

#title {
	padding: 30px 0 0 30px;
}

#title h1 {
	color: #fff;
	font-size: 2.8em;
}

/*** Schule ***/

.schule #nav {
	background: transparent url(../_images/bg_nav_schule.png) top left no-repeat;
}

.schule #logoArea {
	background: transparent url(../_images/kv_schule.jpg) top left no-repeat;
}

/*** Club ***/

.club #nav {
	background: transparent url(../_images/bg_nav_club.png) top left no-repeat;
}

.club #logoArea {
	background: transparent url(../_images/kv_club.jpg) top left no-repeat;
}

/*** 2 Column layout ***/

.twoCol, .twoCol #container  {
	background: transparent url(../_images/bg_content_2col.png) no-repeat !important;
	background-position: 0 170px !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.twoCol #head {
	background: transparent url(../_images/bg_head.png) top left repeat-y;
	margin: 0 -1px;
	padding: 0 1px;
}

.twoCol #rightMargin {
	padding-top: 60px;
}

.twoCol #rightMargin .box .boxContent {
	background: none;
	color: #fff;
}

.twoCol #rightMargin .box .boxHead, .twoCol #rightMargin .box .boxFooter {
	background: none;
	color: #fff;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.twoCol #rightMargin .box .boxContent a {
	color: #fff;
}

.twoCol #rightMargin .box .boxContent a {
	background: transparent url(../_images/arrow_white.png) top left no-repeat;
}

.twoCol #rightMargin h1 {
	color: #fff;
} 

.twoCol #rightMargin h2 {
	color: #fff;
} 

.twoCol #rightMargin h3 {
	color: #fff;
} 

.twoCol #footer {
	width: 585px;
}

/*** POWERMAIL ***/

fieldset.tx-powermail-pi1_fieldset {
	background-color:transparent;
	border:0px;
	padding:0px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: transparent;
}
fieldset.tx-powermail-pi1_fieldset legend {
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0.3em 0 0.2em 0;
	color: #b5121b;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset label {
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
	width:160px;
}
div.powermail_mandatory_js {
	margin:3px 0 15px 160px;
	color:#B5121B;
}

.powermail_text, .powermail_textarea {
	padding: 3px;
	border: 1px solid #B5121B;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin: 10px 0 10px 160px;
	background: #fff;
	border: 1px solid #B5121B;
	padding: 3px 9px !important;
	cursor: pointer;
	color: #B5121B;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit:hover {
	color: #fff;
	background: #B5121B;
}

span.powermail_mandatory {
	color:#B5121B;
}

/*** Frontend Login ***/
.tx-felogin-pi1 label, .login_input label {
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
	width:160px;
}
.tx-felogin-pi1 fieldset div {
margin: 10px 0;
}

/*** Registration **/
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color:#B5121B;
}

.tx-srfeuserregister-pi1 label span {
	color:#B5121B;
}

.tx-srfeuserregister-pi1 label {
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
	width:160px;
	text-align: left !important;
}

input.tx-srfeuserregister-pi1-text, input.tx-srfeuserregister-pi1-password, 	.login_input input {
	padding: 3px !important;
	border: 1px solid #B5121B;
}

.tx-srfeuserregister-pi1-submit, .login_button input {
	margin: 10px 0 10px 160px;
	background: #fff;
	border: 1px solid #B5121B;
	padding: 3px 9px !important;
	cursor: pointer;
	color: #B5121B;
}

.tx-srfeuserregister-pi1-submit:hover, .login_button input:hover {
	color: #fff;
	background: #B5121B;
}

.login_button input {
	margin: 10px 0 10px 0;
	background: #fff;
	border: 1px solid #B5121B;
	padding: 3px 9px !important;
	cursor: pointer;
	color: #B5121B;
}

/*** Gallery ***/

.tx-chgallery-pi1 .chgallery-list {
	border: none !important;
	background: none !important;
	margin: 0 !important;
}

.tx-chgallery-pi1 .chgallery-list .itemodd, .tx-chgallery-pi1 .chgallery-list .itemeven {
	background: none !important;
	border: none !important;
}

.tx-chgallery-pi1 .chgallery-list .img img {
	border: 1px solid #B5121B !important;
}

.tx-chgallery-pi1 .chgallery-list .title {
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0 0 0.2em 0;
	color: #b5121b;
	font-weight: bold;
}

.tx-chgallery-pi1 small {
	display: none;
}


.tx-chgallery-pi1 .info {
	background: none !important;
	border: none !important;
	padding: 0!important;
	margin: 0 !important;
}

.tx-chgallery-pi1 .info strong {
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0 0 0.2em 0;
	color: #b5121b;
	font-weight: bold;
}

.tx-chgallery-pi1 .pagebrowser {
	border-top: 1px solid #b5121b !important;
	border-bottom: 1px solid #b5121b !important;
	margin: 5px 0 3px 0 !important;
	padding: 3px 0 !important;
}

.tx-chgallery-pi1 .pagebrowser a {
	font-weight: bold;
}

.tx-chgallery-pi1 .single {
	margin: 5px 10px !important;
	background: none !important;
	border: 1px solid #b5121b !important;
}	
	
.tx-chgallery-pi1 .single span {
	display: none !important;
}

.tx-chgallery-pi1 .single .img {
	background: none !important;
	border: none !important;
}

hr {
	border: none;
	height: 1px;
	background: #b5121b;
	width: 100%;
	margin: 10px 0;
}				