

#form_container
{
	background:#fff;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:left;
	width:540px;
}


#form_top
{
	display:block;
	height:10px;
	margin:10px auto 0;
	width:550px;
}

#form_footer
{
	width:540px;
	clear:both;
	color:#999999;
	text-align:center;
	width:540px;
	padding-bottom: 15px;
	font-size: 85%;
}

#form_footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#form_bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:550px;
}

form.w2f
{
	margin:20px 20px 0;
	padding:0 0 20px;
}

.w2f
{
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

.w2f li
{
	width:61%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description .h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/**** Errors ****/
#error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:99%;
}

#error_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px;
	padding:0;
}

#error_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em;
}

#error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

form li.error
{
	background-color:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}

form li.error label
{
	color:#DF0000 !important;
}

form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px;
}

form .required
{
	color:red;
	float:none;
	font-weight:700;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#fff7c0;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}













body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	text-align: center;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

td  { 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 }
	
 h1 { visibility:hidden; margin-bottom: 0px; margin-top: 5px; height:38px;}

 h2 { visibility:hidden; margin-bottom: 0px; margin-top: 3px; height:24px;}


/* Tabellen mit Linien: */
table.tablestyle {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
	}

th.td-0,th.td-1,th.td-2,th.td-3,th.td-4 {
	padding: 0 0.5em;
	text-align: left;
        border-top: 1px solid #317AFB;
	border-bottom: 1px solid #317AFB;
	background: #EEEEFF;
       vertical-align: top;
	}

td.td-1,td.td-2,td.td-3,td.td-4 {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

td.td-0 { 
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
        font-weight: bold;
	}

/* Verkaufen: 

div#tooltrigger p.heading{ color: #0086E5; font-size:22px;	 }
div#tooltrigger p.status{ color: #000000; 	font-size: 15px; }
div#tooltrigger p.status2{ color: #000000; 	font-size: 13px; font-weight: bold }
div#tooltrigger p.details{ color: #000000; font-weight: normal; }
div#services{ clear: both; border-top: 10px solid #0086E5; }
div#services table {width: 100%; font-size: 10px; font-weight: bold; color: #676767; border-spacing:0;}
div#services table thead th { background: #eaebea; text-align: center; font-weight: bold; font-size: 11px; border: 1px solid #cdcccc;}
div#services table thead th.blank {background: #FFFFFF;}
div#services table thead th.highlight{background: #0086E5; color: #000000; padding-bottom: 3px; border-top-color: #0086E5;}
div#services table thead th.highlight span {color: #FFFFFF; font-weight: bold;}
div#services table tbody th {color: #676767; text-align: right; padding-right: 5px; font-size: 9px; border: 1px solid #cdcccc; }
div#services table tbody td {background: #FFFFFF; text-align: center; font-size: 11px; border: 1px solid #cdcccc;}
div#services table tbody td.highlight{background: #ffe3c0; color: #000000;}

*/



img
{
	border: 0;
}

a:active, a:link, a:visited 
{
	color: #316Bc8;
	font-weight: normal;
  text-decoration: none;
}
 a:hover  
{
	text-decoration: underline;
}

.height10
{
	height: 10px;
}
.clear
{
	clear: both;
	height: 15px;
}
.txtRight
{
	text-align: left;
  color: #fff;
}

#youradhere:active, #youradhere:link, #youradhere:visited 
{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
  text-decoration: underline;
}


.spacer20
{
	clear: both;
	height: 20px;
}
.spacer15
{
	clear: both;
	height: 15px;
}
.nofloat
{
	clear: both;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.dottedline
{
	width: 100%;
	height: 1px;
	border-top: 1px dotted #999;
	clear: both;
}

/* Graybar */
#grayBar
{
	width: 100%;
	height: 100%;
	background-color: #e0e0e0;
	color: #313131;
	height: 20px;
	font-size: 10px;
	border-bottom: 2px Solid #c0c0c0;
	font-family:arial, sans-serif;
	
}
.topBar
{
	background-color: #e0e0e0;
	margin-left:auto;
	margin-right:auto;
	padding: 4px 10px 0 0;
	width: 963px;
}
.topBar a:active, .topBar a:link, .topBar a:visited 
{
	color: #313131;
	text-decoration: none;
	font-weight: bold;
}
.topBar a:hover 
{
	text-decoration: underline;
}
/* Container */
#shell 
{
	background-color: #fff;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 963px;
/*	z-index: 1;*/
}


#overthetop
{
	float: left;
	width: 963px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 10px;
}

#overthetop a img
{
	vertical-align: bottom;
	padding-bottom: 1px;
}

#overthetopc
{
	float: left; 
	display: inline; 
	height: 1px; 
	overflow: hidden;
}

#planetNav 
{
	height: 78px;
	width: 963px;
	background-color: #f7f7f7;
}




.headerNavtxt a:active, .headerNavtxt a:link, .headerNavtxt a:visited {
	color: #0767A8; /*#909090;*/
	text-decoration: none;
	}
.headerNavtxt a:hover 
{
	text-decoration: underline;
}

.headerNavtxt
{
	padding: 6px 5px 0 0;
	float: right;
	font-size: 11px;
	color: #0767A8;/*#909090;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.logo
{
	height: 70px;
	padding:  0 0 0 0;
/*
	margin: 13px 0 0 12px;
float: left; */
        margin: 13px 12px 0 0;
	float: right;
}
.leaderboard
{
	height: 0px;
	margin: 12px 0 0 12px;
  width: 728px;
	float: left;
	padding: 0 0 0 0;
/* margin: 12px 12px 0 0;
	float: right; */
	font-weight:bold;
	font-size: 8px;
	color: #fff;
}

.lblholder { 
position:absolute;
top: 46px;
left: 50%;
width: 962px;
margin-left: -481px;

 }


#planet
{
	width: 963px;
	height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #316bc8; /*#114ba8; /*#f7f7f7; /*#316Bc8;*/
/*        background-image: url(/fileadmin/sr/j/tpbg.gif);
	background-repeat: repeat-x;*/
}
#contentBorder
{
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(/fileadmin/sr/j/site_bg.gif);
}

.horSpcr18
{
	width: 961px;
	height: 4px;
	clear: both;
}
.vertSpcr14
{
	width: 14px;
	height: 100%;
	float: left;
}
#contentShell
{
	background-color: #fff;
	width: 935px;
	height: auto;
	float: left;
  text-align: left;
}
#mainContent
{
	width: 575px;
	height: auto;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.verSpcr22
{
	width: 22px;
	height: 100%;
	float: left;
}
#rightCol
{
font-size: 12px;
	width: 336px;
	float: left;
	padding: 44px 0 0 0;
	margin: 0 0 0 0;
}
#rightColArtikel
{
	width: 336px;
	float: left;
	padding: 44px 0 0 0;
	margin: 0 0 0 0;
}
.horSpcr50
{
	width: 961px;
	height: 50px;
	clear: both;
}

#servicesBox
{
	width: 963px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(/fileadmin/sr/j/site_bg.gif);
}



#footer
{
	
	width: 963px;
	background-color: #316Bc8;
	font-size: 10px; 
	color: #fff;
	padding: 25px 0 25px 0; 

}

.footerTxt
{
	text-align: center;
	width: 750px;
	height: auto;
	margin: 0 105px 0 105px;
	padding: 0 0 0 0;
}
.footerTxt a:active, .footerTxt a:link, .footerTxt a:visited 
{
	font-size: 10px;
	text-decoration: none;
	color: #fff; 
}
.footerTxt a:hover 
{
	text-decoration: underline;
}



.leaderboardWL
{
	height: 0px;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
	float: right;
	font-weight:bold;
	font-size: 8px;
}

/* Main Navigation */
#mainNav
{
	width: 961px;
	height: 32px;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#mainNav ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
	background: url(/fileadmin/sr/j/mainnavbg.jpg) 0% 0px repeat-x;
	height: 32px;
	padding: 0;
	margin:0;
}

#mainNav  li 
{
	color: #ffffff;
	height: 32px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/fileadmin/sr/j/mainnavbg_pipe.jpg) 100% 0px no-repeat;
}

#mainNav li a 
{
	display: block;
	font-weight:bold;
	float: left;
	text-align:center;
	padding:5px 9px 18px 8px;
	color: #fff;
}
#mainNav li a:hover 
{
	background: url(/fileadmin/sr/j/tabhover6.gif) -5px 0px repeat-x;
	color: #114ba8;
	text-decoration: none;
}

#mainNav li a.on
{
	background: url(/fileadmin/sr/j/tabon5.gif) 0% 0px no-repeat;
	color: #114ba8;
	text-decoration: none;
	padding:5px 8px 18px 9px;
}

/* Sub Navigation */
#subNav
{
	width: 961px;
	height: 20px;
	background: url(/fileadmin/sr/j/sub_bg.gif) 0% 0px repeat-x;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.subNavLinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 20px;
	padding: 0 0 0 0;
	margin: -2px 0 0 0;
	text-align: center;
}

.subNavLinks a 
{
	font-weight: normal;
	padding:  0 20px 0 0;
	margin:  0 0 0 0;
	color: #316Bc8;
}

.subNavLinks a:hover 
{
	text-decoration: underline;
}



/* Content */
#breadcrumb
{
	font-size: 9px;
	margin: 0 0 25px 0;
}
#breadcrumb a:active, #breadcrumb a:link, #breadcrumb a:visited 
{
	color: #316Bc8;
	padding: 0 5px 0 5px;
}
#breadcrumb a:hover 
{
	text-decoration: underline;
}



.contentPromo 
{
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 170px;
}
.contentPromo h3 
{
	font-size: 14px;
	font-family:  Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 4px 3px;
	color: #000000;
	margin: 0 0 0 0;
}
.contentPromo h3 a:active, .contentPromo h3 a:link, .contentPromo h3 a:visited 
{
	font-family:  Verdana, Helvetica, Sans-serif;
	color: #000;
}
.contentPromo h3 a:hover 
{
	text-decoration: underline;
}
.contentPromo p 
{
	font-size: 11px;
	padding: 0 0 0 3px;
	margin: 0 0 0 0;
}
.promoTopline 
{
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 1px;
	margin: 0;
}
.contentPromoImg 
{
	float: left;
	margin: 0 0 15px 0;
	width: 170px;
	height: 125px;
}
.contentPromo p a:active, .contentPromo p a:link, .contentPromo p a:visited, .contentPromo p a:hover 
{
	color: #316Bc8;
}
 .contentPromo p a:hover 
{
	text-decoration: underline;
}


.contentNews
{	
	margin: 43px 0 0 0;
	width: 100%;
}
/* 	border-bottom: 1px solid #ddd;*/

/* Content Box */
.contentNewsBox
{
	width: auto;
	height: auto;
	margin: 0 0 0 0;
}
.contentNewsBoxNavhead 
{
	float: left;
	width: 573px;
	height: 27px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.contentNewsBoxNav 
{
	list-style-type: none;
	font-family:  Verdana;
	font-size: 12px;
	font-weight:bold;
	padding: 0 0 0 0;
	margin: 4px 0 0 0;
	color: #000033;	
}
ul.contentNewsBoxNav a:active, ul.contentNewsBoxNav a:link, ul.contentNewsBoxNav a:visited, ul.contentNewsBoxNav a:hover
{
	color: #000033;	
}
/*ul.contentNewsBoxNav li
{
	border-top: 1px solid #9d95fa;
	border-right: 1px solid #9d95fa;
	border-left: 1px solid #9d95fa;
	background: url(/fileadmin/sr/j/switchtab_on.jpg) 0% 0px repeat-x;
	font-family:  Verdana, Helvetica, Sans-serif;
	float: left;
	max-height: 22px;
	overflow: hidden;
	padding: 3px 7px 5px 7px;			
	margin:	0 5px 0 0;
	text-align: center;	
	color: #000033;				

}
ul.contentNewsBoxNav li a 
{	
	color: #000033;
}

ul.contentNewsBoxNav li.selected
{
	border-top: 1px solid #dedef4;
	border-right: 1px solid #dedef4;
	border-left: 1px solid #dedef4;
	background: url(/fileadmin/sr/j/switchtab_off.jpg) 0% 0px repeat-x;
	
}
ul.contentNewsBoxNav li.selected a:active, ul.contentNewsBoxNav li.selected a:link, ul.contentNewsBoxNav li.selected a:visited, ul.contentNewsBoxNav li.selected a:hover
{	
	color: #fff;
}
.contentNewsBoxbar
{
	clear: both;
	width: auto;
	height: 25px;
	background: url(/fileadmin/sr/j/switchtab_head.jpg) repeat-x;
}*/

/* Content List */
.contentNewslist
{
	font-family:  Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 10px;
	margin: 0 3px 0 5px;
	clear: both;
}
.contentNewslist Img
{
	vertical-align: text-bottom;
	margin: 0 3px 0 0;
}
.contentNewslist h4
{
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0;
	padding: 0;
	clear: both;
}
.contentNewslist h4 a:active, .contentNewslist h4 a:link, .contentNewslist h4 a:visited 
{
	color: #000;
}
.contentNewslist h4 a:hover 
{
	color: #000;
}
.contentNewslist p 
{
	padding: 0;
	margin: 2px 0 0 0;
}

.storyForm
{
	font-size: 11px;
	font-weight: bold;
	color: #45459b;
	padding-right: 5px;
}
.storyTime
{
	font-size: 11px;
	color: #676767;
}
.contentNewslist ul
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
}
.contentNewslist li
{
	float: left;
	font-size: 11px;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 4px 0 0 0;
}
.contentNewslist li a:active, .contentNewslist li a:link, .contentNewslist li a:visited 
{
	color: #316Bc8;
	font-weight: normal;
	padding: 7px 0 0 5px;
}
.contentNewslist li a:hover  
{
	text-decoration: underline;
}
.moreNews
{
	border: 1px solid #bc0000;
	width: 120px;
}
.moreNews p
{
	color: #ab0000;
	text-align: center; 
	font-size: 10px;
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
}




/* Hot Area */
.rightColBox, #rightColBoxLS
{
	border: 1px solid #dbdbdb;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	/*height: 100%;*/
	width: 334px;
	font-size: 10px;
}

.rightColBoxHead
{
	margin: 0 0 0 0;
	padding: 4px 0 6px 6px;
	border-bottom: 1px solid #dbdbdb;
}

#rightColSearch
{
	font-size: 10px;
	border: 1px solid #dbdbdb;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	width: 334px;
	/*height: 31px;*/
	overflow: hidden;
	background: url(/fileadmin/sr/j/search_zoom.jpg) 290px 0px no-repeat;
	
}
.rightColSearchHead
{
	margin: 10px 5px 0 16px;
	float: left;
}
.leftBoxfeld 
{
	height: 14px;
	width: 110px;
	padding: 2px 0 0 0;
	margin: 6px 10px 0 0;
	font-size: 10px;
	line-height: 11px;
	color: #000;
	text-decoration: none;
	float: left;
}
.leftBoxBotton {
	background-color: #fff;
	border: 1px solid #4c4c4c;
	width: 50px;
	color: #4c4c4c;
	font-size: 9px;
	font-family: verdana;
	margin: 7px 0 0 0;
	padding: 1px 0 0 0;
	float: left;
}

#quickNav
{
	border: 1px solid #dbdbdb;
	padding: 5px 0 5px 0;
	margin: 0 0 20px 0;
	height: 100%;
	width: 334px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;

}
#quickNav a:active, #quickNav a:link, #quickNav a:visited 
{
	color: #000;
	padding: 0 8px 0 8px;
}
#quickNav a:hover 
{
	color: #000;
	padding: 0 8px 0 8px;
}

#rightColThemenBox
{
	border-top: 1px solid #dbdbdb;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
.rightColBoxThemenHead
{
	margin: 0 0 0 0;
	width: 328px;
	padding: 4px 0 6px 6px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#rightColThemenRow
{
	width: 334PX;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	height: 100%;
	font-size: 10px;
	font-weight: bold;
	background: url(/fileadmin/sr/j/background_border.jpg) 158px 0px repeat-y;
}
.hpBoxArrow
{

	float: left;
	padding: 0 3px 10px 4px;
	margin: 0 0 0 0;
}
.hpBoxArrow IMG
{
	padding: 14px 0 0 0;
	margin: 0 0 0 0;
	vertical-align:bottom;
}
.themenOne
{
	width: 144px;
	height: 100%;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0 5px 0 0;

}
.themenOne a:active, .themenOne a:link, .themenOne a:visited 
{
	color: #525252;
}

.themenOne a:hover 
{
	color: #525252;

}
#spacer20
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #ccff33;
}
.rightColHalfBox
{
	width: 160px;
	float: left;
/*	margin-bottom: 20px;*/
  font-size: 10px;
}
.rightColHalfBoxspace {
	width: 16px;
	height: 15px;
	float: left;
	}
.rightColBoxReader, .rightColBoxReaderIndex
{
	border-top:1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 0 0 0 0;
	margin: 0 0 13px 0;
	/*height: 285px;*/
	background: url(/fileadmin/sr/j/background_border.jpg) 0px 100% repeat-x;
}
.rightColBoxReader UL, .rightColBoxReaderIndex UL
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

.rightColBoxReader LI
{
	font-size: 9px;
	line-height: 14px;
	margin: 7px 5px 0 5px;
	padding: 0 0 0 18px;
/*	border-bottom: 1px solid #dbdbdb;*/
/*	height: 35px;*/
	overflow: hidden;
	background: url(/fileadmin/sr/j/thumbs_up.jpg) 2px 0px no-repeat;
}
.rightColBoxReader li a:active, #rightColBoxReader li a:link, #rightColBoxReader li a:visited 
{
	color: #000;
	font-weight: bold;
}
#rightColBoxReader li a:hover  
{
	text-decoration: underline;
}


#rightColBoxReaderFullIndex, #rightColBoxReaderFull
{
	border-top:1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	height: auto;
	width: 334px;
	background: url(/fileadmin/sr/j/background_border.jpg) 0px 100% repeat-x;
}
#rightColBoxReaderFullIndex IMG
{
	vertical-align: text-top;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
}
#rightColBoxReaderFull UL, #rightColBoxReaderFullIndex UL
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

#rightColBoxReaderFullIndex LI
{
	font-size: 9px;
	line-height: 16px;
	text-align:left;
	margin: 7px 10px 0 8px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dbdbdb;
}
#rightColBoxReaderFull LI
{
	font-size: 9px;
	line-height: 16px;
	margin: 7px 10px 0 8px;
	padding: 0 0 10px 18px;
	border-bottom: 1px solid #dbdbdb;
	background: url(/fileadmin/sr/j/thumbs_up.jpg) 2px 0px no-repeat;
}
#rightColBoxReaderFull li a:active, #rightColBoxReaderFull li a:link, #rightColBoxReaderFull li a:visited, #rightColBoxReaderFullIndex li a:active, #rightColBoxReaderFullIndex li a:link, #rightColBoxReaderFullIndex li a:visited  
{
	text-align: left;
	color: #000;
	font-weight: bold;
}
#rightColBoxReaderFull li a:hover, #rightColBoxReaderFullIndex li a:hover    
{
	text-decoration: underline;
}





#rightColAd
{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	text-align: right;
	float: right;
}
#rightColAT
{
	margin: 0 0 20px 0;
}
/*
#rightColRedBlogBox
{
	border-top:1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	background: url(/fileadmin/sr/j/background_border.jpg) 0px 100% repeat-x;
	font-size: 10px;
	height: 100%;
	width: 334px;
	margin: 0 0 20px 0;

}
.rightColRedBlogBG
{
	padding: 35px 0 0 0;
	margin: 0 0 0 0;
	background: url(/fileadmin/sr/j/red_blog_bg.jpg) 0px 0px no-repeat;
}
.rightColRedBlog
{
	margin: 0 90px 0 10px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #dbdbdb;
}
.rightColRedBlog h3
{
	font-size: 11px;
	color: #4d4d4d;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}
.rightColRedBlog p
{
	color: #000;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 3px 0 10px 0;
}
.rightColRedBlog h3 a:active, .rightColRedBlog h3 a:link, .rightColRedBlog h3 a:visited 
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
}
.rightColRedBlog h3 a:hover  
{
	text-decoration: underline;
}*/

.rightColText, .rightColTextLS
{
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	height: 100%;
}
.rightColTextLSshort 
{
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	height: 100%;
	width: 200px;
}
.rightColText h3, .rightColText p, .rightColTextLifeStyle h3, .rightColTextLifeStyle p
{
	width: 225px;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	height: auto;
}
.rightColText h3 a:active, .rightColText h3 a:link, .rightColText h3 a:visited 
{
	font-weight: bold;
	color: #000;
}
.rightColText h3 a:hover  
{
	text-decoration: underline;
}
.rightColTextImgRight  
{
	float: right;
	margin: 0 10px 0 10px;
}


.rightColTextLS h3, .rightColTextLS p
{
	width: 205px;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	height: auto;
}
.rightColTextLS h3 a:active, .rightColTextLS h3 a:link, .rightColTextLS h3 a:visited 
{
	font-weight: bold;
	color: #000;
}
.rightColTextLS h3 a:hover  
{
	text-decoration: underline;
}
.ricghtColTextHead
{
	color: #4d4d4d;
	font-weight: bold;
}

.rightColTextImgleft
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 15px 0 0;
}
.rightColTextLSshort 
{
	width: 150px;
	padding: 0 0 0 0;
	margin: 10px 0 0 10px;
	height: 100%;
}
.rightColTextLSshort h3, .rightColTextLSshort p
{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	height: auto;
}
.rightColTextLSshort h3 a:active, .rightColTextLSshort h3 a:link, .rightColTextLSshort h3 a:visited 
{
	font-weight: bold;
	color: #000;
}
.rightColTextLSshort  a:hover  
{
	text-decoration: underline;
}
.rightColTextLSImage
{
	float: right;
	height: 134px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	vertical-align:top;
}

.rightColBoxHeadExternal
{
	padding: 6px 0 6px 6px;
	border-bottom: 1px solid #dbdbdb;
}
.rightColBoxJobsgray, .rightColBoxJobswhite, .rightColBoxEventgray, .rightColBoxEventwhite
{
	height: 100%;
	width: 320px;
	padding: 0 0 0 0;
	margin: 6px 6px 6px 6px;
}
.rightColBoxJobsgray
{
	background-color: #c8c4e1;
}
.rightColBoxJobswhite
{
	background-color: #fff;
}
.rightColBoxEventgray
{
	background-color: #ddd;
}
.rightColBoxEventwhite
{
	background-color: #fff;
}

.rightColBoxTextExternal
{
	margin:  0 0 0 0;
	padding: 6px 9px 6px 6px;
 	height: 100%;
	width: 307px;

}
.rightColBoxTextExternal h3, .rightColBoxTextExternal p
{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.rightColBoxTextExternal h3 a:active, .rightColBoxTextExternal h3 a:link, .rightColBoxTextExternal h3 a:visited 
{
	font-weight: bold;
	color: #000;
}
.rightColBoxTextExternal h3 a:hover  
{
	text-decoration: underline;
}
.rightColVorlagen
{
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 10px 0 5px 10px;
	width: 324px;
	height: 100%;
}
.rightColVorlagenImg 
{
	margin: 0 0 0 0;
	width: 120px;
	float: left;
}
.rightColVorlagenTxt
{
	float: left;
	width: 195px;
	margin: 0 0 0 5px;

}
.rightColVorlagen h3 
{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 4px 3px;
	color: #989899;
	margin: 0 0 0 0;
}
.rightColVorlagen h3 a:active, .rightColVorlagen h3 a:link, .rightColVorlagen h3 a:visited, .rightColVorlagen h3 a:hover 
{
	color: #989899;
}
.rightColVorlagen p 
{
	color: #575757;
	font-weight: bold;
	padding: 0 0 0 3px;
	margin: 0 0 0 0;
}
.rightColVorlagenTeaser
{
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	width: 318px;
	height: auto;
	clear: both;
}

.rightColMultiMed
{
	float: left;
	width: 120px;
	font-size: 10px;
	margin: 20px 15px 0 15px;
	padding: 0 0 20px 0;
}
.rightColMultiMedImg
{
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}
.rightColMultiMed h3 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.rightColMultiMed h3 a:active, .rightColMultiMed h3 a:link, .rightColMultiMed h3 a:visited
{
	color: #000;
	font-size: 9px;
	font-weight: bold;
}
.rightColMultiMed h3 a:hover 
{
	text-decoration: underline;
}
.rightColMultiMed p
{
	font-size: 9px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#rightColBoxBackground
{
	border-top:1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	height: auto;
	background: url(/fileadmin/sr/j/background_border.jpg) 0px 100% repeat-x;
}
#rightColBoxBackground UL
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}
#rightColBoxBackground LI
{
	font-size: 9px;
	line-height: 11px;
	margin: 5px 8px 0 8px;
	padding: 0 5px 5px 33px;
	height: 24px;
	background: url(/fileadmin/sr/j/background_icon.jpg) 2px 0px no-repeat;
	border-bottom: 1px solid #dbdbdb;
}

#rightColBoxBackground LI a:active, #rightColBoxBackground LI a:link, #rightColBoxBackground LI a:visited 
{
	color: #000;
	font-weight: bold;
}
#rightColBoxBackground LI a:hover  
{
	text-decoration: underline;
}

/* Artikel  */
.leftColStory
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 12px;
}

.storyRoof
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 10px;
	color: #909090;
	font-weight: bold;
}
.storyHeadline h1
{
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.storyAutor
{
	font-size: 10px;
	color: #316Bc8;
	margin: 10px 0 0 0;
	
}
.storyPubDate
{
	font-size: 10px;
	color: #909090;
	margin: 5px 0 0 0;
}

.storyText
{
	margin: 25px 0 20px 0;
}
.storyText P a:active, .storyText P a:link, .storyText P a:visited 
{
	color: #316Bc8;
}
.storyTags P a:hover  
{
	text-decoration: underline;
}
.storyText p
{
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

/* Artikel Links Print, Comment, Send, Trackback  */
.storyLinks DIV, .storyLinks IMG
{
	float: left;
}

.storyLinks
{
	float: left;
	width: 160px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.storyLinks IMG
{
	float: left;
	padding: 0 3px 0 0;
}
.linkTxt
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.storyLinks a:active, .storyLinks a:link, .storyLinks a:visited, .storyShareLinks a:active, .storyShareLinks a:link, .storyShareLinks a:visited 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	color: #000;
}
.storyLinks a:hover, .storyShareLinks a:hover    
{
	text-decoration: underline;
}
.storyLinks UL 
{
	list-style: none outside;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}
.storyLinks LI 
{
	height: 30px;
	width: 150px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Share Artikel  */
.storyShare
{
	float: left;
	width: 160px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
.storyShareLinks
{
	margin: 0 15px 0 0;
}
.storyShare UL 
{
	list-style: none outside;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}
.storyShare LI 
{
	height: 22px;
	vertical-align: text-top;
	padding: 0 0 10px 15px;
	margin: 0 0 0 0;
}
.storyRelated 
{
	font-size: 10px;
	line-height: 175%;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
}
.storyRelated UL 
{
	list-style: none outside;
	padding: 0 0 0 0;
	margin: 10px 0 35px 5px;
}
.storyRelated li
{
	background: url(/fileadmin/sr/j/arrows2.gif) no-repeat 0 5px;
	vertical-align: text-top;
	padding: 0 0 10px 15px;
	margin: 0 0 0 0;
}
.storyRelated LI IMG
{
	margin: 2px 0 0 2px;
}

.storyPageNavigation
{

}

.storyPageNavigation img
{
	vertical-align: top;
}

/* Channel Promo  */

.channelPromo 
{
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 560px;
	height: auto;
}


/* Halfbox Head 160px  */
.rightHalfBoxHead
{
	margin: 0 0 0 0;
	padding: 4px 0 6px 7px;
	border-bottom: 1px solid #dbdbdb;
}


.rightColCommentText 
{
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	/*height: 100%;*/
}
.rightColCommentText h3
{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.rightColCommentText h3 a:active, .rightColText h3 a:link, .rightColText h3 a:visited 
{
	font-weight: bold;
	color: #000;
}
.rightColCommentText h3 a:hover  
{
	text-decoration: underline;
}
.rightColCommentText p
{
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}

/* Artikel Versenden  */

.artsend
{
	padding: 10px 10px 10px 40px;
}
.artsend Input
{
	font-size: 9px;
}
.artsendTxt
{
	float: left; 
	margin: 0 15px 10px 0; 
	padding: 3px 0 0 0; 
	height: 15px;  
	width: 40px;
}
.artsendbutton
{
	background-color: #fff;
	border: 1px solid #4c4c4c;
	width: 100px;
	color: #4c4c4c;
	font-size: 9px;
	font-family: verdana;
	padding: 1px 0  0 0;
	margin: 5px 0 0 156px;
	float: left;
}




/* Content List */
.archivList
{
	font-family:  Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.archivItem
{
	margin: 0 0 20px 0;
}
.archivItem Img
{
	vertical-align:middle;
	padding: 2px 0 0 0; 
	margin:  0 3px 0 0;
}
.archivItem .gray, .archivItem .black
{
	font-weight: bold;
}
.archivItem .gray
{
	color: #9f9f9f;
	margin: 0 4px 0 0;
}
.archivItem p 
{
	font-size: 12px;
	padding: 0;
	margin: 1px 0 0 0;
}

/* Most searched */

.promotxt 
{ 
	color: #9f9f9f;
	font-weight: bold;
	font-size: 12px;
	padding: 10px; 
}
.promolist {
	margin: 5px 0 0 0; 
	padding: 0 0 0 0;
	}
	
.promolist ol li
{
	position: relative;
}
.promolist ol
{
	list-style-position: outside;
	display:	block;
	margin: 0 0 0 10px; 
	padding: 0 0 0 28px;
	height: 110px;
	list-style-type: decimal; 
	vertical-align: middle;
}
.promolist li 
{
	margin: 0px; 
	padding: 0px;
}
.promolist  ol li.col1 { 
	margin-left: 0px; 
}
.promolist  ol li.col2 
{ 
	margin-left: 150px; 
}
.promolist li.top
{
  margin-top: -96px;
}

/* Suche */

.suche IMG
{
	float: left;
}
.suchBegriff
{	
	height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: -3px 0 0 0;
	float: left;
}
.suchTreffer
{
	color: #575757;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 3px 0 0 10px;
}
.suchCategoryNews 
{
	height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.suchCategorySpotlights
{
	height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.suchList
{
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sucheItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 5px;
	border-bottom: 1px dotted #999;
	}

.sucheItem .text  {
	font-size: 12px;
	padding: 5px 5px 2px 0;
	line-height: 14px;
	}

.sucheItem .text a:link, .sucheItem .text a:active, .sucheItem .text a:visited 
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
}
	
.sucheItempupl {
	font-size: 10px;
	margin-top: 0px;
	padding: 0px
}

.sucheItempupl a:link, .sucheItempupl a:active, .sucheItempupl a:visited 
{
	font-size: 10px;
	color: #316Bc8;
	margin-top: 0px;
	padding: 0px
}

.sucheItempupl a:hover  
{
	text-decoration: underline;
}
.moreResults, .moreResults a:link, .moreResults a:active, .moreResults a:visited  
{
	font-size: 11px;
	padding: 15px 0 40px 0;
	line-height: 12px;
	font-weight: bold;
	text-align: right;
}


/* Story Gallery */

#storyPreGallery
{
	width: 575px; 
	margin: 40px 0 36px 0;
}

#storyPreGallery H3
{
	font-size: 12px;
	padding: 0;
	margin: 0 0 9px 0;
}
#storyPreGallery P
{
	font-size: 10px;
	line-height:10px;
	padding: 0;
	margin: 15px 0 0 0;
}

.preGalleryFrame
{
	width: 85px; 
	height: 110px; 
	border: 1px solid #d0d0d0; 
	float: left;
}


/* Bilderstrecke und Videos */

#media 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mediaTop
{
	margin: 15px 0 0 0;
}
.mediaHead
{
	float: left; 
	width: 575px; 
	padding: 15px 0 0 0;
}

#mediaBox
{
	margin: 0 0 0 0;


	padding: 0 0 0 0;
	width: 100%;
}
.mediaNavTop, .mediaNavBottom
{
	width: 933px; 
	height: 24px; 
	background-color: #316Bc8;
	text-align: center; 
}

.mediaNavTop
{
 border-bottom: 2px solid #000033;
}
 .mediaNavBottom
{
  border-top: 2px solid #000033;
}
.mediaNavTop a, .mediaNavBottom a
{
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;

}
.mediaavTop a:hover, .mediaNavBottom a:hover
{
	text-decoration: underline;
}
.mediaImgFrame
{
	width: 567px; 
	height: 385px; 
	background-color: #ddd; 
	float: left;
}
.mediaImg
{
	padding: 30px 43px 0 43px;
	
}
.mediaVidFrame
{
	width: 378px; 
	height: 385px; 
	background-color: #ddd; 
	float: left;
}
.mediaVid
{
	margin: 0 0 0 0;
	padding: 28px 0 0 28px;	
}
.mediaImg P
{
	font-size: 10px; 
	color: #666666;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mediaContentBoxGallery, .mediaContentBoxVid
{
	height: 385px; 
	float: left;
}
.mediaContentBoxGallery
{
	width: 359px; 
}
.mediaContentBoxVid
{
	width: 555px; 
}
.mediaContent
{
	padding: 0 0 0 0;
	margin: 26px 15px 0 26px;
}
.mediaContentVid
{
	width: 325px;
	height: 350px;
	padding: 0 0 0 0;
	margin: 26px 0 0 26px;
	float: left;
	overflow: hidden;
}
.mediaContent H3, .mediaContentVid H3
{
	font-size: 16px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.mediaContent P, .mediaContentVid P
{
	font-size: 12px;
	line-height: 16px;
}
.mediastoryTags ul
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.mediastoryTags li
{
	float: left;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
}
.mediastoryTags li a:active, .mediastoryTags li a:link, .mediastoryTags li a:visited 
{
	color: #316Bc8;
	font-weight: normal;
	padding: 7px 0 0 5px;
}
.mediastoryTags li a:hover  
{
	text-decoration: underline;
}
.mediastoryAutor
{
	font-size: 10px;
	color: #316Bc8;
	margin: 5px 0 0 0;
}

.formElement
{
	margin: 0 0 0 5px;
	padding: 0 0 30px 5px;
	clear: both;
}

.feldForm, .labelForm
{
	float: left;
}
.labelForm
{
	width: 135px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 0;
}

.feldForm select, .feldForm input
{
	font-size: 11px;
}
.feldForm input
{
	width: 195px;
}
.feldForm select
{
	width: 200px;
}

/*  Stellenmarkt  */

.jobListBoxHead
{
	width: 575px; 
	height: 20px; 
	background-color:#316Bc8;
}
.jobListBoxHeadTxt2
{
	font-size: 11px; 
	font-weight:bold; 
	color: #000; 
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}
.jobListBoxHeadTxt
{
	font-size: 9px; 
	font-weight:bold; 
	color: #fff; 
	padding: 3px 0 0 5px;
}
.jobListRowDG
{
	font-size: 11px;
	width: 573px;
	overflow: hidden;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	background-color: #ebebeb;
	background-image: url(/fileadmin/sr/j/jobbox_background.gif)

}
.jobListRowLG
{
	font-size: 11px;
	width: 573px;
	overflow: hidden;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	background-color: #fff;
	background-image: url(/fileadmin/sr/j/jobbox_background.gif)
}
.jobListRowTitle
{
	width: 330px; 
	float: left; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}
.jobListRowTitle H3
{
	font-size: 11px;
}
.jobListRowTitle H3, .jobListRowTitle P, .jobListRowFrom P, .jobListRowPlace P
{
	margin: 0 10px 5px 10px;
	padding: 0 0 0 0;
}

.jobListRowFrom
{
	width: 133px; 
	float: left; 
	height: 100%; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}
.jobListRowPlace
{
	width: 110px; 
	float: left; 
	height: 100%;  
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}

.such_feld 
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #aaaaaa;
	color: #000000;
	height: 16px;
	width: 152px;
	vertical-align: top;
	text-decoration: none;
}

.stmt_button 
{ 
	font-size: 12px;
	text-align: center;
	color:#000000; 
	width:75px; 
	height:17px; 
	margin-left: 10px;
	background-color: #fff;
	border:1px solid #dbdbdb; 
	vertical-align: top;
}
.text_colored 
{
	font-size: 12px;
	line-height: 15px;
	color:#316Bc8;
}
.jobWListBoxHead
{
	width: 575px; 
	height: 20px; 
	background-color:#316Bc8;
}
.jobWListBoxHeadTxt2
{
	font-size: 11px; 
	font-weight:bold; 
	color: #000; 
	padding: 0 0 15px 0;

}
.jobWListBoxHeadTxt
{
	font-size: 9px; 
	font-weight:bold; 
	color: #fff; 
	padding: 0 0 0 5px;
	background-color: #316Bc8;
}
.jobWListRowDG
{
	width: 575px;
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ebebeb;
}
.jobWListRowLG
{
	width: 575px;
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
}
.jobWListRowTitle
{
	width: 330px; 
	float: left; 
	padding: 10px 0 10px 0; 
	margin: 0 0 0 0;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;

}
.jobWListRowTitle H3
{	
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}
.jobWListRowTitle P, .jobWListRowFrom P, .jobWListRowPlace P
{	
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
}

.jobWListRowFrom
{	
	width: 133px; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: top;
}
.jobWListRowPlace
{
	width: 112px; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: top;
}



/* Impressum */

.impHead
{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.impText
{
	font-size: 12px;
	margin: 0 0 30px 3px;
}
.impWorkerRow
{
	margin: 0 0 0 0;	
	width: 575px;
	height: 20px;
}
.impWorkerName
{
	font-size: 12px;
	width: 338px;
	float: left;
	margin: 0 0 0 3px;
}
.impWorkerMail, .impWorkerInfo
{	
	width: 52px;
	float: left;
	margin: 0 10px 0 0;
}


/* Vorlagen-Archiv */

.vorlagenNavRight
{
	float: left; 
	width: 150px; 
	margin: 0 10px 10px 0;
}

.vorlagenNavLeft
{
	float: left; 
	width: 145px; 
	margin: 0 10px 10px 15px;
}
.vorlagenLevel1 
{
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
}
.vorlagenLevel
{
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin: 0 0 5px 0;
}
.vorlagenNavLeft UL, .vorlagenNavRight UL
{
	list-style-type: none;
	margin:  0 0 5px 0;
	padding: 0 0 0 5px;
}
.vorlagenNavLeft LI, .vorlagenNavRight LI
{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
#vorlagenSuche 
{
	font-size: 12px;
	margin: 0 0 45px 0;
	padding: 0 0 0 0;
	height: 25px;
} 

.gobutton
{
	padding: 3px 0 0 5px;
	float: left;
}
/*#vorlagenIntro 
{
	font-size: 12px;
	margin-bottom: 30px;
	width: 575px;
	height: 166px;
	padding: 0;
	background: url(/fileadmin/sr/j/vorlagen_intro_bgr.jpg) no-repeat;
}
#vorlagenIntro H3 
{
	font-size: 17px;
	margin: 5px 0 5px 120px;
	padding-top: 5px;
}
#vorlagenIntro .text
{
	margin: 0 10px 0 120px;
}
#VorlagenIntro ul 
{
	margin: 8px 0 0 0;
}
#vorlagenIntro li 
{
	margin: 3px 0 0 150px;
	width: 354px;
}
#vorlagenContent 
{
	width: 575px;
	font-size: 12px;
	float: left;
}
#vorlagenContent Form
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#vorlagenContent H1 
{
	font-size: 12px;
}
.vorlagenModuleTitle 
{
	font-weight: bold;
	margin: 0 0 5px 0;
}


.vorlagenListLinkContainer 
{
	margin-bottom: 40px;
}

.vorlagenListLink {
	width: 575px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
	}
.vorlagenListHead {
	width: 575px;
	height: 25px;
	color: #fff;
	background-color: #316Bc8;
	}
.vorlagenItemListHead {
	width: 278px;
	float: left;
	margin: 5px 15px 0 3px;
	}
.vorlagenPreisListHead {
	width: 85px;
	text-align: right;
	margin: 5px 15px 0 0;
	float: left;
	}
.vorlagenDateiListHead {
	width: 102px;
	text-align: right;
	margin: 5px 3px 0 0;
	float: right;
	}
.vorlagenDetailsList {
	width: 575px;
	margin-bottom: 10px;
	}
.vorlagenItemList {
	width: 276px;
	float: left;
	margin-left: 3px;
	margin-right: 15px;
	}
.vorlagenItemListTitle {
	font-weight: bold;
	margin-bottom: 3px;
	}
.vorlagenItemListDesc {
	font-weight: normal;
	margin-bottom: 5px;
	}
.vorlagenItemListKat {
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	}
.vorlagenPreisList {
	width: 85px;
	text-align: right;
	margin-right: 15px;
	float: left;
	}
.vorlagenDateiList {
	width: 102px;
	text-align: right;
	margin-right: 3px;
	float: right;
	}
.vorlagenLine {
	width: 575px;
	height: 1px;
	margin-top: 11px;
	margin-bottom: 10px;
	border-top: 1px dotted #999;
	float: left;
	overflow: hidden;
	}
.vorlagenWeiterNavi 
{
	height: 28px;
	margin: 15px 0 0 0;
	width: 575px;
}
.vorlagenWeiterNaviBottom 
{
	height: 28px;
	margin: 0 0 0 0;
	width: 575px;
}
.vorlagenWeiterNaviInhalt 
{
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	width: 250px;
	padding-top: 2px;
	float:left;
}

.vorlagenCategoryPath {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 5px;
	}
.vorlagenProdPreImage {
	width: 238px;
	float: left;
	border: 1px solid #000;
	}
.vorlagenTemplatePath {
	width: 575px;
	margin-bottom: 15px;
	}
.vorlagenProdRightside {
	width: 238px;
	float: left;
	margin: 0 0 0 25px;
	}
.vorlagenProdExten, .vorlagenProdPrice, .vorlagenProdMoreInfo {
	padding-bottom: 15px;
	}
.vorlagenProdDesc {
	clear: both;
	padding: 25px 0 35px 0;
	}
#vorlagenSpacer {
	width: 30px;
	float: left;
	}
#vorlagenNavi {
	width: 197px;
	font-size: 12px;
	float: right;
	}
.vorlagenNaviLine {
	width: 197px;
	height: 1px;	
	margin-bottom: 10px;
	background-image: url(/fileadmin/sr/j/bg_bw_dotted.gif);
	overflow: hidden;
	}
.vorlagenLevel1 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	}
.vorlagenLevel2 {
	font-size: 10px;
	margin-bottom: 3px;
	}
.vorlagenLevel2 {
	font-size: 10px;
	margin-bottom: 7px;
	}
.vorlagenLevel2Container {
	padding-left: 7px;
	margin-top: 5px;
}
.vorlagenOrderButton { 
	width: 160px;
	height: 16px;
	padding: 1px 0 1px 5px;
	margin: 0;
	font-size: 11px;
	color:#fff;
	background-color: #316Bc8;
	border:1px solid #aaa;
	}
a.vorlagenOrderLink:active, a.vorlagenOrderLink:visited, a.vorlagenOrderLink:link, a.vorlagenOrderlink:hover { 
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

.vorlagensuchfeld {
	height: 15px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	padding: 2px 0 0 0;
	margin: 0;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #aaa;
	color: #000;
	text-decoration: none;
	}
.vorlagenArticle
{
	width: 575px;
	height: 44px;
	margin-bottom: 10px;
	background: url(/fileadmin/sr/j/vorlagen_ico.gif) no-repeat;
	overflow: hidden;
}
.vorlagenArticle H3
{
	font-size: 17px;
	padding: 0 0 0 0;
	margin: -2px 0 0 40px;
}
.vorlagenHeadPic 
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

*/

/* Eventkalender */

.eventNav
{
	width: 575px;
	height: 30px;
	margin: 40px 0 0 0;
}
.eventNavRight, .eventNavMid, .eventNavLeft
{
	float: left;
	height: 30px;
}
.eventNavRight, .eventNavLeft
{
	margin: 3px 0 0 0;
	width: 150px;
	font-size: 12px;
}
.eventNavRight
{
	text-align: right;
}
.eventNavRight IMG, .eventNavLeft IMG
{
	vertical-align:	top;
	padding: 3px 0 0 0;
}
.eventNavMid
{
	width: 275px;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}
.eventBox
{
	background-color: #ddd; 
	width: 575px; 
	height: 100%; 
	margin: 0 0 15px 0;
}
.eventNameBox
{
	margin: 0 0 3px 105px; 
	padding: 5px 0 0 0; 
	font-size: 11px; 
	font-weight: bold;
}
.eventDateBox
{
	margin: 0 0 0 105px; 
	padding: 5px 0 0 0; 
	font-size: 10px;
}
.eventPlaceBox
{
	margin: 0 0 0 105px; 
	padding: 2px 0 5px 0; 
	font-size: 10px;
}
.eventName
{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.eventDate, .eventPlace
{
	font-size: 11px;
}
.eventText
{
	margin: 25px 0 15px 0;
}
.eventText p
{
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
.eventLinks
{
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 20px 0;
}
.eventLinks IMG
{
	vertical-align:top;
	padding: 3px 0 0 0;
}


