/* @override http://localhost/~jawa/test/borsig/borsig_current/v5.css */

/* @group structure */

body	{
	background: #e0e0e0 url(images/bg.jpg) repeat scroll center;
	font-size: 15px;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group top */

/* @group navigation */

#navigation	{
	width: 920px;
	height: 30px;
	background: #ccc;
	margin: 0 auto;;
}

#navigation li	{
	float: left;
}

#navigation li a	{
	display: block;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: -9999px;
	border: 0;
}

#news	{
	background-position: 0 0;
	width: 84px;
}

#verein	{
	background-position: -84px 0;
	width: 92px;
}

#mannschaften	{
	background-position: -176px 0;
	width: 149px;
}

#kalender	{
	background-position: -325px 0;
	width: 111px;
}

#ergebnisse	{
	background-position: -436px 0;
	width: 128px;
}

#fotos	{
	background-position: -564px 0;
	width: 85px;
}

#kontakt	{
	background-position: -649px 0;
	width: 101px;
}

#links	{
	background-position: -750px 0;
	width: 82px;
}

#forum	{
	background-position: -832px 0;
	width: 88px;
}

a:hover#news	{
	background-position: 0 -30px;
	width: 84px;
}

a:hover#verein	{
	background-position: -84px -30px;
	width: 92px;
}

a:hover#mannschaften	{
	background-position: -176px -30px;
	width: 149px;
}

a:hover#kalender	{
	background-position: -325px -30px;
	width: 111px;
}

a:hover#ergebnisse	{
	background-position: -436px -30px;
	width: 128px;
}

a:hover#fotos	{
	background-position: -564px -30px;
	width: 85px;
}

a:hover#kontakt	{
	background-position: -649px -30px;
	width: 101px;
}

a:hover#links	{
	background-position: -750px -30px;
	width: 82px;
}

a:hover#forum	{
	background-position: -832px -30px;
	width: 88px;
}

a.active#news	{
	background-position: 0 -60px;
	width: 84px;
}

a.active#verein	{
	background-position: -84px -60px;
	width: 92px;
}

a.active#mannschaften	{
	background-position: -176px -60px;
	width: 149px;
}

a.active#kalender	{
	background-position: -325px -60px;
	width: 111px;
}

a.active#ergebnisse	{
	background-position: -436px -60px;
	width: 128px;
}

a.active#fotos	{
	background-position: -564px -60px;
	width: 85px;
}

a.active#kontakt	{
	background-position: -649px -60px;
	width: 101px;
}

a.active#links	{
	background-position: -750px -60px;
	width: 82px;
}

a.active#forum	{
	background-position: -832px -60px;
	width: 88px;
}

/* @end */

#top	{
	background: transparent url(images/header_bg.jpg) scroll repeat-x top left;
	height: 130px;
}

#header	{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

#logo	{
	background: transparent url(images/logo.jpg) scroll no-repeat top left;
	height: 100px;
	text-indent: -9999px;
}

/* @end */

/* @group main */
#main	{
	background: url(images/nav-shadow-main.jpg) repeat-x;
}
#content_wrapper	{
	width: 1000px;
	background: #fff url(images/nav-shadow-content.jpg) repeat-x top;
	margin: 0 auto;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
	border: 1px solid #ccc;
	border-top: 0;
}

#content	{
	padding: 10px;
}

#content_left	{
	float: left;
	width: 650px;
	padding: 10px;
	border-top: 0;
}

#content_right	{
	float: left;
	margin-left: 5px;
	width: 300px;
	padding: 10px;
	border-left: 1px dotted #aaa;
	border-top: 0;
}

/* @end */


/* @end */

/* @group headlines */

.hdln	{
	font: italic 25pt Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 2px 2px rgba(0,0,0, 0.5);
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear: both;
}

.sub_hdln	{
	font: italic 20pt Georgia, "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
	clear: both;
}

.news_hdln	{
	font: italic 20pt Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #f6f6ff;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}

.ms_hdln	{
	font: italic 18pt Georgia, "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
	clear: both;
}

/* @end */

/* @group news */

.news_entry	{
	margin: 15px 0 20px 0;
	padding-bottom: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px;
}

.news_text	{
	text-align: justify;
	padding: 10px;
	color: #333;
}

.news_info	{
	color: #777;
	background-color: #ededf5;
	border-bottom: 1px solid #ddd;
	font-size: 10pt;
	padding-left: 10px;
	margin-bottom: 5px;
}

.datum, .name	{
	color: #444;
}


/* @end */

/* @group calender */

#termine	{
	margin-top: 10px;
}

#termine li	{
	list-style-type: circle;
	margin-left: 15px;
}

/* @end */

/* @group links */

a:link, a:active	{
	color: #0066f0;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited	{
	color: #07e;
}

a:hover, a:focus	{
	color: #07e;
	border-bottom-style: solid;
}

/* @end */

/* @group misc */
.tbl	{
	width: 100%;
}

.tbl tr:nth-child(2n+1) 	{
	background-color: #f0f0f0;
}

.tbl th	{
	text-align: left !important;
}

.tbl th, .tbl td	{
	padding: 5px;
	border: 1px solid #fff;
}

/* @end */

/* @group links-page */

a.img	{
	border: 0;
}

.link	{
	clear: both;
	margin: 15px 0;
}

.link img	{
	float: left;
}

.link div	{
	margin-left: 100px !important;
}

/* @end */
/* @group Galerie */

#gallery	{
	width: 800px;
	margin: 0 auto 100px;
}

.flickrGalleryAlbum	{
	clear: both;
	margin-top: 10px;
}

.flickrGalleryAlbum a img	{
	display: block;
	float: left;
	border: 3px double #068;
	margin: 0 10px;
}

.flickrGalleryAlbum h3	{
	color: #068;
	border-bottom: 1px solid #ccc;
	font-size: 15pt;
}

.flickrGalleryAlbum span	{
	color: #444;
	font-style: italic;
}

.description	{
	float: left;
	width: 600px;
}

.tbl_gallery	{
	width: 500px;
	background: transparent url(images/transparent.png) repeat;
}

.tbl_gallery a	{
	padding: 0 5px;
	font-size: 10pt;
	color: #ddd;
	border: 0px;
	margin: 0 10px;
}

.tbl_gallery a:hover	{
	color: #fff;
}

.tbl_gallery td	{
	padding: 5px 0;
	color: #fff;
}

.flickrGalleryImages	{
	width: 500px;
	margin: 0 auto;
}

.flickrGalleryImageThumbs	{
	background: transparent url(images/transparent.png) repeat;
	width: 500px;
	clear: both;
}

.flickrGalleryImageThumbs img	{
	float: left;
	margin: 3px;
	display: block;
	position: relative;
	border: 3px solid #333;
	opacity: 0.9;
}

.flickrGalleryImageThumbs img:hover	{
	opacity: 1;
	border: 3px solid #000;
}

.flickrGalleryImageView a	{
	border: 0 !important;
}

#spinner	{
	margin: 100px 0 0 225px;
	position: absolute;
}

a.album, .album:hover	{
	color: #068 !important;
	border: 0;
}

/* @end */

/* @group user options  */

#user_options	{
	position: fixed;
	top: 15px;
	right: 0;
	padding: 10px;
	background-color: #fff;
	opacity: 0.5;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px; 
}

#login_form	{
	margin-top: 10px;
	display: none;
}

#all_user_options	{
	margin-top: 10px;
	display: none;
}

#all_user_options li	{
	border-top: 1px solid #999;
	padding: 5px 0;
}

#all_user_options li a	{
	border: 0;
}

/* @end */

/* @group cms */

.new form, .edit_form	{
	border: 1px dotted #aaa;
	background-color: #fff;
	padding: 5px;
	margin: 5px 0 0 5px;
	width: 480px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px; 
}

.edit_form	{
	position: absolute;
}

.delete_this, .edit_this, .edit_this_mannschaft	{
	font-size: 9pt;
	font-style: normal;
	border-bottom: 0 !important;
	color: #ccc !important;
}

.edit_options	{
	position: relative;
	float: right;
	margin-top: -30px;
}

/* @end */

/* @group teams */

.mannschaft	{
	clear: both;
}

.mannschaft_bild	{
	float: left;
	width: 400px;
	margin-top: 10px;
}

.mannschaft_bild img	{
	width: 400px;
}

.mannschaft_info	{
	padding: 5px;
	margin-left: 10px;
	float: left;
	width: 555px;
}

.show_spieler_daten	{
	border: 0 !important;
}

.spieler_daten	{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	position: absolute;
	display: none;
}

.spieler_bild	{
	float: left;
	border: 1px solid #ccc;
	padding: 3px 3px 0px 3px;
	min-height: 100px;
}

.spieler_bild img	{
	width: 100px;
}

.spieler_info	{
	margin-left: 10px;
	float: left;
}

.spieler li	{
	padding: 5px;
}

.spieler li:nth-child(2n)	{
	background-color: #f0f0f0;
}

/* @end */

/* @group results */

#pse_eintragen	{
	border: 1px dashed #ccc;
	padding: 5px;
}

.ergebnis	{
	text-align: center;
}

tr:nth-child(2n) .sieg	{
	background-color: #efe;
}

tr:nth-child(2n+1) .sieg	{
	background-color: #e0f0e0;
}

tr:nth-child(2n) .niederlage	{
	background-color: #fee;
}

tr:nth-child(2n+1) .niederlage	{
	background-color: #f0e0e0;
}

/* @end */

/* @group register */

.form	{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
	width: 430px;
}

.form div.reg	{
	float: left;
	width: 200px;
	padding: 5px;
}
.reg input	{
	width: 200px;
}

.formfield	{
	clear: both;
}

#reg	{
	border: 1px solid #360;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	margin-top: 10px;
	padding: 5px;
	cursor: pointer;
	font-size: 12pt;
	background-color: #7a0;
}

/* @end */

