@charset "utf-8";
/* Vereinsexpress start CSS */
body {
	background:#fff;
}

h1 {
	font-family:tahoma;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#2b4d93;
	padding:0 0 10px 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding:0 0 15px 0;
	color:#000;
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin:0;
    padding:0 0 15px 0;
	line-height: 24px;
	color:#4b588e;
}

.header {
	width:100%;
	background: url(../images/headerBg.png) repeat-x;
}

.headerInner {
	margin:0 auto; 
	width:1000px;
}

.topMenue {
	height:27px;
}

.headerContent {
	height:92px;
}

.mainMenue {
	height:33px;
}

#mainContainer {
	margin:0 auto; 
	width:1000px;
}

.mainContent {
	background:transparent;
	padding:25px 0 20px 0;
}

/* LINKER INHALTSBEREICH */

.leftContent {
	width:330px;
	padding:0 20px 0 0;
}

/* RECHTER INHALTSBEREICH */

.rightContent {
	width:641px;
	padding: 15px 0 0 9px;
}

/* INHALT UNTEN */

.bottomContent {
	padding: 0;
	margin: 0;
    height:65px;
}

.bottomContent img {
    padding:0 25px 0 0;
}



/* LOGO */
.logo {
	padding:19px 0 0 10px;
}
.logo center {
	background: url(../images/sloganBg.png) no-repeat center center;
	text-transform:uppercase;
	color:#000;
	font-size:10px;
	font-weight:bold;
}


/* SHOPPING CART */
.cart {
	padding:22px 0 0 30px;
}

.cart a,
.cart a:visited {
	display:block;
	width:57px;
	height:52px;
	padding:3px 0 0 0;
	background: url(../images/cartButton.png) no-repeat;
}

.cart center {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

/* MAINCONTENT BOXEN */
.mainBox {
	width:200px;
	height:200px;
	padding:0 20px 20px 0;
}

.mainBoxLast {
	width:200px;
	height:200px;
	padding:0 0 20px 0;
}

.mainBoxBottom {
	width:200px;
	height:200px;
	padding:0 20px 0 0;
}

.mainBoxLastBottom {
	width:200px;
	height:200px;
	padding:0 0 0 0;
}

.startContentTaxNote {
	color: #5E5E5E;
	text-align:right;
	padding-top:5px;
}

/* RIGHTCONTENT BOXEN */
.rightBox {
	padding-bottom:21px;
}
/*
.ext-ie .rightBox {
	padding-bottom:10px;
	margin: 0px;
}
*/
/* RSS BLOGNEWS */
a.blogRss, a.blogRss:visited {
	padding:10px 0 10px 12px;
	margin-right:4px;
	_margin-right:2px;
	display:block;
	border-bottom: 1px solid #b9b9b9;
	background: url(../images/redArrow.png) no-repeat left 15px;
}

/* NEWSLETTER REGISTRATION */
#nlRegText {
	border: 2px solid #aeb8c7;
	width:216px;
	height:16px;
	margin-right:8px;
}
#nlRegSubmit {
	border:none;
	width:92px;
	height:30px;
	background: url(../images/button90.png) no-repeat left bottom;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

#sign_in {
	display:inline;
}
/* HEADER FLEXCONTENT (right) */
.flexContent {
	width:429px;
}

.search {
	padding:36px 0 0 0;
}
#searchText {
	border: 2px solid #aeb8c7;
	width:231px;
	height:16px;
}

#searchText {
	border: 2px solid #aeb8c7;
	width:231px;
	height:16px;
}

#searchSubmit {
	border:none;
	width:92px;
	height:30px;
	margin-left:8px;
	background: url(../images/button80.png) no-repeat left bottom;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

/* FOOTER MENUE AND FEATURES */



/* TOPMENUE */

.topMenue ul li  {
	padding:8px 4px 0 3px;
}

.topMenue ul li a,
.topMenue ul li a:visited {
	text-align:center;
	display:block;
	width:82px;
	height:17px;
	line-height:17px;
	background: url(../images/topMenueButtons.png) no-repeat;
	color:#2b4d92;
	padding: 2px 0 0 0;
}

.topMenue ul li a:hover {
	text-align:center;
	display:block;
	width:82px;
	height:17px;
	line-height:17px;
	background: url(../images/topMenueButtons.png) no-repeat;
	color:#2b4d92;
	padding: 2px 0 0 0;
}

.topMenue ul li a.logoutTop,
.topMenue ul li a:visited.logoutTop,
.topMenue ul li a:hover.logoutTop {
	text-align:center;
	display:block;
	width:84px;
	height:17px;
	line-height:17px;
	background: url(../images/logoutButton.png) no-repeat;
	color:#fff;
	padding: 2px 0 0 0;
}

.topMenue ul li span {
	display:block;
	height:17px;
	line-height:17px;
	background: url(../images/loggedInBg.png) bottom repeat-x;
	padding: 2px 0 0 0;
}

.topMenue ul li.first {
	background: url(../images/loggedInLeft.png) no-repeat left bottom;
	padding-left:7px;
}
