/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 1px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 180px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #ccc url(../Bilder/fans.jpg);
}

#kwick .opt2 {
	background: #ccc url(../Bilder/spiele.jpg);
}

#kwick .opt3 {
	background: #ccc url(../Bilder/events.jpg);
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}
/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 620px;
	/*border-right: 1px solid #1c1c1c;*/
	background: #ffffff;	
	text-align: center;
}

.title {
	width: 620px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #000000;
	background: #FFFFFF;
}
.title h2 {
	font-size: 13px;
	color: #99FF00;
}
.title ul {
	padding-left: 20px;
	list-style-type: disc;
}


::-moz-selection {
	background: #000;
	color: #999;
}

::selection {
	background: #000;
	color: #999;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}



/*shared*/

span.clr {
	display: block;
	clear: both;
}

.thumbnailContainer {
	font-size:8pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3c58a4;
	width:600px;
	display:none;
	
}


.imghorizontal 
{	
	width: 100px;
	height: 66px;
	cursor: pointer;
	vertical-align:middle;
	text-align:center;
}

.imgvertical
{
	width: 76px;
	height: 100px;
	cursor: pointer;
	vertical-align:middle;
	text-align:center;
}

#footer {
	width: 100%;	
	padding:5px 5px 5px 5px;	
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#3c58a4;
}
