@charset "utf-8";
/* CSS Document */

/*
    Title:          Common Settings
    Description:    Page setup and formatting of common HTML-elements
    File */         @import url(main/base.css);
    
/*************************************************************************/

/*
    Title:          Common Settings
    Description:    Page setup and formatting of common HTML-elements
    File */         @import url(main/news.css);
    
/*************************************************************************/

/*
    Title:          Common Settings
    Description:    Page setup and formatting of common HTML-elements
    File */         @import url(main/typo3-RTE.css);
    
/*************************************************************************/


/*
    Title:          Common Settings
    Description:    Page setup and formatting of common HTML-elements
    File */         @import url(navigation/main.css);
    
/*************************************************************************/

/*
    Title:          Common Settings
    Description:    Page setup and formatting of common HTML-elements
    File */         @import url(navigation/sub.css);
    
/*************************************************************************/

div#overall
{
	width: 				960px;
	margin-left:		auto;
    margin-right:		auto;
	background:			#FFFFFF;
	text-align:			left;
}


div#top
{
	height: 			110px;
	background:			url(/fileadmin/templates/images/jsr_logo.gif) right no-repeat;
}

	div#service_navi
	{
	width:			371px;
	height:			49px;
	margin:			80px 0 0 30px;
	font-size:		11px;
	position:		absolute;
	
	color:			#666666;
	}



div#header_ohne
{
	width:				960px;
	height: 			170px;
	padding:			0;
	margin:				0;
	background:			url(/fileadmin/templates/images/headerimage/header_spring.jpg);
}


div#menuleiste
{
	height:				30px;
	background: 		#eeeeec;
}



div#service
{
	height: 			20px;
	margin:				5px 0;
	
	font-size:			10px;
	line-height:		20px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}

	div#serviceright
	{
		width:			480px;
		padding:		0;
		float:			right;
		
		text-align:		right;
	}
	
	
div#contentwrapper
{
	margin:				0;
	background-image:	url(/fileadmin/templates/images/bg-erweitert_content.gif);
	background-repeat:	repeat-y;
}

div#left-col 
{
	width:				200px;
	padding:			37px 0 20px 0;
	float:				left;
}


div#clickpfad
{
	margin:				0 0 20px 0;
	
	font-size:			11px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#575757;
}

	div#clickpfad a
	{
		color:				#575757;
		text-decoration:	none;
		font-weight:		normal;
	}

div#middle-col
{
	width:				720px;
	margin:				0 0 0 20px;
	float:				left;
	
	line-height:		17px;
}


/* Bottom-Navigation */
#bottom-menu 			{ margin: 30px 0; font-size: 11px; border-top: 1px dotted #999999; padding-top: 5px; padding-left: 20px;  }
#bottom-menu ul 		{ list-style: none; margin: 0; padding: 0; }

.gotokopf 				{ line-height: 1.5em; padding: 0.2em 0.5em 0.2em 2em; background: url(/fileadmin/templates/images/icons/bottom_menu/seitenanfang.gif) no-repeat top left; }
.gotokopf a 			{ color: #707070; text-decoration: none; font-weight: bold; background-color: #fff; }
.gotokopf a:link		{ color: #707070; background-color: #fff; }
.gotokopf a:visited	 	{ color: #707070; background-color: #fff; }
.gotokopf a:hover 		{ color: #323232; text-decoration: none; background-color: #fff; }
.gotokopf a:focus 		{ color: #323232; text-decoration: none; background-color: #fff; }


.drucken 				{ line-height: 1.5em; padding: 0.2em 0.5em 0.2em 2em; background: url(/fileadmin/templates/images/icons/bottom_menu/drucken.gif) no-repeat top left; }
.drucken a 				{color: #707070; text-decoration: none; font-weight: bold;background-color: #fff; }
.drucken a:link 		{color: #707070; background-color: #fff; }
.drucken a:visited 		{color: #707070; background-color: #fff; }
.drucken a:hover 		{color: #323232; text-decoration: none; background-color: #fff; }
.drucken a:focus 		{color: #323232; text-decoration: none; background-color: #fff; }

.zurueck 				{ line-height: 1.5em; padding: 0.2em 0.5em 0.2em 2em; background: url(/fileadmin/templates/images/icons/bottom_menu/zurueck.gif) no-repeat top left; }
.zurueck a 				{color: #707070; text-decoration: none; font-weight: bold;background-color: #fff; }
.zurueck a:link 		{color: #707070; background-color: #fff; }
.zurueck a:visited 		{color: #707070; background-color: #fff; }
.zurueck a:hover 		{color: #323232; text-decoration: none; background-color: #fff; }
.zurueck a:focus		{color: #323232; text-decoration: none; background-color: #fff; }


div#footer
{
	margin:				10px auto;
	width:				900px;
	background:			#FFFFFF;
	color:				#707070;
	font-size:			11px;
	text-align:			right;
	height:				30px;
	line-height:		30px;
	padding:			0 30px;
}


div#footer a			{ color: #707070; text-decoration: none; font-weight: normal; }
div#footer a:hover		{ color: #707070; text-decoration: underline; }