/*
	
	Author Name	:Daniel Hoffmann
	Author Site	:http://www.npo-web.de
	Style Name	:SSV 2007
	Style URI	:
	Version		:0.5
	Comments	:Modifiziertes Theme K2 von www.getk2.com
*/

/* Farben
	orange: #FF6600 (alt)
	grau: #CCCCCC (alt)
	orange: #ff6633
*/



/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% 'Tahoma', Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	text-align: center;
	margin: 0 0 30px;
	}


#page {
	/* The entire design is contained within the 'page' id */
	background: white;
	text-align: left;
	width: 780px;
  	margin: 0 auto;
	/* margin: 0 0 0 30px; */
	padding: 0 0 10px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
}	
#kwerbung {
	width: 780px;
	height: 64px;
}	
		
#vwerbung { /* zeigt den vollen Banner im Seitenkopf an */
padding: 2px 2px 2px 2px;
text-align: right;
  }
  
#hwerbung { /* zeigt den halben Banner im Seitenkopf an */
padding: 2px 2px 2px 2px;
float: left;
  }  
  
	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px; /* vormals 150 */
	background-image: url(/fussball/images/theme/kopfcollage_orange.jpg); */
	background-repeat: no-repeat;
	/* background-position: 675px center; */
	/* background-color: #ff6633; */
	}
	
#primary {
	width: 500px;
	float: left;
	padding: 20px 0 10px;
	margin: 0 10px 0 30px;
	display: inline;
	}

.secondary {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 10px 0;
	margin: 0 0 20px 71%;
	width: 26%;
	color: #666;
	position: relative;
	/* background-color: #EDEDED; */
	}


/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1.1em;
	color: #FFFFFF;
	background: #333333;
	margin: 0;
	}

ul.menu li a:hover {
	background: #ff6633;
	color: #FFFFFF; !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #FFFFFF !important;
	background: #000000;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

/*- Sidebar Subpages Menu */

* .sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}


/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Tahoma', Arial, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 1.8em;
	font-weight: bold;
	/* letter-spacing: -1px; */
	margin: 0;
	/* Farbauswahl funktioniert nicht, da sie vom Admin aus überschrieben wird */
	color: #FFFFFF;
	padding-top: 70px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 40px;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	/* Farbauswahl funktioniert nicht, da sie vom Admin aus überschrieben wird */
	color: #FFFFFF;
	}

h1 a:hover {
	text-decoration: underline;
	}

#header .description { /* Description in header */
	font-size: 1.3em;
	margin: 0 40px;
	color: #FFFFFF;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #ff6633;
	/* letter-spacing: -1px; */
	}
.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.8em !important;
	font-weight: normal !important;
	padding-top: 0 !important;
	display: inline;
	color: #ff6633;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.2em;
	font-weight: normal;
	/* letter-spacing: -1px; */
	color: #ff6633;
	}

#primary .entry-content h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 5px;
	color: #ff6633;
	}

#primary .entry-content h4 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 25px;
	color: #ff6633;
	}

#primary .k2-asides h3 {
	font-size: 1.4em;
	font-weight: normal;
	}

.entry-head {
	margin-top: 10px;
	}

body.page .entry-content h3 {
	font-size: 1.4em;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

body.page .entry-content h4 {
	font-size: 1.3em;
	display: block;
	padding: 10px 0 0;
	}

.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	/* letter-spacing: -1px; */
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #999;
	}

.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
	}

.feedlink img { /* On the sidebar */
	height: 16px;
	width: 16px;
	border: none;
	position: absolute;
	right: 0;
	}

.secondary span a {
	margin-left: 10px;
	}

body.page .entry-edit {
	position: absolute;
	right: 0;
	/* margin-top: -15px; */
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #666666;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}

.entry-meta a, .comment-meta a {
	color: #777;
	}

/*- Primary Contents */

.hentry {
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

.entry-content {
	font-size: 1.2em;
	line-height: normal; 
	/*  steht im Original auf justify */
	text-align: left;
	color: #444;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}

.nopassword {
	text-align: center;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	height: 250px;
	width: 100%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

#footer {
	margin-top: 20px;
	text-align: center;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #27d;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #b41;
	}

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

#primary .entry-content img {
	margin: 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	max-width: 100%;
	}

#primary table img {
	max-width: none;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px !important;
	margin: 0 0 2px 7px !important;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}


blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	/* background: url('images/quote.png') no-repeat 10px 0; */
	border: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.comments .navigation {
	margin: 10px 0;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #999;
	}

.secondary .alert {
	text-align: left;
	background-color: #EDEDED;
	border: 1px solid #FF6633;
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}

/*- Begin Lists */
.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.secondary div p {
	margin-top: 0.5em;
	}

.secondary ul, .secondary ol, .secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}


/*- Attachment */

.attachment {
	text-align: center;
	}

.tabellen {
		width: 510px;
		height: 1500px;
		border: 0;
		overflow: auto;

}
