/*************************************************************************************
*                                                                                    *
*                                                                                    *
*                                                                                    *
*       FILE:               leandra.css                                              *
*                           for all browsers                                         *                                                                                    *
*       AUTHOR:             produced by Benjamin Hensch (mediaskill) for Leandra     *
*       CREATION DATE:      19.11.2008                                               *
*       LASTMODIFIED DATE:  19.11.2008                                               *
*                                                                                    *
*                                                                                    *
**************************************************************************************
**************************************************************************************/

/*      DESCRIPTION:
*       This is only the importer File. In this you can look after the explicit CSS
*       File. @import wants an url with the path to CSS File.
*
*
*
*/

*
{
    margin: 0;
    padding: 0;
    border: 0;
}

html
{
	min-height: 100%;
	width:950px;
	margin: 0 auto;
}

img, a img, :link img, :visited img
{
    vertical-align: top;
}

ul, ol
{
    list-style: none;
}

h2, h3
{
	font-size: 16px;
	text-decoration: none;
    line-height: 1em;
}

h3{	font-size: 16px; }

body
{
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: white;
	background: #000 url(/output/images/tpl_images/background_repeat.jpg) repeat-y top center;
}

#leandra_gamine
{
    position: relative;
    width: 950px;
    margin: 0 auto;
    height: 100%;
}

#contentside
{
    position: relative;
    display: block;
    margin: 0 300px 0 300px;
    width: 350px;
}

#leftside
{
    position: relative;
    float: left;
    display: inline;
    margin: 0 0 0 -300px;
    width: 300px;
}

#rightside
{
    position: relative;
    float: right;
    display: inline;
    margin: 0 -300px 0 0;
    width: 300px;
}

#leandra_gamine,
#contentside,
#leftside,
#rightside
{
    min-height: 100%;
}

.logo
{
    margin: 10px 0 10px 0;
}

.headerimage
{
    position: absolute;
    z-index: -101;
    width: 413px;
    height: 300px;
    left:50%;
    margin-left:-207px;
}

#mauerbanner
{
	z-index: 2;
	position:absolute;
	top: 0px;
	left: -15px;

}

#header01{	background: url(/output/images/tpl_images/header/header01.jpg) no-repeat top left;}
#header02{	background: url(/output/images/tpl_images/header/header02.jpg) no-repeat top left;}
#header03{	background: url(/output/images/tpl_images/header/header03.jpg) no-repeat top left;}
#header04{	background: url(/output/images/tpl_images/header/header04.jpg) no-repeat top left;}
#header05{	background: url(/output/images/tpl_images/header/header05.jpg) no-repeat top left;}
#header06{	background: url(/output/images/tpl_images/header/header06.jpg) no-repeat top left;}
#header07{	background: url(/output/images/tpl_images/header/header07.jpg) no-repeat top left;}
#header08{	background: url(/output/images/tpl_images/header/header08.jpg) no-repeat top left;}
#header09{	background: url(/output/images/tpl_images/header/header09.jpg) no-repeat top left;}
#header10{	background: url(/output/images/tpl_images/header/header10.jpg) no-repeat top left;}
#header11{	background: url(/output/images/tpl_images/header/header11.jpg) no-repeat top left;}
#header12{	background: url(/output/images/tpl_images/header/header12.jpg) no-repeat top left;}
#header13{	background: url(/output/images/tpl_images/header/header13.jpg) no-repeat top left;}

/* Bei Topic Überschriften ohne Headerimage (Zwecks Platzersparnis) */
.topic.topic_active_content
{
	position: absolute;
    z-index: 0;
	left:40%;
	top: 10px;
}

#leftside .mainnavigation
{
    position: relative;
    margin: -50px 0 0 140px;
}

#leftside .mainnavigation li
{
    position: relative;
    margin: 0 0 10px 0;
}

#leftside .subnavigation
{
    position: relative;
    list-style-image: url(/output/images/tpl_images/subnavigation/sub_nav_bullet.png);
    list-style-position: outside;
    margin: 5px 0 0 20px
}

#leftside .subnavigation li
{
    line-height: 1em;
}

#music_media
{
    display: block;
    height: 20px;
    width: 140px;
    background: url(/output/images/tpl_images/navigation/nav_item_music.png) no-repeat top left;
}

#music_media:hover
{
    background: url(/output/images/tpl_images/navigation/nav_item_music_act.png) no-repeat top left;
}

#leandra
{
    display: block;
    height: 20px;
    width: 140px;
    background: url(/output/images/tpl_images/navigation/nav_item_leandra.png) no-repeat top left;
}

li#aktiv_leandra #leandra a
{
    background: url(/output/images/tpl_images/navigation/nav_item_leandra_act.png) no-repeat top left;
}

#leandra:hover
{
    background: url(/output/images/tpl_images/navigation/nav_item_leandra_act.png) no-repeat top left;
}

#dates_more
{
    display: block;
    height: 20px;
    width: 140px;
    background: url(/output/images/tpl_images/navigation/nav_item_dates.png) no-repeat top left;
}

#dates_more:hover
{
    background: url(/output/images/tpl_images/navigation/nav_item_dates_act.png) no-repeat top left;
}

#comunity_club
{
    display: block;
    height: 25px;
    width: 140px;
    background: url(/output/images/tpl_images/navigation/nav_item_comunity.png) no-repeat top left;
}

#comunity_club:hover
{
    background: url(/output/images/tpl_images/navigation/nav_item_comunity_act.png) no-repeat top left;
}

#songs
{
    display: block;
    height: 34px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_songs.png) no-repeat bottom left;
}

#songs:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_songs_act.png) no-repeat bottom left;
}

#aktiv_songs a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_songs_act.png) no-repeat bottom left;
}

#videos
{
    display: block;
    height: 18px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_videos.png) no-repeat top left;
    margin: -18px 0 0 0;
}

#videos:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_videos_act.png) no-repeat top left;
}

#aktiv_videos a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_videos_act.png) no-repeat top left;
}

#fotogalerie
{
    display: block;
    height: 36px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_fotogalerie.png) no-repeat top left;
    margin: -9px 0 0 0;
}

#fotogalerie:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_fotogalerie_act.png) no-repeat top left;
}

#aktiv_fotogalerie a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_fotogalerie_act.png) no-repeat top left;
}

#lyrics
{
    display: block;
    height: 24px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_lyrics.png) no-repeat top left;
    margin: -2px 0 0 0;
}

#lyrics:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_lyrics_act.png) no-repeat top left;
}

#aktiv_lyrics a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_lyrics_act.png) no-repeat top left;
}

#biografie
{
    display: block;
    height: 34px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_biografie.png) no-repeat top left;
}

#biografie:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_biografie_act.png) no-repeat top left;
}

#aktiv_biografie a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_biografie_act.png) no-repeat top left;
}

#story
{
    display: block;
    height: 24px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_story.png) no-repeat top left;
    margin: -17px 0 0 0;
}

#story:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_story_act.png) no-repeat top left;
}

#aktiv_story a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_story_act.png) no-repeat top left;
}

#steckbrief
{
    display: block;
    height: 18px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_steckbrief.png) no-repeat top left;
    margin: -9px 0 0 0;
}

#steckbrief:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_steckbrief_act.png) no-repeat top left;
}

#aktiv_steckbrief a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_steckbrief_act.png) no-repeat top left;
}

#engagement
{
    display: block;
    height: 33px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_engagement.png) no-repeat bottom left;
    margin: -1px 0 0 0;
}

#engagement:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_engagement_act.png) no-repeat bottom left;
}

#aktiv_engagement a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_engagement_act.png) no-repeat bottom left;
}


#news
{
    display: block;
    height: 33px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_news.png) no-repeat bottom left;
}

#news:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_news_act.png) no-repeat bottom left;
}

#activ_news a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_news_act.png) no-repeat bottom left;
}

#veroeffentlichungen
{
    display: block;
    height: 33px;
    width: 155px;
    margin: -16px 0 0 0;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_veroeffen.png) no-repeat bottom left;
}

#veroeffentlichungen:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_veroeffen_act.png) no-repeat bottom left;
}

#aktiv_veroeffentlichungen a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_veroeffen_act.png) no-repeat bottom left;
}

#leandra_live
{
    display: block;
    height: 18px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_leandra_live.png) no-repeat bottom left;
    margin: -17px 0 0 0;
}

#leandra_live:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_leandra_live_act.png) no-repeat bottom left;
}

#aktiv_leandra_live a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_leandra_live_act.png) no-repeat bottom left;
}

#pressestimmen
{
    display: block;
    height: 25px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_pressestimmen.png) no-repeat bottom left;
    margin: -1px 0 0 0;
}

#pressestimmen:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_pressestimmen_act.png) no-repeat bottom left;
}

#aktiv_pressestimmen a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_pressestimmen_act.png) no-repeat bottom left;
}

#specials
{
    display: block;
    height: 26px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_specials.png) no-repeat bottom left;
    margin: -3px 0 0 0;
}

#specials:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_specials_act.png) no-repeat bottom left;
}

#aktiv_specials a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_specials_act.png) no-repeat bottom left;
}

#gaestebuch
{
    display: block;
    height: 34px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_gaestebuch.png) no-repeat top left;
    margin: -11px 0 0 0;
}

#gaestebuch:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_gaestebuch_act.png) no-repeat top left;
}

#aktiv_gaestebuch a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_gaestebuch_act.png) no-repeat top left;
}

#for_u
{
    display: block;
    height: 18px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_4u.png) no-repeat top left;
    margin: -10px 0 0 0;
}

#for_u:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_4u_act.png) no-repeat top left;
}

#aktiv_for_u a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_4u_act.png) no-repeat top left;
}

#lieblinks
{
    display: block;
    height: 18px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_lieblinks.png) no-repeat top left;
    margin: -3px 0 0 0;
}

#lieblinks:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_lieblinks_act.png) no-repeat top left;
}

#aktiv_lieblinks a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_lieblinks_act.png) no-repeat top left;
}

#blog
{
    display: block;
    height: 33px;
    width: 120px;
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_blog.png) no-repeat bottom left;
    margin: -2px 0 0 0;
}

#blog:hover
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_blog_act.png) no-repeat bottom left;
}

#aktiv_blog a
{
    background: url(/output/images/tpl_images/subnavigation/sub_nav_item_blog_act.png) no-repeat bottom left;
}

#leftside .leftside_element
{
    margin: 0 0 0 140px;
}

#leftside .leftside_text
{
    color: white;
}

#logout
{
	width:80px;
	height:40px;
	background: url(/output/images/tpl_images/form_buttons/logout.png) no-repeat top left;
}
#logout:hover
{
    background: url(/output/images/tpl_images/form_buttons/logout_act.png) no-repeat top left;
}

#leftside .footernavigation
{
    position: fixed;
    list-style: square inside;
    color: #ffe5b4;
    bottom: 20px;
    margin: 0 0 0 150px;
}

#leftside .footernavigation li
{
    line-height: 0.7em;
}

.nobullet
{
    list-style-type: none;
    margin-bottom: 4px;
}

#leftside .footernavigation li a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

#leftside .footernavigation li a:hover
{
    color: #fb4029;
}

/****************     Rightside      *****************/


#flashaudioplayer
{
    width: 150px;
    height: 50px;
    margin: 10px 0 0 75px;
}

#flashnewsticker2
{
    width: 160px;
    height: 177px;
    background: url(/output/images/tpl_images/background_flash.png) no-repeat top left;
    margin: 0 0 30px 75px;
}

#newsticker
{
	font-size: 10px;
	font-style:italic;
	margin: 2px;
}


#newsticker span
{
	font-size: 12px;
	font-style: normal;
	margin: 0 5px 0 0;
}

#flashvideoplayer
{
    width: 170px;
    height: 132px;
    margin: 0 0 30px 75px;
}


#slider {
    width: 160px; /* important to be same as image width */
    height: 177px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 160px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	list-style-type: none;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage dl {
    position: absolute;
	font: 10px/14px Arial, Helvetica, sans-serif;
    padding: 10px 5px 10px 10px;
    width: 160px;
    background-color: none;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 1;
    color: white;
    display: none;
}

.sliderImage dl dt
{
	width: 160px;
	margin: -4px 0px 7px -11px;
	font-size: 13px;
	font-weight: bolder;
	color: white;
	padding: 3px 0px 3px 20px;
}

.sliderImage dl dt.inpic
{
	font-size: 11px;
	color: white;
	background: url(/output/images/tpl_images/background_flash.png) no-repeat top left;
	border: 1px solid silver;
}

.sliderImage dl dd
{
	width: 130px;
}

.sliderImage dl a
{
	color: white;
}

#sliderContent li.sliderImage dl dd
{
	background: url(/output/images/tpl_images/square_bullet_white.jpg) no-repeat 0px 5px;
	padding-left: 10px;
	margin-top: 4px;
}

noscript p
{
	border: 1px solid maroon;
	background: none;
	font-size: 14px;
	width: 120px;
	margin: 20px 80px 0px 10px;
	padding: 10px;
}

.clear {
	clear: both;
}

.sliderImage span strong {
    font-size: 13px;
}
.top {
	top: 0;
	left: 0;
}
#sliderContent .bottom {
	bottom: 0;
    left: 0;
}

#rightside .maxi
{
    margin: 0 0 0 75px;
    line-height: 0.5em;
}

#maxi_cover
{
    width: 170px;
    margin: 0 0 0 75px;
}

#rightside .cover
{
    margin: 0 0 0 80px;
}

#rightside .engagement
{
    margin: 0 0 0 80px;
}


/******************* Content ***************************/

#contentside .content
{
    position: absolute;
    padding: 150px 10px 0 10px;
    z-index: 99;
    font-size: 11px;
    color: black;
}

/* Angleichung der Contentabstände vom Bildschirmoberkante bei fehlenden Headerphotos */
div.content.text_up { margin-top: -20px; }

/* Angleichung der Überschriftabstände vom Bildschirmoberkante bei fehlenden Headerphotos */
.up { margin-top: -100px; }
.text_act_cont { margin-top: -100px; }

#contentside .content .image { margin: 8px; }

#contentside .content .left { float: left; }
#contentside .content .right { float: right; }

#contentside .content table
{
    font-size: 11px;
    color: black;
}

#contentside .content p
{
    font-size: 11px;
    font-weight: normal;
    color: black;
    padding-right: 20px;
    margin: 0 0 15px 0;
}

#contentside .content .starttext
{
	font-size: 18px;
	font-style: italic;
}

#contentside .content ul.videos
{
	list-style-position: inside;
	margin: -15px 0 0 8px;
}

#contentside .content ul.videos li
{
	list-style-type: none;
	width: 300px;
	margin: 15px 0 0 0;
}

#contentside .content ul.videos span.videotitle
{
	float: left;
	width: 120px;
}

#contentside .content ul.videos .videopic img
 {
	width: 150px;
	float: right;
}

#contentside .content img.engagement
{
    float: left;
    margin: 0 10px 0 0;
}

#contentside .coverbig
{
    float: left;
    margin: 0 10px 0 0;
}
#contentside .afa_logo
{
    margin: 30px 0 0 30px;
}

#contentside .content .gallery_topic
{
	font-weight: bold;
	font-size: 12px;
}

#contentside .content .gallery_topic span
{
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	margin-left: 10px;
}

#contentside .content .galleries
{
	position: relative;
	width: 100%;
	height: 84px;
	margin: -10px 0 20px 10px;
	overflow: auto;
}

#contentside .content .galleries.fewpics
{
	height: 44px;
}

#contentside .content .galleries img
{
	margin: 1px 0 1px 0.5px;
	width: 59px;
}

#contentside .img_border
{
	margin:2px;
	border: 1px solid silver;
}

#contentside .content span.comment
{
    font-size: 11px;
    color: black;
    font-style: italic;
    font-weight: normal;
    float: right;
    width: 170px;
    background: #7d97ad;
    padding: 2px;
    margin: 8px 0 2px 2px;
}

#contentside .content div.cards
{
    float: right;
    margin: 10px 0 0 0;
}

#contentside .content ul.wallpaperlist1

{
	margin: 10px  0 50px 0;
	padding: 0 0 0 40px;
}

#contentside .content ul.wallpaperlist2

{
	margin: 10px  0 15px  0;
	padding: 0 0 0 40px;
}

#autogramm01,
#autogramm02
{
    margin: 0 88px 0 0;
}

#contentside .content ul
{
    font-size: 11px;
    color: black;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 0 15px;
}

#contentside .content ul li
{
	margin: 5px 0 0 0;
}

#contentside .content a
{
    color: black;
}

#contentside .content a:hover
{
    color: #fb4029;
}

#contentside .videoicon
{
    margin: 2px 10px 0 0;
}

#contenside #flashstart
{
    margin: 30px 0 0 0;
}

#contenside img.leandrahead
{
    float: right;
}

#contentside #newslist
{
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
	font-weight: bold;
}

#contentside #newslist li
{
	margin-top: 0;
}

#contentside #newslist li ul
{
	list-style-type: none;
}

#contentside #newslist li ul li,
#contentside #newslist p
{
	font-weight: normal;
	margin-top: -1.3em;
	margin-left: 20%;
	margin-bottom: 2em;
	width: 75%;
}

#contentside #newslist h2
{
	font-size:17px;
	line-height:1em;
	text-align:left;
}

#contentside #newslist li ul li
{
	background: url('/output/images/tpl_images/square_bullet.jpg') no-repeat 0 0.3em;
	padding: 0 0 0 15px;
	margin-left: 15%;
}

#contentside #form_reg .fieldset_titles
{
	margin: 10px 0 5px 0;
	font-weight: bold;
}

#contentside #form_reg .person .formrow.title .formerror
{
	float: left;
	margin-top: -4px;
}

#contentside .label
{
    float: left;
    width: 100px;
}

#contentside .hint_right
{
	float:right;
	margin: 0 30px 0 0;
	font-size: 12px;
}

#contentside .textfield
{
    width: 200px;
    border: 1px solid black;
}
#contentside .hint_small_right,
#contentside .textfield_right
{
    width: 200px;
    margin: 0 30px 0 0;
    float:right;
}

#contentside .ressort
{
	width: 190px;
	margin: 0 0 0 100px;
}

#contentside .textfield_right
{
    border: 1px solid black;
}

#contentside .hint_small_right
{
	font-size: 10px;
	font-style:italic;
	margin: 0 0 2px 0;
}


#contentside .checkbox
{
	margin: 0 5px;
}

#contentside .formerror
{
    float:right;
    margin: 0 30px 0 0;
    color: rgb(170, 0, 0);
    border: none;
}

#form_reg .red
{
    border: 1px solid rgb(190, 0, 0);
}

#contentside .dark
{
    background: rgb(230, 230, 230);;
}

#contentside .textarea
{
    width: 200px;
    height: 100px;
    border: 1px solid black;
}

#contentside .wallpaper
{
    float: right;
    margin: 0 28px 0 0;
}

#contentside .formrow
{
    clear: both;
    padding: 6px 0;
    height: 20px;
}

#contentside .ressort_row
{
	height: 100px;
}

#contentside .editorials_row,
#contentside .editorials
{
	height: 65px;
}

#contentside .editorials
{
	width: 180px;
	margin: 0 50px 0 0;
	float: right;
}

#form_reg div.formrow.form_anb div.textfield
{
	width: 210px;
	float: right;
	margin: -3px 20px 0 0;
	border: none;
}

#form_reg div.formrow.form_anb.red div.textfield
{
	width: 205px;
}

#contentside .sendbutton
{
    border: 1px solid black;
    margin: 10px 28px 10px 0;
}

#form_gaestebuch
{
	margin-top: 20px;
}

#contentside .half_formrow_left
{
	width: 165px;
    float: left;
}
#contentside .half_formrow_right
{
	width: 130px;
    float: right;
    margin-right: 20px;
}
#contentside .label_right
{
	width: 60px;
    float: left;
}
#contentside .textfield_half
{
	width: 60px;
}

#riddle_label
{
	margin: 20px 0 0 0;
}

#riddlequest
{
	float: right;
	width: 210px;
	margin: 10px 19px 0 0;
}

#website
{
	display:none;
}

#contentside .form_checkboxset
{
    float: left;
}

#contentside a.writeentry
{
    float: left;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5em;
}
#contentside .content ul.gb_pager
{
    float: left;
    list-style: none;
    font-size: 12px;
    width: 12em;
    margin: 0;
}


#contentside .gb_jump2form
{
    float: right;
	width: 112px;
	margin-right: -8px;
}

#contentside ul.gb_pager a
{
    text-decoration: none;
}

#contentside ul.gb_pager li
{
    float: left;
    text-align: center;
    width: 20px;

}

#contentside ul.gb_pager li.activesite
{
    font-weight: bold;
    text-decoration: underline;
    color: maroon;
}

#contentside .gb_entry p.gb_entry_header
{
    background: url(/output/images/tpl_images/header_gb.png) repeat-x top left;
    font-size: 14px;
    line-height: 1.8em;
    padding: 0 2px 0 5px;
    height: 25px;
}

#contentside .gb_entry p.gb_entry_header span.gb_name
{
    float: left;
    font-weight: bold;
}


#contentside .gb_entry p.gb_entry_header span.gb_city
{
	font-weight:normal;
	font-size: 12px;
	margin: 0 0 0 5px;
}

#contentside .gb_entry p.gb_entry_header span.gb_date
{
    float: right;
    font-size: 12px;
    margin-left: 10px;
}

#contentside .gb_entry p.gb_entry_text
{
    font-size: 12px;
}

#contentside .anb {

display:block;
width: 350px;
height: 700px;
overflow: auto;
}

.clear_right
{
    clear: right;
}

.clear
{
    clear: both;
}
/*********************** Pressebereich *****************************************/
#contentside .press_pics_cont
{
	width: 165px;
	margin: 4px 0px;
	float: left;
}
#contentside .press_picsize
{
	float: left;
}
#contentside .italic
{
	font-style: italic;
}
/*********************** 4U Bereich *****************************************/
#contentside .big_linkbutton
{
	width: 200px;
	height: 30px;
	margin: 10px 50px;
}
/*********************** Gästebuch Bereich *****************************************/
#contentside .formrow_comment
{
	height: 100px;
}

/*********************** Credits Bereich *****************************************/
#contentside .content p.credits
{
	margin: 10px 0 10px 0;
	width: 100%;
}

#contentside img.credit_logos
{
	margin: 5px
}