/*
 * Header JV Tippspiel 14.01.2010
 * jens@leone-berlin.de
 * (c) 2010
 */


#page{
	position:relative;
	width:984px !important;
}
#subheader{
	top:270px !important;	
}

.sidebar_content{
	position:relative;
	z-index:0;
	float:left;
	padding-top:250px !important;
	margin-left:-1px !important;
}

.sidebar,  .sidebar_bottom{
	left:0px !important;
	margin-left:0px !important;
	background-position:left bottom !important;
}
.sidebar, .sidebar_top{
	left:0px !important;
	margin-left:0px !important;
	background-position:left top !important;
}
.narrowcolumn{
	width:auto !important;
}
.post_content{
	
}

body {
	
	background-image:url(../static/images/hg_green.png);
	background-repeat:repeat-y;
	
	padding: 0px;
	margin: 0px;
	
	
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size:11px;
	
	text-decoration:none;
	
}

a {
	
	color:#204B0C;
	text-decoration:none;
	
}

a:hover	{
	
	text-decoration:underline;
	
}

p {
	
	font-size:12px;
	
}



#ball_form {
	
	background-image:url(../static/images/ball_form2.png);
	background-repeat:no-repeat;

	left:50%;
	margin:-50px 0 0 -625px;
	
	position:absolute;
	width:600px;
	height: 583px;
}


#logo_right {
	
	position:absolute;

	background-image: url(../static/images/logo_right_kleines_tippspiel.png);
	background-repeat: no-repeat;

	top: 5px;
	right: 0px;
	
	width:383px;
	height: 100px;
	
}

#button_tagesgewinn {
	
	background-image: url(../static/images/button_tagesgewinn.png);
	background-repeat: no-repeat;

	position:absolute;

	width: 140px;
	height:140px;

	left:485px;
	top:0px;

	z-index:65;

}


/*
 * Main Menu, Menu Right Side, Submenu first
 *
 */
 
#menu_balken {

	background-image:url(../static/images/hg_menu_balken.png);
	background-repeat:x-repeat;
	
	position: absolute;
	
	width:100%;
	height:30px;	

	top:95px;
	z-index:50;
	      
}

#main_menu {
	
	position:absolute;
	
	color:white;
	
	left:50%;
	margin-left:-470px;
	
	width:1000px;

	top:90px;
	z-index:51;
	
}



#main_menu li{

	margin:0px;
	margin-top:8px;
	margin-right:0px;
	padding:5px 10px 5px 5px;
	margin-left:5px;
	
	float:left;
	
	list-style:none;
	
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:13px;
	
}
#main_menu li:hover{
background:url(../static/images/menue_over.png) repeat-x;
	background-color:#103002;
}

#main_menu a, #main_menu a:hover {

	color:white;
	text-decoration:underline;
	
}

#menu_right_side {
	
	background-image:url(../static/images/menu_header_right_side2.png);
	background-repeat:no-repeat;
		
	margin-left:2px;
	
	float:left;
	height:30px;
	width:293px;
	
}

#menu_right_side li, #menu_right_side ul {

	margin:0;
	
	padding-left:4px;
	padding-top:2px;

	
	list-style:none;
	
	float:left;

}
#menue_right_side h2, #menue_right_side h2 a, #menue_right_side h2 a:visited{
	font-size:8pt;
	color:black;
	font-weight:normal;
}

#menue_right_side ul{
	width:293px;
}

#menu_right_side li{
	width:140px;
}

li.loginLeft{
	width:200px !important;
}

li.loginRight{
	width:80px !important;
}

#menu_right_side a, #menu_right_side a:hover {

	color:black;
	font-weight:normal;
	size:8pt;
	float:left;

}

#submenu {

	width:640px;
	height:33px;

	margin-top:20px;
			
}

#submenu ul li, .submenu ul li  {
	
	background-image:url(../static/images/form_submenu-1.png);
	background-repeat:no-repeat;

	width:123px;
	height:33px;
	
	float:left;
		
	list-style:none;
	
	text-align:center;
	line-height:30px;
		
	margin-left:-10px;
		
}

#submenu a, .submenu a {

	color:white;

}

#submenu a:hover, .submenu a:hover {

	color:white;
	text-decoration: underline;

}

.header_text_dashboard {

	position:absolute;
	
	width:600px;
	height:50px;
	
	background-color:black;

}

.header_text_dashboard li, .header_text_dashboard ul {

	background-image:url(../static/images/dashboard_sub_hg_box.png);
	background-repeat:no-repeat;
	
	list-style:none;
	
	padding-right:50px;
	
	float:left;
	
}

/*
 * End Menu 
 */


/*
 * h1, h2, h3, Definition
*/

h1 {

	margin:0px;
	padding:10px 10px 10px 00px ;
	
	font-size:1.5em;
	text-align:left;
	font-weight:bold;

	color:black;
}

h2 {
	
	margin:0px;
	padding:0px;
	
	font-size:1.0em;
	text-align:left;

	color:grew;
	
}

h3 {

	margin:0px;
	padding:0px;
	
	font-size:0.8em;
	text-align:left;

	color:grew;
	
	margin-left:30px;

}

h1, h2, h3 {
	
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:bold;

}

/*
 * Ende 
*/


#container {
	
	position:absolute;

	width: 940px;
	height:100%;

	top:125px;

	left:50%;
	margin-left:-470px;
	
}

#content_middle {
	
	width: 630px;

	float:left;
		
}

/*
 * class content
*/

.header_text li, .header_text ul {

	float:left;
	list-style:none;

}

.content_field {

	width:630px;
	
}

.first {
	background: url(../static/images/hg_first_box.png) top;
	background-repeat:no-repeat;
	width:630px;
	margin-bottom:10px;
	margin-top:-16px;
	-moz-border-radius:0px 0px 10px 10px;
	background-color:#ffffff;
}

.general_content.first{
	background-image:none;
}

.box_right_side.first{
	background:none;
	background-color:white;
	moz-border-radius: 4px 4px 4px 4px;
}

.menueContent{
	padding-left:10px;
	padding-right:10px;
}

.text {
	
	float:right;
	
}

.text_position_intro {
	
	margin:0px;
	padding:5px;


	

}
.text_position_intro p{
	margin-bottom:15px;	
}

.text_position_intro.left {
	
	width:250px;
}

.home_link_anmelden, .home_link_gewinnspiel, .home_link_einladen, .home_link_spielregeln{
	margin-right:1px;
	height:58px;
	width:199px;
	background-position:top;
	display:block;
	float:left;
}
.home_link_anmelden:hover, .home_link_gewinnspiel:hover, .home_link_einladen:hover, .home_link_spielregeln:hover{
	background-position:bottom;
}

.home_link_anmelden{
	background-image: url(../static/images/btn_teilnehmen.jpg);
}
.home_link_gewinnspiel{
	background-image: url(../static/images/btn_gewinnspiel.jpg);
}
.home_link_einladen{
	background-image: url(../static/images/btn_einladen.jpg);
}
.home_link_spielregeln{
	background-image: url(../static/images/btn_spielregeln.jpg);
}


.text_position_content {

	background-image: url(../static/images/content_box_hg_image.png);
	background-repeat:no-repeat;

	margin:0px;
	padding-top:15px;
	
	margin-top:0px;
	padding-bottom:15px;
	
}

.text_header_gruppen {

	margin:0px;
	padding:10px;
	
	margin-top:0px;
	
}
 
.content_box {
	width: 600px;
	margin-top:20px;
}

.content_box h1{
	font-size:14px;
}

.content_box_content {
	
	background-color:white;
	width: 610px;

}

.content_box_content.homepage {
	
	background-color:white;
	
	width: 610px;

	-moz-border-radius:10px;
	padding:10px;
	
}

.content_box_content.homepage h1{
	margin:0px;
	padding:0px;
}

.content_box_content.homepage .header_text{
	margin-top:5px;
}

.general_content{
	background-color:white;
	
	width: 610px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
	padding-top:5px;
	-moz-border-radius:10px 10px 10px 10px;
}

.general_content.first{
	-moz-border-radius:0px 0px 10px 10px !important;
}


.content_header {
	
	padding-top:5px;
	
}

.content_header h2{
	padding:0px;
	margin:0px;
}
 

.spieltags_gewinner {

	float:left;

}

.registrieren {}

.error.register{
	width:230px;

	background-color:#f4f4f4;
	border:1px solid #a9a9a9;
	padding:10px;
	font-size:10px;
	margin-bottom:10px;
}

#registerForm	{
	
	margin-top:35px;
	margin-left:250px;
	
}

.gewinnspiel {

	position:absolute;
	
	background-color: white;
	
	width:630px;
	height:600px;
	
	list-style:none;
	
	-moz-border-radius:10px;
	
}

.registrieren li, .registrieren ul {

	margin-left:145px;
	margin-top:20px;

}


.login {

	margin-left:10px;
	margin-top:10px;
	
	list-style:none;
	
	float:left;

}

.submit {

	margin-top:50px;
	margin-right:10px;
	
	float:right;

}

.login_vergessen {

	margin-bottom:10px;
	margin-left:0px;

	
	float:left;
	
}

/*
 * class content ENDE
*/

/*
 * class right side
*/

.right_box_corner_top {
	
	background-image:url(../static/images/right-side-box-top-shadow.png);
	background-repeat:no-repeat;

	width:272px;
	height:8px;
		
	float:left;

	margin-left:8px;
	
}

.box_right_side_content {
	
	background-image: url(../static/images/right-side-box-content.png);
	background-repeat:repeat-y;
	
	margin-left:8px;

	float:left;
			
}

.right_box_corner_bottom {
	
	background-image:url(../static/images/right-side-box-bottom-shodow.png);
	background-repeat:no-repeat;

	width:272px;
	height:9px;

	margin-left:8px;

	float:left;

	width:100%;
	
}

.content_right_side {
	
	display:block;
	
}

.left	{
	
	float:left;
	
	margin-left:10px;
	
}

.right	{
	
	float:left;
	
	width:200px;
	
	margin-left:10px;
	margin-top:10px;
	
}

.reg_text .left, .reg_text .right{
	margin:0px;
}
.reg_text .right{
	margin-left :10px;
}


.left_user_data	{
	
	float:right;
	margin-left:15px;
	margin-top:00px;
	
}

#right_side {

	width: 295px;

	float:right;

	margin-top:-11px;
}

.box_right_side {
	
	float:right;
	
	margin-top:5px;
	margin-bottom:10px;
	
}

.header_right_side {
	
	background-image:url(../static/images/box_header_right_side.png);
	background-repeat:no-repeat;
	
	width: 295px;
	height:33px;
	
	z-index:55;

	line-height:15px;
		
}

.header_right_side2 {
	
	background-image:url(../static/images/box_header_right_side2.png);
	background-repeat:no-repeat;
	
	width: 295px;
	height:33px;
	
	z-index:55;
		
}

.header_right_side_text {

	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	
	color:white;
	font-weight:bold;
	
	margin-left:10px;
	padding-top:10px;

}

.button_position {

	margin-left:205px;
	margin-top:-24px;

}

.box_right_side_content_first {
	
	background-color: white;
	
	width: 272px;
	height:110px;

	margin-left:10px;
	
	-moz-border-radius:10px;
			
}

.spieltag_oben {

	background-image: url(../static/images/Spiel_Grafik_1.png);
	background-repeat:no-repeat;

	height:83px;
	width:272px;
	
	margin:0px;
	padding:0px;
	
	margin-left:15px;
	
}

.spieltag_unten {

	background-image: url(../static/images/Spiel_Grafik_2.png);
	background-repeat:no-repeat;

	height:74px;
	width:272px;
	
	margin:0px;
	padding:0px;
	
	margin-left:15px;
	
}

.profil_photo {

	position:absolute;
	
	background-color: black;
	
	width: 66px;
	height:70px;
	
	margin-top:10px;
	margin-left:20px;
		
	float:left;
	
}

.profil_infos {

	margin-left:85px;

}

.profil_links {

	margin-top:5px;
	margin-left:10px;

}

/*
 * class right side ENDE
*/


#left_side {}
			
.border_top{}
			
.top_corner_left{}

.top_repeat{}
			
.top_corner_right{}


		
.border_bottom{}
	
.bottom_corner_left{}

.bottom_repeat{}

.bottom_corner_right {}	


/*
 * class Tipps Gruppen
*/

#Gruppen {

}

.Gruppe_left {

	background-color:red;
	
	width:300px;
	height:250px;
	
	margin-left:10px;
	margin-bottom:15px;
	
	float:left;

}

.Gruppe_right {

	background-color:red;
	
	width:300px;
	height:250px;
	
	margin-right:10px;
	margin-bottom:15px;
	
	float:right;
	
}

.Mannschaften {

	float:left;
	
}

.input {

	float:right;

}

.springen {

	font-size:10pt;
	
	float:right;

}

.community_eintraege {

	float:left;

}


.aktuellste_bilder {

	float:left;

}

/*
 * class Special Link Groups, a, a:hover
*/

.text_header_gruppen a, .text_header_gruppen a:hover {

	color:green;
	text-decoration:underline;

}

.text_position_content a, .text_position_content a:hover {

	font-size:11px;
	
	color:green;
	text-decoration:underline;

}

.header_text a, .text_position_content a:hover {

	color:black;
	text-decoration:underline;

}

.tabelle	{
	
	width:272px;
	
}

.dashboard {
	
	
	padding:9px;
	
}
.dashboard_left{
	width:290px;
	float:left;
	border-right:1px dotted green;
}
.dashboard_right	{
	
	float:left;

	margin-left:10px;
	width:290px;

	
}


.content_user_reg_left	{
	
	float:left;
		
}

.content_user_reg_right	{
	
	float:left;

	margin-top:10px;
	margin-left:10px;
	
}

.spieltags_gewinner	{
	
	float:left;
	margin-top:20px;
		
}

.aktuellste_bilder	{
	
	margin-top:20px;
	
	
}

.thumb_gallery	{
	float:left;
	width:100%;
	float:left;
}
.thumb_gallery ul	{
	padding:0px !important;
}

.thumb_gallery li{
	color:white;
	margin:1px !important;
	border:1px solid gray;
	background-color:white;
	display:block;
	text-align:center;
	float:left;
	
}

.thumb_gallery li img{
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
}

.all_galleries	{
	
	margin-top:10px;
	margin-bottom:10px;
	
}

.bildergalerie_thumbs li, .bildergalerie_thumbs ul {


	width:65px;
	height:64px;

	float:left;

	list-style:none;
	
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	
	float:left;
	margin-right:5px;
	
}



.community_eintraege	{
	
	float:left;

	margin-left:90px;
	margin-top:20px;
	
}



dashboard_left	{
	
	float:left;

	margin-left:0px;
	
}

.grid_2	{
	
	float:left;

	margin-left:90px;
	margin-top:20px;
	
}

.community_join	{
	
	border:1px solid green;
	
	padding:5px;
	
	margin-top:10px;
	
}

/*
 * class Special Link Groups, a, a:hover ENDE
*/


/*
 * Spielregeln
 *
 */

.foto_spielregeln	{
	
	background-image: url(../static/images/Spielfeld-Regeln.jpg);
	background-repeat:no-repeat;

	height:166px;
	width:250px;

	margin-right:10px;
	margin-bottom:10px;
	
	
	float:left;	
	
}

.foto_gewinnspiel	{
	
	background-image: url(../static/images/Spielfeld-Gewinnspiel.jpg);
	background-repeat:no-repeat;

	height:166px;
	width:250px;

	margin-right:10px;
	margin-bottom:10px;
	
	float:left;	
	
}
	
.foto_anmeldung_register	{
	
	background-image: url(../static/images/Spielfeld-Gewinnspiel.jpg);
	background-repeat:no-repeat;

	height:166px;
	width:250px;

	margin-right:10px;
	margin-bottom:0px;
	
	float:right;	
	
	
}

}

