/* 
 * RGN CSS
 *
 * (C) Martin Beckmann
 *
 */
@media only screen {
/* Allgemeine Klassen */
.clear
{
	clear:both;
}

/* Uebergeordnet */
body
{
	
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
	background-color:#ffea95;
	margin-top:0px;
	padding-top:0px;

}

body div#allcontent
{
	width: 1024px;
	margin:auto;
	margin-top:0px;
	background-color:white;
	position:relative;
	border-left: solid 1px;
	border-right: solid 1px;

	-moz-box-shadow: 5px 0px 8px black;
	-webkit-box-shadow: 5px 0px 8px black;
	box-shadow: 5px 0px 8px black;
}

h1
{
	color:grey;
	font-weight:normal;
	font-size:14pt;
	margin-bottom:5px;
	margin-top:1px;
	border-bottom: dashed 0.5px;
}

h2
{
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;
	letter-spacing: 1pt;
	color:#dc0000;
	margin-left:20px;
	margin-right:20px;
	/*width:96%;*/
}

h3
{
	color:grey;
	font-weight:normal;
	font-size:14pt;
	margin-bottom:5px;
	margin-top:1px;
	border-bottom: dashed 0.5px;
	margin-left:15px;
	margin-right:15px;
}

a
{
	color:#dc0000;
}
a:hover
{
	color:#dc0000;
}
a:active
{
	color:#dc0000;
}
a.back_to_top
{
	margin-left:20px;
	margin-right:20px;
	text-align:right;
	display:block;
}
h1 a, h2 a, h3 a
{
	text-decoration: none;
}

th
{
	text-align:center;
	background-color:#dc0000;
	color:#FFFFFF;
}
p, th, td, #features, #stats
{
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
/* Header */
#header
{
	height:180px;
	margin:0px;
	background-color: #AFAFAF;
		background-image: url('pics/lp22-1.png'), url('pics/ballheader.jpg');
	background-repeat: no-repeat, no-repeat;
		background-position: left, left;
	color:white;
}
#header a img
{
	width:250px;
	height:99%;
}
#navigation-rgn
{
	height:25px;
	margin-top:0px;
	background-color:#fecd00;
	font-size:12pt;
	letter-spacing:1.5pt;
}
#navigation-rgn li
{
	float:left;
	border-left:black solid 1px;
	margin-top:0px;
	margin-bottom: 0px;
	padding-right:5px;
	height:25px;
	list-style-type:none;
}
#navigation-rgn ul
{
	margin:0px;
}
#navigation-rgn a, #navigation-rgn a:active
{
	color:black;
	text-decoration:none;
}
#navigation-rgn a:hover
{
	color:white;
}
#navigation-rgn li:hover, #navigation-rgn li:hover a
{
	background-color:#DC0000;
	color:white;
}
#navigation-rgn ul
{
	align:left;
	/*width:100%;*/
}
#navigation-rgn .menu_title
{
	display:none;
}

/* Features */
#features
{
	background-color: white;
}
#features, #stats .menu_container
{
	width:380px;
	padding-left:18px;
	padding-right:18px;
	position:absolute;
	top:205px;
	right: 0px;
	border-left:solid 1px #666;

	-moz-box-shadow: -3px -0px 8px #666;
	-webkit-box-shadow: -3px -0px 8px #666;
	box-shadow: -3px -0px 8px #666;
}
#stats
{
	width: 1000px;
}


#wide
{
	width: 99%;	
	margin-left: 10px;
}

#features .menu_container
{
	margin-bottom:20px;
}
#features .menu_title, #stats .menu_title
{
	color:#686868;
    border-bottom: dashed 0.5px;
    margin-left:-10px;
    margin-right:-10px;
	font-weight:normal;
    font-size:14pt;
    margin-bottom:5px;
    margin-top:1px;
    border-bottom: dashed 0.5px;
}
#features .menu_content li, #stats .menu_content li
{
	float:left;
    border:solid 1px #666;
    border-radius: 5px;
    background-color: #FECD00;
    margin-top:0px;
    margin-bottom: 5px;
    margin-right:10px;
    list-style-type:none;
    width: 45%;
}
#features .menu_content a, #stats .menu_content a
{
	display:block;
	width: 99%;
	text-decoration: none;
	color:black;
}
#features .menu_content a:hover, #stats .menu_content a:hover
{
	color:white;
}
#features .menu_content li:hover, #stats .menu_content li:hover, #features .menu_content li:hover a, #stats .menu_content li:hover a
{
	background-color:#DC0000;
	color:white;
}
#features .menu_content li:hover a, , #stats .menu_content li:hover a
{
	color:white;
}
#picotd_container
{
	padding:2px;
	text-align:center;
}

div#picotd_text a, div.photo-buttons a
{
	text-align:center;
	text-decoration:none;
	font-size: 15pt;
	padding-left:5px;
	padding-right:5px;
	display:block;
	margin:5px;
	width: 25px;
	height: 25px;
	color: #000000;
	background-color: #fecd00;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div#picotd_text a:hover
{
	background-color: #DC0000;
	color: white;
}

#content h1
{
	margin-left:8px;
	margin-right:8px;
}
#features h1
{
	color:#686868;
	border-bottom: dashed 0.5px;
	margin-left:-10px;
	margin-right:-10px;
}


/* Footer */
#mitgliedim
{
	margin-top:100px;
	height:200px;
	padding:0px;
	padding-top:40px;
	padding-bottom:0px;
	width:100%;
	background-color:white;
	vertical-align: bottom;
	text-align:center;
}

#mitgliedim div
{
	text-align:center;
	
	height:100%;
	width:300px;
	
	margin-left:150px;
	text-align:center;
	vertical-align:middle;
	color:#222222;
	background-color:#aaaaaa;
	
	
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	-moz-box-shadow: -3px -0px 8px #666;
	-webkit-box-shadow: -3px -0px 8px #666;
	box-shadow: -3px -0px 8px #666;
}

div.description
{
    position:absolute;
    z-index:12;
    /*top:10px;
    left:10px;*/
    border-style:solid;
    border-width:thin;
    border-color:#666666;
    background-color:#97AD90;
    background-transparency:50%;
    font-family:verdana,serif;
    overflow: auto;
    height:200px;
    width:300px;
}

/* Content */
#content
{
	width:600px;
}
#content p
{
	margin-left:15px;
	margin-right:15px;
}
/* News */

	
.newsinfo
{
	width: 98%;
	display:block;
	height: 10pt;
	margin-top:-15px;
}
.newsinfo li
{
	float:left;
	/*display:block;*/
	min-width:100px;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 8pt;
	color:#686868;
}
.newseintrag h2
{
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;
	letter-spacing: 1pt;
	color:#dc0000;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	width:560px;
}
.newspic
{
	margin-left:8px;
	margin-right:15px;
	max-width:100%;
}
.wide
{
	margin-left:15px;
	margin-right:15px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	max-width: 100%;
}


.newseintrag 
{
	max-width:600px;
}
.newseintrag p
{
	margin-top:0px;
	padding-top:-15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
p.news_teaser_detail
{
	font-weight:bold;
}
div.news_text
{
	padding-left:20px;
	padding-right:20px;
	margin-left:15px;
	margin-right:15px;
}
.news_thumb
{
	margin-left:15px;
	padding-left:20px;
}
.newspic p
{
	color:#888888;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
}
.news_thumb p
{
	color:#888888;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
}

.wide p
{
	margin-bottom:0px;
	padding-bottom:5px;
}

/* Verein */
p.verein_info
{
	padding-left:20px;
	padding-right:20px;
}

.verein h3
{
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;
	letter-spacing: 1pt;
	color:#dc0000;
	margin-left:15px;
	margin-right:15px;
	width:560px;
	border-bottom: none;
	margin-bottom:15px;
	margin-top: 20px;
}

.verein h2
{
	color:grey;
	font-weight:normal;
	font-size:12pt;
	margin-bottom:5px;
	margin-top:1px;
	border-bottom: dashed 0.5px;
	margin-left:8px;
	margin-right:8px;
}
.history h2
{
	border-bottom:none;	
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;
	letter-spacing: 1pt;
	color:#dc0000;
	margin-left:20px;
	margin-right:20px;
	max-width:560px;
}
.history h3
{
	color:grey;
	font-weight:normal;
	font-size:12pt;
	margin-bottom:5px;
	margin-top:1px;
	border-bottom: dashed 0.5px;
	margin-left:20px;
	margin-right:8px;
}
.verein p
{
	margin-top:-15px;
	padding-top:-15px;
	margin-left:20px;
	margin-right:20px;
}

.history p
{
	margin-top:0px;
}

p.location_detail
{
	margin-top:15px;
}
.verein_aufgaben
{
	color:grey;
	font-weight: bold;
}
.verein_name
{
	font-weight: bold;
}
.mailer p
{
	margin-left:20px;
	margin-right:20px;
}
.mailer form p
{
	margin-left:0px;
	margin-right:0px;
}
.mailer form
{
	margin-left:20px;
	margin-right:20px;
}

/* Teamseiten */
#features table
{
	width:100%;
	text-align:center;
}
.teams_thumb
{
	margin-left: 20px;
	margin-right: 20px;
}
.teams_thumb img
{
	width:100%;
}
.teams_teaser
{
	margin-left: 20px;
	margin-right: 20px;
}
.team_detail p
{
	margin-left: 20px;
	margin-right: 20px;
}
.team_detail table
{
	margin-left:20px;
	margin-right:20px;
}
.team_detail_features p
{
	margin-left:8px;
	margin-right:8px;
}

/* Spielplan */
.spielplan,.boxscore
{
	padding-left:20px;
	padding-right:20px;
	width:100%;
}
.spielplan_reihe, .row1
{
	background-color:#eeeeee;
}

.spielplan_reihe:hover, .row1:hover
{
	background-color:#ffe680;
}
.spielplan_reihe2:hover, .row2:hover
{
	background-color:#fff7d5;
}
tr.marked td
{
	border-top: dashed 1px #aaaaaa;
}

/* Training */
.training p
{
	margin-left:20px;
	margin-right:20px;
}
.training h3
{
	margin-left:20px;
	margin-right:20px;
}

/* Download */
.download li a
{
	font-weight:bold;
	letter-spacing:1px;
}
.download li li
{
	list-style-type:none;
}
.download .beschreibung
{
	font-weight:bold;
	color:gray;
}
.download .groesse, .download .datum
{
	display:block;
	float:left;
	margin-right: 10px;
}
/* Gaestebuch */
.gaestebuch p
{
	margin-left:20px;
	margin-right:20px;
}
.gb-eintrag
{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	border-top: solid 1px gray;
}
.gb-kopfdaten
{
	font-weight:bold;
	color:gray;
}
.gaestebuch form
{
	margin-left:20px;
	margin-right:20px;
}

/* Shop */
.shop li
{
	list-style-type: none;
}

/* Stats */
div.description
{
	background-color:white;
	border: black solid 1px;
	max-width: 500px;
	padding: 5px;
}

#stats .menu_container
{
	width: 280px;
	
	background-color:#FFFFFF;
}

#stats
{
	margin-right: 330px;
	margin-left: 10px;
	max-width: 670px;
}



}


/* max: 640px Mobile style changes */
/* oder besser unter 1024?*/
/*@media only screen and (max-width: 40em) {*/
@media only screen and (max-width: 1024px) {

body div#allcontent
{
	/*width: 1024px;*/
	width: auto;
	margin:auto;
	margin-top:0px;
	background-color:white;
	position:relative;
	border-left: solid 1px;
	border-right: solid 1px;

	-moz-box-shadow: 5px 0px 8px black;
	-webkit-box-shadow: 5px 0px 8px black;
	box-shadow: 5px 0px 8px black;
}




/* Navigation */
#navigation-rgn .menu_after
{
	clear:left;
}
#navigation-rgn
{
	height:auto;
	margin-top:0px;
	background-color:#FECD00;
	font-size:12pt;
	letter-spacing:1.5pt;
	padding-bottom: 5px;
}
#navigation-rgn li
{
	float:left;
	border-left:solid 1px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right:5px;
	list-style-type:none;
}
#navigation-rgn ul
{
	margin:0px;
}
#navigation-rgn a, #navigation-rgn a:active
{
	color:black;
	text-decoration:none;
}
#navigation-rgn a:hover
{
	color:white;
}
#navigation-rgn ul
{
	align:left;
	/*width:100%;*/
}
#navigation-rgn .menu_title
{
	display:none;
}


.wide {
	max-width:100%;
}
.wide  img, #picotd_pic img{
	width:100%;
	max-width:560px;
}
.newseintrag {
	max-width:100%;
}
.newseintrag h2 {
	width:auto;
	max-width:560px;
}
#content
{
width:auto;
}


} /* Style Group SMALL ENDE*/

@media only screen and (max-width: 880px) {
#features, #stats .menu_container
{
	/*width:380px;*/
	width:auto;
	padding-left:18px;
	padding-right:18px;
	position:relative;
	top:0px;
	/*top:100px;
	right: 0px;*/
	border:none;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.spielplan {
	width:95%;
}

#stats {
    margin-right:10px;	
    max-width:880px;
    width:auto;
}
/* Footer */
#mitgliedim
{
	display:none;
}


p.verein_info {
	max-width:680px;
}
.verein_teaser img {
	width:100%;
	max-width: 700px;
}
.verein_teaser {
	width:90%;
	max-width:700px;
}

} /* Max 600 px*/

/**/
@media only screen and (min-width: 880px) and (max-width: 1024px) {
#features, #stats .menu_container
{
	/*width:380px;*/
	width:280px;
	/*width:auto;*/
	padding-left:18px;
	padding-right:18px;
	/*position:relative;*/
	top:205px;
	right: 0px;
	
}

p
{
	max-width:500px;
}

p.verein_info {
	max-width:480px;
}
.verein_teaser img, .teams_thumb img, .teams_thumb {
	max-width: 500px;
}
.history h2 {
	width:auto;
	max-width: 500px;
}

.newseintrag {
	max-width:530px;
}

.teams_teaser {
	max-width:500px;
	
}
table.spielplan {
	max-width:500px;
}
.gaestebuch {
	max-width:530px;
}

.download {
	max-width:530px;
}

#picotd_pic img {
    max-width:280px; 
}


} /*600 - 1024 px*/