@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, sans-serif;
	text-align: center;
	background: url(http://badminton-diez.de/assets/images/hp_background.jpg) #2CCC46 left repeat-y fixed;
}

.container {
	width: 70%;
	margin: 20px auto 0 auto;
	text-align: justify;
	border: 1px solid #3F3F3F;
	background: #FFF;
}

.header {
	text-align: center;
	color: #00F;
	background-color: #FFF;
	width: 100%;
	/*padding: 30px 0 30px 0;*/
	padding: 0px;
}

.breadcr {
	width: 100%;
	background-color: #5F5F5F;
	color: #FFF;
	min-height: 1em;
}

.left {
	width: 20%;
	float: left;
	font-size: 0.7em;
	margin-bottom: 10px;
	overflow: auto;
}

.content {
	width: 79%;
	float: left;
	font-size: 0.7em;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: auto;
	border: 1px solid #3F3F3F;
}

.right {
	width: 20%;
	float: right;
	font-size: 0.7em;
	margin-bottom: 10px;
	overflow: auto;
}

.footer {
	width: 100%;
	color: #FFF;
	background-color: #3F3F3F;
	clear: both;
}

h1 {	
	font-size: 2.5em;
}
h2 {
	margin: 10px 15px 10px 15px;
	text-align: left;
	font-size: 1.5em;
}
h3 {
	margin: 20px 15px 10px 15px;
	font-size: 1.2em;
}
h4 {
	margin: 20px 15px 10px 15px;
	font-size: .99em;
}
h5 {
	margin: 10px 15px 10px 15px;
	font-size: .9em;
}
h6 {
	margin: 10px 15px 10px 15px;
	font-size: .8em;
}

.content p {
	margin: 5px 15px 5px 15px;
}
.right p, .right form {
	margin: 10px 5px 10px 10px;
}
.breadcr p {
	padding: 2px 5px 2px 5px;
	font-size: 0.7em;
}
.footer p {
	padding: 2px 5px 2px 5px;
	font-size: 0.7em;
}

.content ul {
	margin: 5px 15px 15px 15px;
}
.content li {
	margin: 5px 0px 5px 15px;
}

.left ul {
	margin: 10px 0 5px 10px;
}
.left li {
	margin: 5px 0 5px 10px;
}
.left * ul {
	margin: 0 0 0 15px;
}


.content a:link, .content a:visited {
	color: #00F;
	text-decoration: underline;
}
.content a:focus, .content a:hover, .content a:active {
	text-decoration: none;
}
.left a:link, .left a:visited {
	color: #00F;
	text-decoration: none;
}
.left a:focus, .left a:hover, .left a:active {
	text-decoration: underline;
}
.active a:link, .active a:visited {
	color: #00F;
	text-decoration: underline;
}
.active a:focus, .active a:hover, .active a:active {
	text-decoration: none;
}
.breadcr a:link, .breadcr a:visited, .footer a:link, .footer a:visited {
	color: #DDD;
	text-decoration: underline
}
.breadcr a:focus, .breadcr a:hover, .breadcr a:active, .footer a:focus, .footer a:hover, .footer a:active {
	text-decoration: none;
}

a img {
	border-width: 0;
}

.left li {
	list-style-type: none;
}

.pagenumbers {
	width: 100%;
	text-align: center;
}

#ajaxSearch_output {
	margin: 10px 5px 10px 5px;
}
#ajaxSearch_input {
	width: 95%;
}
#WebLoginLayer0, #WebLoginLayer2, #WebSignUp {
	padding: 15px;
}
.SideBlock {
	margin: 5px;
}

* {
	quotes: "\00BB" "\00AB" "\203A" "\2039";
}
q:before, blockquote:before {
	content:open-quote;
}
q:after, blockquote:after {
	content:close-quote;
}

dfn {
	display: none;
}

table {
	width: 90%;
	border: solid 1px #000;
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: solid 1px #000;
}

#WebLoginLayer0 table, #WebLoginLayer2 table, #WebSignUp table {
	border-width: 0px;
	table-layout: auto;
}
#WebLoginLayer0 td, #WebLoginLayer2 td, #WebSignUp td {
	border-width: 0px;
}