/****************************************/
/* @project: 	Klammino				*/
/* @author:		(c) 2009 by Simon Nagel */
/* @filename:	style.css				*/
/****************************************/


/* Allgemein */


* {
	margin:0px;
	padding:0px;
}

html, body  {
	background-image:url(../images/design/bg.png);
	background-repeat:repeat-x;
	background-color:rgb(27,65,88);
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana;
	color:rgb(255,255,255);
	font-size:12px;
}

@font-face
{
	src: url(../fonts/Yanone_Light.otf);
	font-Family: Yanone;
	font-weight:normal;
}

@font-face
{
	src: url(../fonts/yorkville.ttf);
	font-Family: Yorkville;
}

select, textarea, input  {
	color:rgb(63,63,63);
	border:1px solid rgb(63,63,63);
	margin-bottom:2px;
	margin-top:2px;
	text-indent:1px;
}

input[type="submit"] {	
	cursor:pointer;
}

input[type="button"] {	
	cursor:pointer;
}

input[readonly="readonly"] {	
	background-color: #CFCFCF;
}

.yellow  {
	color:rgb(228,231,140); /*#E4E78C*/
}

.red {
	color:rgb(178,34,34); /*#B22222*/
}

.red_light {
	color:rgb(229,72,72); /*#E54848*/
}

.green {
	color:rgb(154,205,50); /*#9ACD32*/
}

.orange {
	color:rgb(255,153,0); /*#FF9900*/
}

.blue {
	color:rgb(30,99,166); /*#1E63A6*/	
}

a img  {
	border:0;
}

a  {
	color:rgb(255,255,255);
	text-decoration: none;
}

a:hover {
	color:rgb(228,231,140);
}

hr {
	color:rgb(255,255,255);
}

table {
	font-family:Arial, Verdana;
	font-size:12px;
}

#wrapper  {
	width:1034px;
	margin-right:auto;
	margin-left:auto;
}

.table_bg {
	background-color: #14384F;
}

.tr_head {
	/*background-color: #164765;*/
	background-color: #0f557f;
	background-image: url(../images/design/table_head_bg.png);
	background-repeat: repeat-x;
}

.tr_bg1 {
	background-color: #115D8F;
}

.tr_bg1:hover{
	background-color: #1575AF;
}

.tr_bg1_ohne_hover {
	background-color: #115D8F;
}

.message_ok {
	width: 624px;
	min-height: 50px;
	background-color: rgb(220, 255, 143);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(154,205,50);
	margin-bottom:10px;
	color:rgb(0,0,0);
	padding: 5px 20px;
	filter:alpha(opacity=80); /* Internet Explorer */
	-moz-opacity: 0.80; /* Mozilla Browser */
	opacity: 0.80; /* Opera */
}

.message_error {
	width: 624px;
	min-height: 50px;
	background-color: rgb(223, 83, 92);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(178,34,34);
	margin-bottom:10px;
	color:rgb(0,0,0);
	padding: 5px 20px;
	filter:alpha(opacity=80); /* Internet Explorer */
	-moz-opacity: 0.80; /* Mozilla Browser */
	opacity: 0.80; /* Opera */
}

#content .message_win {
	width: 624px;
	min-height: 50px;
	background-color: rgb(255, 234, 95);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255,165,0);
	margin-bottom:10px;
	color:rgb(0,0,0);
	padding: 5px 20px;
	filter:alpha(opacity=80); /* Internet Explorer */
	-moz-opacity: 0.80; /* Mozilla Browser */
	opacity: 0.80; /* Opera */
}

#content .message_lose {
	width: 624px;
	min-height: 50px;
	background-color: rgb(255, 234, 95);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255,165,0);
	margin-bottom:10px;
	color:rgb(0,0,0);
	padding: 5px 20px;
	filter:alpha(opacity=80); /* Internet Explorer */
	-moz-opacity: 0.80; /* Mozilla Browser */
	opacity: 0.80; /* Opera */
}

#ladebalken_bg {
	position: relative; 
	width:300px; 
	background-color: #C0C0C0; 
	border: solid 1px #000000;
}

#ladebalken_prozent {
	position: absolute; 
	width: 100%; 
	z-index: 3; 
	text-align: center; 
	font-weight: bold; 
	padding-top:3px;
}

#ladebalken {
	position: relative; 
	background-image: url(../images/ladebalken.png); 
	width:0px; 
	height: 22px; 
	border-right: solid 1px #000000; 
	z-index: 2;
}

#tooltip {
	background-image: url(../images/help.png); 
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 5px;
}

#tooltip_info {
	background-image: url(../images/info.png); 
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 5px;
}


/* Header */


#header  {
	background-image:url(../images/design/header.png);
	width:1034px;
	height:160px;
}

#advertisment  {
	position:relative;
	left:550px;
	top:70px;
	width:468px;
	height:60px;
}


/* Content */


#content  {
	width:694px;
	float:left;
	display:inline;
	margin:10px 0px 0px 0px;
}

#content .content_header  {
	background-image:url(../images/design/content_header.png);
	width:694px;
	height:14px;
	background-repeat:no-repeat;
}

#content .content_headline  {
	width:664px;
	height:20px;
	font-weight:normal;
	border-style: none none dotted none;
	border-width: 1px;
	border-color:rgb(255,255,255);
	color:rgb(228,231,140);
	font-family: verdana;
	margin-bottom:10px;
}

#content .content_body  {
	background-image:url(../images/design/content_wrapper.png);
	width:664px;
	padding:0px 15px;
}

#content .content_footer  {
	background-image:url(../images/design/content_footer.png);
	width:694px;
	height:16px;
	margin:0px 0px 10px 0px;
}

#content li {
	margin-left: 25px;
}

#content td {
	padding: 1px 4px;
}


/* Navigation links */


.navi_links  {
	width:168px;
	float:left;
	display:inline;
	margin:50px 0px 0px 0px;
}

.navi_links .navi_links_header  {
	background-image:url(../images/design/menu_header.png);
	width:168px;
	height:15px;
}

.navi_links .navi_links_body  {
	background-image:url(../images/design/menu_body.png);
	width:128px;
	padding:0px 20px 0px 20px;
}

.navi_links .navi_links_headline  {
	font-size:12px;
	font-weight:bold;
	color:rgb(228,231,140);
}

.navi_links .navi_links_body a  {
	display:inline;
	text-decoration:none;
	width:123px;
}

.navi_links .navi_links_footer  {
	background-image:url(../images/design/menu_footer.png);
	width:168px;
	height:16px;
	margin:0px 0px 10px 0px;
}

.navi_links .navi_links_body .ausklappbar {
	display: block;
}

.menu ul{ 
	list-style-type: none;
}

.menu .kategoriepunkt {
	padding-left: 10px; 
}

.menu .subkategoriepunkt {
	padding-left: 10px; 
}


/* Navigation rechts */


.navi_rechts  {
	width:172px;
	float:left;
	display:inline;
	margin:10px 0px 0px 0px;
}

.neu_hier  {
	background-image:url(../images/design/menu_rechts_tresor.png);
	width:172px;
	height:131px;
	margin-bottom:10px;
	font-size:20px;
	font-size:18px;
}

.navi_rechts .navi_box1_header  {
	background-image:url(../images/design/menu_login_header.png);
	width:172px;
	height:16px;
}

.navi_rechts .navi_box1_body1  {
	background-image:url(../images/design/menu_login_wrapper.png);
	width:167px;
	min-height:128px;
	padding-left:3px;
	padding-right: 2px;
}

.navi_rechts .navi_box1_body2  {
	background-image:url(../images/design/menu_login_bg.png);
	width:147px;
	min-height:116px;
	background-repeat:no-repeat;
	padding:5px 10px;
}

.navi_rechts .navi_box1_footer  {
	background-image:url(../images/design/menu_login_footer.png);
	width:172px;
	height:16px;
	margin-bottom: 10px;
}

.navi_rechts .navi_box2_header  {
	background-image:url(../images/design/menu_statistik_header.png);
	width:172px;
	height:16px;
}

.navi_rechts .navi_box2_body1  {
	background-image:url(../images/design/menu_statistik_wrapper.png);
	width:165px;
	padding: 0px 4px 0px 3px;
	min-height:48px;
}

.navi_rechts .navi_box2_body2  {
	background-image:url(../images/design/menu_statistik_bg.png);
	background-repeat:no-repeat;
	width:145px;
	min-height:95px;
	padding:5px 10px;
}

.navi_rechts .navi_box2_footer  {
	background-image:url(../images/design/menu_statistik_footer.png);
	width:172px;
	height:16px;
}

.navi_rechts .button  {
	background-image:url(../images/design/button.png);
	height:35px;
	line-height:45px;
	padding:10px 8px 0px; 
	font-size:20px;
	color:rgb(255,255,255);
	cursor: pointer;
}

.navi_rechts .button_login  {
	width: 45px;
	height: 45px;
	border-width: 0px;
}

/*.navi_rechts .button:hover  {
	background-image:url(../images/design/button_hover.png);
}*/

.navi_rechts .font_mitglieder_login  {
	background-image:url(../images/design/font_mitglieder_login.png);
	width:98px;
	height:18px;
	display:block;
}

.navi_rechts .font_statistik  {
	background-image:url(../images/design/font_user_online.png);
	width:70px;
	height:20px;
	display:block;
}

.navi_rechts .font_konto  {
	background-image:url(../images/design/font_konto.png);
	width:38px;
	height:18px;
	display:block;
}


/* Footer */


#footer  {
	background-image:url(../images/design/footer.png);
	width:1034px;
	height:69px;
	line-height:69px;
	vertical-align:middle;
	clear:both;
	color:rgb(255,255,255);
	text-align:left;
}

#navi_footer  {
	padding: 26px 0px 0px 20px;
	font-size:15px;
}

#navi_footer a  {
	color:rgb(195,200,210);
	text-decoration:none;
	font-size:15px;
	margin:0px 10px 0px 10px;
	float:left;
}

#navi_footer a.img_faq  {  
	background-image:url(../images/design/font_faq.png);
	width:37px;
	height:22px;
	display:inline-block;
	float:left;  
}

#navi_footer a.img_agb  {
	background-image:url(../images/design/font_agb.png);
	width:37px;
	height:22px;
	display:inline-block;
	float:left;  
}

#navi_footer a.img_media  {
	background-image:url(../images/design/font_media.png);
	width:70px;
	height:22px;
	display:inline-block;
	float:left;  
}

#navi_footer a.img_kontakt  {  
	background-image:url(../images/design/font_kontakt.png);
	width:55px;
	height:22px;
	display:inline-block;
	float:left; 
}

#navi_footer a.img_support  {  
	background-image:url(../images/design/font_support.png);
	width:55px;
	height:22px;
	display:inline-block;
	float:left; 
}

#navi_footer a.img_impressum  {
	background-image:url(../images/design/font_impressum.png);
	width:72px;
	height:22px;
	display:inline-block;
	float:left;  
}

#navi_footer .img_copy  {  
	background-image:url(../images/design/font_copyright.png);
	width:262px;
	height:22px;
	display:inline-block;
	float:left;  
}