/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF url(images/bg.png) repeat-x;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #E56E14;
	text-decoration:none
	}

a:hover, a:active {
	color: #E56E14;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
#starting6_logo {
  position: absolute;
  background-image: url(images/starting6_logo.png);
  background-repeat: no-repeat;
  width: 450px;
  height: 178px;
  z-index: 150;
  margin-top: -11px !important;
  margin-left: -26px !important;
  margin-top: 0px;
  margin-left: 0px;
  cursor: pointer;
  display: none;
	
}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	background: #fff url(images/header.png);
	
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background: #fff;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 25px;
	text-transform:uppercase;
	border-top: 3px solid #58585a;
	border-bottom: 3px solid #58585a;
	background:#fff;
	}

#page-bar {
	width:745px;
	}

#pagebar-list ul {
	list-style-type: square;
	list-style: square;
	}

#page-bar li {
	float:left;
	list-style-type: square;
	list-style: square;
	cursor: pointer;
	}

#page-bar li:hover {

	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:6px 20px 8px 0px;
	font-weight:bold;
	color:#EB5800;
	display:block;
	}
	
#pagebar-list { margin: 0 auto; list-style-type: square;list-style: square; position: relative; width: 745px; }
#pagebar-list li { display: inline; list-style-type: square;list-style: square;}
#pagebar-list li a {
	margin: 0px;
	padding:6px 10px 8px 10px;
	font-weight:bold;
	color:#EB5800;
	display:block;
	float: left;
}
#pagebar-list li a:hover {  }
#magic-line { position: absolute; bottom: -3px; left: 0; width: 100px; height: 3px; background: #EB5800; }



#searchform {
	width:164px;
	float:right;
	text-align:right;
	padding:4px 0px;
	margin-right:0px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#page-bar li ul.children {
	border-style: solid;
	border-color: #58585a;
	border-width: 0px 3px 3px 3px;
	width: 150px;
	margin-left: -15px;
	}	
#page-bar li ul.children li {
	float: left;
	margin: 0px;
	display: block;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #fff;
	width: 122px;
	float: left;
	margin: 0px;
	padding: 4px 10px 4px 18px;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #ddd;
	padding: 4px 10px 4px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul, #page-bar li ul:hover {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#E56E14;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:370px;
	height: 120px;
	cursor: pointer;
	float: left;
	}
	
#community_box {
float:right;
height:41px;
margin:13px 20px 0 0;
padding:5px;
width:177px;
}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}
	
#more_top {
	width:600px;
	height:220px;
	margin-top: 10px;
	padding-top: 10px;
	float:left;
	background:#fff;
	border-top: 1px dotted #58585a;
}

#more_top div.more_top_item {
	width:188px;
	height:220px;
	margin-right: 8px;
	padding-right: 8px;
	float:left;
	background:#fff;
	border-right: 1px dotted #58585a;
}

#more_top div.last_more_top_item {
	border-right: 0px dashed #58585a;
	margin-right: 0px;
	padding-right: 0px;
}

#more_top div.more_top_item .more_cat_title {
	background-color: #58585a;
	padding: 4px;	
}

#more_top div.more_top_item img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 188px;
	height: 90px;	
}

#more_top div.more_top_item h3, #more_top div.more_top_item h3 a {
	color: #58585a;
	padding: 4px 0px;
	font-size: 14px;
	font-family:Georgia;
}

#headline {
	width:580px;
	height:280px;
	float:left;
	background:#fff;
	background-repeat: no-repeat;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	float: right;
	padding:5px 10px 5px 5px;
	margin-top: 200px;
	background-color: #fff;
	text-align: right;
	height: 55px;
}

#headline  div.title span {
	font-weight:normal;
	font-size: 60%;
	padding: 0px;
	display: block;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

/* Tab nav --------------- */

.tabnav {
	border-top: 3px solid #4D4948;
	border-bottom: 3px solid #4D4948;
	height: 30px;
	background-color: #ddd;

}

.tabnav h4 {
	float: left;
	font-size: 20px;
	color: #4D4948;
	font-weigth: bold;
	margin: 3px 0px 0px 5px;
}

.tabnav h4 span {
	color: #E56E14;
}

.tabnav img {
	height: 20px;
	margin: 5px 0px 0px 5px;
}

.tabnav ul {
	float: right;
	margin: 0px 5px 0px 0px;	
}

.tabnav ul li {
	float: right;
	list-style: none;
	padding: 4px 5px 2px 5px;
	height: 20px;
	font-size: 12px;
	margin: 5px 1px 0px 1px;
	background-color: #4D4948;
	color: #fff;
	border-style: solid;
	border-color: #4D4948;
	border-width: 2px 2px 0px 2px;
	cursor: pointer;	
}

.tabnav ul li.selected {
	background-color: #fff;	
	color: #E56E14;
	cursor: auto;
}

.tabnav_divs div.dontshow {
	visibility: hidden;
	display: none;
}

.tabnav_divs div.showdiv {
	visibility: visible;
	display: block;
}

/* end Tab nav ----------- */

#s6newsflashtabs {
	width: 300px;
	margin: auto;
	padding: 0px;	
	height: 350px;
	overflow: hidden;
}

#s6newsflashtabs .line {
	height: 5px;
	margin-top: 10px;
	border-top: 1px dotted #58585A;
}


#feature_bg {
	background-color: #ffffff;
	width: 300px;
	height: 90px;
	margin: 0 0 5px 0;
	text-align: center;
	padding: 20px 0 20px 0;
}

#feature_bg img {
	margin: 2px;
	float: right;	
}

#featured {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border-left: 1px dotted #58585a;
	}

.feature_cross_box {
	margin: 5px;	
}
.feature_cross {
	border-style: dotted;
	border-color: #58585a;
	border-width: 0px;
	float: left;
	width: 85px;
	height: 60px;
	padding: 3px;
	margin: 0px;	
}

.feature_cross_box .cross_tl {
	border-width: 0px 1px 1px 0px;	
}
.feature_cross_box .cross_tr {
	border-width: 0px 0px 1px 0px;

}
.feature_cross_box .cross_bl {
	border-width: 0px 1px 0px 0px;

}
.feature_cross_box .cross_br {
	border-width: 0px 0px 0px 0px;
	margin-bottom: 10px;
}


#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info, #sidebar .info {
	margin-top:2px;
	padding-top:2px;
	}

#featured .title, #sidebar .title {
	font-weight:bold;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #E56E14;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#E56E14; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#E56E14; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}


.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content-wide {
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
}

#content-wide .breadcrumbs, #content-wide .breadcrumbs a,
#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content-wide h2.title, 
#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

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

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry img {
	border:none;
	margin:0;
	padding:0;	
}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	border-left: 1px dotted #58585a;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}
	
#sidebar-top ul.pagenav {
	list-style-type: none;	
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}



#sidebar-ads {
	width:300px;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

span.werbung {
	display: block;
	text-align: left;
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 3px;
	font-size: 10px;	
}

span.werbung_ende {
	display: block;
	text-align: left;
	color: #cccccc;
	border-top: 1px solid #cccccc;
	margin-top: 3px;
	font-size: 5px;	
}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:120px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:38px;
	height:38px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#000;
	width: 940px;
	background:#fff;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #000;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #000;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#000;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #000;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#E56E14;
	color:#000;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #000;
	}


#footer {
	width: 100%;
	font-size:0.6em;
	padding:10px 0px 10px 0px;
	margin: 0;
	background-color: #E56E14;
	height: 100px;
}

#footer div#footer2 {
	width: 930px;
	margin: 0 auto;
	}

#footer a {
	color: #000;
}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
#front-list img, #archive img {
	border: 0;
	border-right:1px dotted black;
	margin:0 10px 5px 0;
	padding:10px 10px 10px 0;
}

.multi_pages {
	background-color: #f6f6f6;
	padding: 0px;
}

.multi_pages strong {
	background-color: #333;
	color: #fff;
	padding: 3px 5px 4px 15px;
}

#wm_planer {
	height:100px;
	cursor: pointer;
	left:730px;
	position:absolute;
	top:20px;
	width:100px;
	background: url(images/wm_planer.png) no-repeat;
}





.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("img/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #E56E14 inset;
	-webkit-box-shadow:0 0 30px #E56E14 inset;
	box-shadow:0 0 30px #E56E14 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	border: none;
	background: none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorFlip a {
	color: #fff;
	}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}


.sponsorDescription{
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

/* Flattr Box*/
div.flattr-box {
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:4px;
	margin-bottom:8px;
}

div.flattr-box span {
	padding-right:2px;
	font-style:italic;
}

div.flattr-box iframe {
	vertical-align:middle;
}

div.flattr-box #donate {
	display:inline-block;
	width:120px;
	padding-left:5px;
	position:relative;
	top:7px;
}

/********************** Tippspiel */

#tipmenu div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  width: 920px;
  height: 60px;
  /* Add scroll-bars */
  overflow: auto;
}
#tipmenu ul.sc_menu {
  display: block;
  height: 20px;
  /* Max width here, for users without Javascript */
  width: 2700px;

  /* Remove default margin */
  margin: 0 !important;
  background: url('navigation.png');
  list-style: none  !important;
}
#tipmenu .sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
  margin: 0;
}
#tipmenu .sc_menu a {
  display: block;
  text-decoration: none;
  background-color: #ccc;
  width: 35px;
  height: 27px;
  padding: 8px 0 0 0;
  text-align: center;
}
#tipmenu .sc_menu a:hover {
  background-color: #E56E14;
}
#tipmenu .sc_menu a.active {
  background-color: #E56E14;
  -moz-border-radius: 5px;
}

/* this is for the k2 theme */
.entry-content div	{
	margin: 1px;
	}
.k2-asides .entry-content div {
	margin: 1px;
	}

/* structure */
#tipmenu {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: left;
	border: none;
	float: left;
}
	#tipnavimenu {
		padding: 0;
		margin: 0 auto;
		float: left;
		width: 100%;
	}
		.navmenu, .navmenuactive, .menuheadline {
			margin: 1px;
			padding: 5px;
			float: left;
		}
	#tipcompmenu {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: left;
	}
		.compmenu, .compmenuactive {
			margin: 1px;
			padding: 5px;
			float: left;
			}
	#tiproundmenu {
		padding: 0;
		margin: 0 auto;
		float: left;
		width: 100%;		
	}
		.roundmenu, .roundmenuactive {
			margin: 1px;
			padding: 5px;
			float: left;			
		}
/* end structure menu */

/* colors menu */
.roundmenu, .navmenu, .compmenu {
	background-color: #CCCCCC;	
}

.menuheadline {
	background-color: #70B832;	
	color: #EEEEEE;
}


.roundmenu:hover, .navmenu:hover, .compmenu:hover {
	background-color: #70B832;	
}

.roundmenuactive, .navmenuactive, .compmenuactive {
	background-color: #70B832;
}
#tipmenu {
	color: #000000;
	background-color: #fff;

} 
#tipmenu a, #tipmenu a:hover {
	color: #000000;
} 
#tipnavimenu, #tiproundmenu, #tipcompmenu, .roundmenuactive, .navmenuactive, .compmenuactive, .roundmenu, .navmenu, .compmenu {
	border-color: #000000;
} 

/* end colors menu */


table.tip {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	background-color:#fff;
}

td.tipcolumnone, td.tipcolumntwo, td.tipcolumnthree, td.tipcolumnfour, td.tipcolumnfive {
	font-size: 1.0em;
	padding: 2px;
	background-color:#EEEEEE;
}
th.tipcolumnone, th.tipcolumntwo, th.tipcolumnthree, th.tipcolumnfour, th.tipcolumnfive {
	font-size: 1.0em;
	padding: 2px;
	background-color:#CCCCCC;
}

/* arrows */
img.arrows {
	border: 0;
}

th.pl_widget {
	
	font-weight: normal;
}

img.teampic {
	border: 0;
	padding: 0;
}


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

#tipnavimenu, #tipcompmenu {
	border-bottom: 1px dashed #333;
	padding: 0 0 10px;
	margin: 0 0 5px 0;	
}
	
#tipnavimenu div {
	float: left;
	padding: 2px 4px;
	margin: 0 2px 2px 2px;
	display: block;
	text-align: center;
	width: 70px;
	list-style: none;
	background-color: #fff;
	padding: 3px 0 0 0;
	display: block;
	cursor:pointer;
}

#tipnavimenu div:hover {
	background-color: #E56E14;
	text-decoration: none;
	color: #ffffff;
	-moz-border-radius: 5px;
}

#tipnavimenu div img {
	border: none;
	margin: 0;
}

#tipnavimenu div a:hover {
text-decoration: none;
}

#tipnavimenu div.menuheadline {
	display: none;
	visibility: hidden;		
}
#tipcompmenu div.compmenuactive a {
	color: #E56E14;
	text-decoration: none;
}

#tipcompmenu div {
	background-color: #fff;			
font-size:18px;
font-weight:bold;
}


.tippspiel-logo {
	margin:0 0 0 620px;
	position:absolute;
	top: 250px;
}



}


