@charset "UTF-8";
/* CSS for 4RESCUE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(pics/4rescue_orange.png);
	background-repeat: no-repeat;
	margin: 0px;
}

#headerBanner {
	margin: 0;
	width: 675px;
	height: 35px;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 110px;
	position: absolute;
	left: 15px;
	top: -91px;
}

#imprint {
	width: 1040px;
	height: 25px;
	background-color: #03559A;
	font-size: 9px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
}

#navigation {
	margin: 0;
	width: 120px;
	height: 235px;
	background-image: url(pics/bg_regular_txt.jpg);
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 110px;
	position: absolute;
	left: 8px;
	top: 13px;
}

/* Bildleiste am rechten Rand */
#pictureLineup {
	width: 110px;
	max-height: 550px;
	/* background-color: #FF6600; */
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	left: 780px;
	top: 5px;
	margin-top: 120px;
} 

#currentIssueLogo {
	width: 40px;
	height: 135px;
	position: absolute;
	left: 900px;
	top: 5px;
	margin-top: 120px;
	background-image: url(pics/current_issue.png);
	background-repeat: no-repeat;
} 

/* Cover-Abb auf Archive-Seite */
#archiveCover {
	max-width: 230px;
	min-height: 310px;
	position: absolute;
	left: 170px;
	top: 70px;
	margin-top: 100px;
}

/* Format f�r Text auf der index- und normalen Seiten */
#regularText {
	margin-top: 0px;
	margin-left: 150px;
	width: 560px;
	max-width: 575px;
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 25px;
	/*background-image: url(pics/bg_regular_txt.jpg);*/
	/*background-repeat: repeat;*/
	/*height: 800px;*/
}

/* Format f�r Text auf der Current-Issue-Seite neben dem Cover */
#regularTextPlusCover {
	margin-top: 30px;
	margin-left: 250px;
	width: 270px;
	max-width: 270px;
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 25px;
	/*background-image: url(pics/bg_regular_txt.jpg);
	background-repeat: no-repeat;
	height: 565px;*/
}


/* Format f�r Text auf der Archiv-Seite neben dem Cover */
#regularTextArchive {
	margin-top: 30px;
	margin-left: 150px;
	width: 270px;
	max-width: 270px;
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 25px;	/*background-image: url(pics/bg_regular_txt.jpg);
	background-repeat: no-repeat;
	height: 565px;*/
}

/* ______________________________________ */
#currentIssue {
	margin-top: -155px;
	margin-left: 150px;
	max-width: 330px;
	background-color: #E5E5E5;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	float: inherit;
	min-height: 150px;
} 

/* Cover-Abb auf Current-Issue-Seite */
#currentIssueCover {
	margin-top: -110px;
	max-width: 230px;
	min-height: 310px;
	position: absolute;
	left: 170px;
	top: 80px;
	margin-top: 120px;
}

h1 {
	color: #03559A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
}

h2 {
	color: #03559A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
}

h3 {
	color: #03559A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

/* +++++++++++ 4RESEARCH STYLES +++++++++++++ */


#RR_headerBanner {
	margin: 0;
	width: 565px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-top: 110px;
	position: absolute;
	left: 15px;
	top: -80px;
}


#RR_navigation {
	margin: 0;
	width: 120px;
	height: 235px;
	background-image: url(pics/bg_regular_txt.jpg);
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 110px;
	position: absolute;
	left: 8px;
	top: 33px;
}


/* Bildleiste am linken Rand */
#RR_pictureLineup {
	background-image: url(pics/bg_regular_txt.jpg);
	width: 115px;
	max-height: 160px;
	position: absolute;
	left: 8px;
	top: 390px;
	padding-left: 5px;
	padding-top: 5px;
} 

/* Format f�r Text auf der index- und normalen Seiten */
#RR_regularText {
	margin-top: 0px;
	margin-left: 150px;
	width: 850px;
	max-height: 450px;
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 25px;
}
