/** Layout **/


html,body
{
	margin:0;
	padding:0;
    
    background: #b7b7b7 url('../img/body_background.png') repeat-x;
    width:100%;
	height:100%;
}
div#center
{
    /*background:#b7b7b7 url('../img/body_background.png') repeat-x;*/

    
}
div#container
{
    /*background:url('../img/kr_body_background.png') repeat-y;*/

    
}
div#container
{
    background:url('../img/kr_wrapper_background.png') no-repeat;
	position:relative;
    
    height:auto !important;
	height:100%;
	min-height:100%;
	width:1153px;

    display:block;
    width:1153px;
    margin: 0 auto;
}

div#header
{
	width: 991px !important;
    height: 163px !important;
}
div#wrapper_margin
{
    
}
div#content_wrapper
{
    display:block;
    margin-top:0px;
    padding-left: 31px;
    background:url('../img/kr_body_background.png') repeat-y;
	width: 962px !important;
    
}
div#content_spacer
{
    display:block;
    height:16px !important;
	width: 919px !important;
    
}
div#content_spacer2
{
    display:block;
    height:0px !important;
	width: 500px !important;
}
div#sidebar
{
    display:block;
    height:auto !important;
	width: 229px !important;
    float:left;
}
div#sidebar_spacer
{
    display:block;
    
    height:1px !important;
	width: 17px !important;
    background:none;
    float:left;
    
}
div#content
{
    display:block;
    height:auto !important;
	width: 682px !important;
    float:left;
}
div#footer_spacer
{
    display:block;
    width: 991px !important;
    height:1px;    
}
div#height_pointer
{
    clear:both;
}
div#footer
{
    float:left;
    display:block;
    margin:0;padding:0;
    background:url('../img/kr_footer_background.png') no-repeat;
    height: 100px !important;
    width: 991px !important;
}

div#footer_text
{
    margin-top:60px;
    text-align:center !important;
    display:block;
}
ul#meta_menu
{
    display: block !important;
    border: 1px solid red;
    list-style-type: none;
    margin:0;
    padding:0;
    position:relative;
    left:0px;
}

div#footer_text ul li, div#footer_text ul li a
{
    font: 12px Arial;
    color: #5f5f5f;
    margin:0;
    padding:0;
}
div#footer_text ul
{
    display:block !important;
    list-style-type: none;
    margin:0;padding:0;
    position:relative;
    left:32px;
}
div#footer_text ul li
{
    float:left;
}
div#footer_text ul li.spacer
{
    width:35px;
    text-align: center;
}
/** Generell **/
.hide
{
    display:none;
}


.text{
font-family: Arial, Helvetica;
font-size: 12px;
color: #282828;
    }
body,p,li,ul,td{
font-family: Arial, Helvetica;
font-size: 12px;
color: #282828;
    }

a:link, a:visited {
font-family: Verdana;
font-size: 12px;
color: #508a00;
  font-weight:bold;  font-style: normal;  text-decoration:none;
}
a:hover{
font-family: Verdana;
font-size: 12px;
color: #70c200;
  font-weight:bold;  font-style: normal;    text-decoration:underline;
}

/** Alt-Daten **/
/*	Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* 	The hotspots have a minimum width of 100 pixels 
	and if there is room the will grow and occupy 15% 
	of the scrollable area (30% combined). Adjust it 
	to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 110px;
	/*	There is a big background image and it's used 
		to solve some problems I experienced
		with Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: relative;
    margin-top:-64px;
    top: 64px;
	z-index: 200;
    
	/*left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/*	Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 110px;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: relative;
    margin-top:-64px;
    top:64px;
	z-index: 200;
    left:430px;
	right: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
td.box_head_left
{
    width:28px !important;
    height:28px !important;
}
div.box_container
{
    width:auto;
    height:auto;
}
td.box_head_left
{
    width: 9px;
    height:26px;
}
td.box_head_middle
{
    background-image:url(../img/kr_box_top_center.png);
    background-repeat:repeat-x;
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family:Arial, Verdana;
}

td.box_head_middle_white
{
    background-image:url(../img/kr_box_top_center_white.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family:Arial, Verdana;
    /* padding-top:7px !important;*/
    width:100%;
	vertical-align:top;
}

td.box_head_right
{
    width:28px !important;
    height:28px !important;
    height:26px;
}
td.box_content
{
    background-color:#fff !important;
    border: 1px solid #D7D7D7!important;
    border-top:none!important;
    border-bottom:none!important;
}

td.box_content_no_border
{
    /*background-color:#FFFFFF;*/
}

td.box_foot_left
{
    background-image:url(../img/kr_box_bottom_left.png);
    background-repeat:repeat-x;
    height:10px;
    width:28px;
}
td.box_foot_middle
{
    background-image:url(../img/kr_box_bottom_center.png);
    background-repeat:repeat-x;
}
td.box_foot_right
{
    background-image:url(../img/kr_box_bottom_right.png);
    background-repeat:no-repeat;
    height:10px;
    width:28px;
}
.haupt_navi
{
	cursor:pointer;
}
div#breadcrumb_div
{
    position:absolute;
    left:42px;
    top:146px;
    width:auto;
}
div#breadcrumb_start
{
    float:left;

}
div#breadcrumb_end
{
    margin-left:3px;
    white-space: nowrap; 
}
.green_text
{
    color: #6dc300 !important;
    font:12px Arial !important;
}
.table_spacing
{
    border-spacing:0;
    border:0;
    border-collapse:collapse;
}
.table_spacing_2px
{
    border-spacing:2px;
    border:0;
    border-collapse:collapse;
}

/*.table_spacing td
{
	padding:0;
}*/

.padding_right_4px
{
    padding:0;
    padding-right:4px !important;
}
.padding_left_25px
{
    padding-left:25px;
}
.overflow_auto
{
    overflow:auto;
}
.overflow_hidden
{
    overflow:hidden;
}
.clear_both
{
    clear:both;
}
.clear_left
{
    clear:left;
}
.font12px_arial
{
    font:12px Arial !important;
}



.display_block
{
    display:block;    
}





.valign_top
{
	vertical-align:top;
}


.valign_bottom
{
	vertical-align:bottom;
}

.valign_middle
{
	vertical-align:middle;
}



.overflow_hidden
{
	overflow:hidden;
}




.cursor_pointer
{
	cursor:pointer;
}
.text_decoration_none
{
	text-decoration:none;
}
.text_align_right
{
	text-align:right;
}
.text_align_left
{
	text-align:left;
}
.table_layout_fixed
{
	table-layout:fixed;
}
.border_left_1px_solid_d7d7d7
{
	border-left:1px solid #d7d7d7;
}
.border_right_1px_solid_d7d7d7
{
	border-right:1px solid #d7d7d7;
}
.border_bottom_1px_solid_d7d7d7
{
	border-bottom:1px solid #d7d7d7;
}
.border_1px_solid_d7d7d7
{
	border:1px solid #d7d7d7;
}
.resize_none
{
	resize:none;
}

.display_block
{
	display:block;
}
.display_none
{
	display:none;
}
.position_relative
{
	position:relative
}
.padding_0
{
    padding:0;
}
.padding_5px
{
	padding:5px;
}
.padding_top_2px
{
	padding-top:2px;
}
.padding_top_7px
{
	padding-top:7px;
}
.padding_top_10px
{
	padding-top:10px;
}
.img_left
{
	float:left;
}
.img_right
{
	float:right;
}
.box_white_headline
{
	margin-left:5px;
	color:#222222;
	margin-top:7px;
}
.box_white_content
{
	border-left:2px solid #d7d7d7;
	border-right:2px solid #d7d7d7;
	padding:11px;
	background:white;
}
.box_white_inhalt_tbl
{
	height:auto;
	width:100%;
	border:0;
}


.box_white_ausgabe_box_tbl
{
	width:100%;
	margin-bottom:7px;
}
.box_white_ausgabe_box_ecke
{
	height:4px;
	width:4px;
}
.box_white_ausgabe_box_top
{
	border-top:1px solid #d7d7d7;
	height:4px;
}
.box_white_ausgabe_box_bottom
{
	border-bottom:1px solid #d7d7d7;
	height:4px;
}
.box_white_ausgabe_box_inhalt_left
{
	border-left:1px solid #d7d7d7;
}
.box_white_ausgabe_box_inhalt
{
	padding:5px;
	width:100%;
}






.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.font12px_arial
{
    font:12px Arial !important;
}

/* width */

.width_4px
{
	width:4px;
}
.width_10px
{
	width:10px;
}
.width_12px
{
	width:12px;
}
.width_17px
{
	width:17px;
}
.width_18px
{
	width:18px;
}
.width_40px
{
	width:40px;
}
.width_55px
{
	width:55px;
}
.width_75px
{
	width:75px;
}
.width_78px
{
	width:78px;
}
.width_80px
{
	width:80px;
}
.width_86px
{
	width:86px;
}
.width_110px
{
	width:110px;
}
.width_120px
{
	width:120px;
}
.width_127px
{
	width:127px;
}
.width_170px
{
	width:170px;
}
.width_190px
{
    width:190px;
}
.width_191px
{
    width:191px;
}
.width_197px
{
    width:197px;
}
.width_201px
{
    width:201px;
}
.width_206px
{
    width:206px;
}
.width_230px
{
    width:230px;
}
.width_250px
{
    width:250px;
}
.width_300px
{
	width:300px;
}
.width_350px
{
	width:350px;
}
.width_380px
{
	width:380px;
}
.width_650px
{
	width:650px;
}
.width_100pr
{
	width: 100%;
}



/* height */
.height_auto
{
	height:auto
}
.height_0
{
	height:0;
}
.height_1px
{
	height:1px;
}
.height_4px
{
	height:4px;
}
.height_5px
{
	height:5px;
}
.height_12px
{
	height:12px;
}
.height_17px
{
	height:30px;
}
.height_20px
{
	height:20px;
}
.height_100px
{
	height:100px;
}
.height_100pr
{
	height:100px;
}


/* farben */
.color_6dc100
{
	color:#6dc100;
}
.color_579a00
{
	color:#579a00;
}
.color_red
{
	color:red;
}


/* margin */
.margin_0
{
	margin:0;
}

/* margin top */
.margin_top_1px
{
    margin-top:1px;
}

.margin_top_3px
{
    margin-top:3px;
}

/* margin bottom */
.margin_bottom_7px
{
	margin-bottom:7px;
}
.margin_bottom_10px
{
	margin-bottom:10px;
}
.margin_bottom_11px
{
    margin-bottom:11px;
}


/* margin left */
.margin_left_3px
{
    margin-left:3px;
}


/* margin right */
.margin_right_17px
{
	margin-right:17px;
}


/* font */
.font_size_0
{
	font-size:0;
}
.font_size_1px
{
	font-size:1px;
}
.font_size_12px
{
	font-size:12px;
}
.font_family_arial 
{
	font-family:arial;
}
.font_family_verdana 
{
	font-family:verdana;
}
.font_weight_bold
{
	font-weight:bold;
}




.box_white_ausgabe_box_tbl
{
	width:100%;
	margin-bottom:7px;
}
.box_white_ausgabe_box_ecke
{
	height:4px;
	width:4px;
}
.box_white_ausgabe_box_top
{
	border-top:1px solid #d7d7d7;
	height:4px;
}
.box_white_ausgabe_box_bottom
{
	border-bottom:1px solid #d7d7d7;
	height:4px;
}
.box_white_ausgabe_box_inhalt_left
{
	border-left:1px solid #d7d7d7;
}
.box_white_ausgabe_box_inhalt
{
	padding:5px;
	width:100%;
}





.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.font12px_arial
{
    font:12px Arial !important;
}


.display_block
{
    display:block;    
}
.search_div
{
    position:absolute;left:31px;top:117px;z-index:9400;
}
.date_select
{
    background:url('../img/date_select_background.png') !important;
    border:none;
    height:18px !important;
    width: 173px;
    max-width:173px;
    font:11px Verdana;
    line-height:12px;
    float:left;
    padding-left:7px;
    color: #5b5b5b;
}
.search_input
{
    
    background:url('../img/search_input.png') !important;
    border:none;
    height:18px !important;
    width: 163px;
    max-width:125px;
    font:11px Verdana;
    line-height:12px;
    float:left;
    padding-left:18px;
    padding-right:20px;
    color: #5b5b5b;
}
.search_go
{
    background:url('../img/search_go.png') !important;
    width:42px;
    height:20px;
    border:0px;
    cursor:pointer;
}
.search_input_2
{
    
    background: url('../img/search_background_2.png') no-repeat !important;
    border:none;
    height:18px !important;
    width: 180px;
    max-width:170px;
    font:11px Verdana;
    line-height:12px;
    float:left;
    padding-left:10px;
    padding-right:20px;
    color: #5b5b5b;
}
.search_go_2
{
    background:url('../img/search_go_2.png') !important;
    width:42px;
    height:20px;
    border:0px;
    cursor:pointer;
}

.picWrapper
	{
		border:0px solid red;
		position:relative;
	}
	
	.picWrapper div
	{
		border:0px solid green;
		position:absolute;
		height:5px;
		width:5px;
	}
	
	.picWrapper .top_left
	{
		top:0px;
		left:0px;
		background-image:url(../../img/pic_mask_top_left.png);
        
		
	}
	
	.picWrapper .top_right
	{
		top:0px;
		right:0px;
		background-image:url(../../img/pic_mask_top_right.png);
        
	}
	
	.picWrapper .bottom_left
	{
		bottom:0px;
		left:0px;
		background-image:url(../../img/pic_mask_bottom_left.png);
        
	}
	
	.picWrapper .bottom_right
	{
		bottom:0px;
		right:0px;
		background-image:url(../../img/pic_mask_bottom_right.png);
        
	}
	
	.picWrapper .top_right_slide
	{
		top:0px;
		right:0px;
		background-image:url(../../img/pic_mask_top_right_slide.png);
        
		
	}
	
	
	.picWrapper .bottom_right_slide
	{
		bottom:0px;
		right:0px;
		background-image:url(../../img/pic_mask_bottom_right_slide.png);
        
	}

	.standard_input
	{
	    
	    background:url('../img/standard_input.png') !important;
	    border:none;
	    height:18px !important;
	    width: 206px;
	    max-width:168px;
	    font:11px Verdana;
	    line-height:12px;
	    float:left;
	    padding-left:18px;
	    padding-right:20px;
	    color: #5b5b5b;
	}
	
	.hausnummer_input
	{
	    background:url('../img/hausnummer_input.png') !important;
	    border:none;
	    height:18px !important;
	    width: 50px;
	    max-width:20px;
	    font:11px Verdana;
	    line-height:12px;
	    float:left;
	    padding-left:18px;
	    padding-right:20px;
	    color: #5b5b5b;
	}
	
	.standard_inputALT
	{
	    
	    background:url('../img/standard_input.png') !important;
	    border:none;
	    height:18px !important;
	    width: 153px;
	    max-width:115px;
	    font:11px Verdana;
	    line-height:12px;
	    float:left;
	    padding-left:18px;
	    padding-right:20px;
	    color: #5b5b5b;
	}
	
	.submit_btn
	{
		background:url('../img/submit_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}
	
	.login_submit_btn
	{
		background:url('../img/login_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}
	
	.anmelden_submit_btn
	{
		background:url('../img/anmelden_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}
	
	.register_submit_btn
	{
		background:url('../img/register_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}
	
	.senden_submit_btn
	{
		background:url('../img/senden_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}
	
	.logout_submit_btn
	{
		background:url('../img/logout_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}
	
	.speichern_submit_btn
	{
		background:url('../img/speichern_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}
	
	.eintragen_submit_btn
	{
		background:url('../img/eintragen_btn.png') !important;
		border:none;
		height:16px;
		width:112px;
		cursor:pointer;
		font-weight:bold;
		color:white;
		padding:0;
	}

	.error_message
	{
		color:red;
	}
	input.error 
	{ 
		background:url('../img/standard_input_fehler.png') !important;
	    border:none;
	    height:18px !important;
	    width: 206px;
		max-width:168px;
	    font:11px Verdana;
	    line-height:12px;
	    float:left;
	    padding-left:18px;
	    padding-right:20px;
	    color: #5b5b5b;
	}
	input.error_hausnummer 
	{ 
		background:url('../img/standard_input_fehler.png') !important;
	    border:1px solid red;
	    height:18px !important;
	    width: 206px;
		max-width:168px;
	    font:11px Verdana;
	    line-height:12px;
	    float:left;
	    padding-left:18px;
	    padding-right:20px;
	    color: #5b5b5b;
	}
	input.errorALT
	{ 
		background:url('../img/standard_input_fehler.png') !important;
	    border:none;
	    height:18px !important;
	    width: 153px;
		max-width:115px;
	    font:11px Verdana;
	    line-height:12px;
	    float:left;
	    padding-left:18px;
	    padding-right:20px;
	    color: #5b5b5b;
	}
	
	/* Gästebuch/Playlist Styles */
	.ausgabe_tbl
	{
		width:100%;
	}
	
	.ausgabe_box_tbl
	{
		width:100%;
	}
	
	.border_top_left
	{
		height:4px;
		width:4px;
		background-image:url('img/media_top_left.gif');
		font-size:1px;
	}
	
	.border_top_middle
	{
		border-top:1px solid #d7d7d7;
		height:4px;
		font-size:1px;
	}
	
	.border_top_right
	{
		height:4px;
		width:4px;
		background-image:url('img/media_top_right.gif');
		font-size:1px;
	}
	
	
	.link 
	{
		color: #579a00;
		text-decoration:none;
		cursor:pointer;
	}
	.link:hover
	{
		color: #579a00;
		text-decoration:underline;
		cursor:pointer;
	}
	
	
	
	
	/* Gästebuch Styles Ende*/
	
	
    
    /* BOX LAYOUT STYLES */
img
    {
        display:block;
    }
    .clear_both
    {
        clear:both;
    }
    /*

    Box Config
    
    */
    .content_box_wrapper
    {
        position:relative;
        background:#fff;
        float:left;
    }
    .content_box_head_green
    {
        background-image:url(../img/box_head_green.png);
        background-repeat:repeat-x;
        background-position: top;
    }
    .content_box_border
    {
        
        margin-right:-2px;
        margin-left:0;
        border:1px solid #d7d7d7;

        background-image:url(../img/box_border_bm.png);
        background-repeat:repeat-x;
        background-position: bottom;
        border-bottom:0px;
        padding-bottom:2px;
    }    
    .content_spacing
    {
        border:2px solid white;
        border-top:0;
    }
    .content_box_content
    {
        background:#fff;
    }
    
    /*
    
    Content Box Head
    
    */
    .content_box_head_left
    {
        float:left;
        display:block;
        height:27px;width:7px;
    }
    .content_box_head_middle
    {
        float:left;
        display:block;
        height:27px;
    }
    .content_box_head_right
    {
        float:left;
        display:block;
        height:27px;width:8px;
    }    
    .content_box_k_black
    {
        float:left;
        display:block;
        height:27px;width:21px;
        background:url(../img/k_schwarz.png) 2px 7px no-repeat;
    }
    .content_box_k_green
    {
        float:left;
        display:block;
        height:27px;width:21px;
        background:url(../img/k_gruen.png) 2px 7px no-repeat;
    }    
    .content_box_head_headline
    {
        font: bold 14px Arial;
        margin-top:6px;
        float:left;
    }    
    .content_box_head_headline_white
    {
        color:#fff;
    }   
    .content_box_head_headline_black
    {
        color:#000;
    }       

    /*
    
    Box Border 
    
    */
    .box_corner_tl
    {
	    position:absolute;top:0px;left:0px;
        background-image:url(../img/box_border_tl.png);
        height:8px;width:8px;
        z-index:900;
    }
    .box_corner_tr
    {
	    position:absolute;top:0px;right:-2px;
        background-image:url(../img/box_border_tr.png);
        height:8px;width:8px;
        z-index:900;
    }
    .box_corner_bl
    {
	    position:absolute;bottom:0px;left:0px;
        background-image:url(../img/box_border_bl.png);
        height:8px;width:8px;
        z-index:900;
    } 
    .box_corner_br
    {
	    position:absolute;bottom:0px;right:-2px;
        background-image:url(../img/box_border_br.png);
        height:8px;width:8px;
        z-index:900;
    }        
    
    /*
    
    Image Border
    
    */
    .content_box_image_wrapper
    {
        position:relative;
    }    
	.image_corner_tl
	{
	    position:absolute;top:0px;left:0px;
        background-image:url(../img/pic_mask_top_left.png);
        height:5px;width:5px;
	}
	
	.image_corner_tr
	{
		position:absolute;top:0px;right:0px;
		background-image:url(../img/pic_mask_top_right.png);
        height:5px;width:5px;
	}
	
	.image_corner_bl
	{
		position:absolute;bottom:0px;left:0px;
		background-image:url(../img/pic_mask_bottom_left.png);
        height:5px;width:5px;
	}
	
	.image_corner_br
	{
		position:absolute;bottom:0px;right:0px;
		background-image:url(../img/pic_mask_bottom_right.png);
        height:5px;width:5px;
	}      
    .content_box_text
    {
        line-height:18px;
    }   
    h2.content_headline
    {
        margin:0;padding:0;
        font: bold 12px Arial;
        line-height:18px;
    }
    ul.content_links
    {
        margin:0;padding:0;
    }
    ul.content_links li a
    {
        text-decoration: underline;
    }
        
        
/* PAGINATION */

table.pagination .activ
{
	color: #000 !important;
	font-weight: bold;
}

a.arrow {
	border: 1px solid silver;
	font: 11px Courier New;
    padding:0 3px 0 3px;
    color: #444 !important;
    text-decoration: none !important;
}
a.arrow_pag {
	border: 1px solid silver;
	font: 11px Courier New;
    padding:0 3px 0 3px;
    color: #444 !important;
    text-decoration: none !important;
}
a.normal {
	font-weight: bold !important; 
	color: #444 !important;
	padding: 0px !important;
	margin: 0px !important;
}
a.pag_link
{
    font:11px Verdana !important;
    color: #666 !important;
    text-decoration: none;
    padding:3px;
}
a.activ
{
    font:bold 11px Verdana !important;
    color: #444 !important;
    text-decoration: none;
    padding:3px;
}

/* PAGINATION ENDE */


.fadeContainer
{
	border:0px solid red;
	width:190px;
	height:58px;
	position:absolute;
	top:25px;
	left:557px;
	overflow:hidden;
}

#imageList
{
	list-style: none;
	margin:0px;
	padding:0px;
}

.widget_webradio_wrapper
{
	background-image:url(../img/widget_webradio_bg.jpg);
	background-repeat:no-repeat;
	width:229px;
	height:143px;
	position:relative;
}

.widget_webradio_wrapper .widget_webradio_start_link
{
	cursor:pointer;
}

.widget_webradio_wrapper .widget_webradio_start
{
	position:absolute;
	top:65px;
	left:95px;
	width:40px;
	height:40px;
}

.widget_webradio_wrapper .widget_webradio_facebook
{
	position:absolute;
	top:98px;
	left:9px;
	width:35px;
	height:34px;
}

.widget_webradio_wrapper .widget_webradio_klassikradio
{
	position:absolute;
	top:98px;
	left:51px;
	width:35px;
	height:34px;
}
