/* CSS version 2.0 */


@import url(style_redblue-design_FILES/ext_webreferences.css);	
@import url(style_redblue-design_FILES/ext_twrssfeeds.css);


* {
	border: 0;
	margin: 0;
	padding: 0;}
	
body {
	background-color: #ffffff; 
	# background: url(style_redblue-design_FILES/hintergrund2.jpg) repeat-y;
	color: #363636; 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	margin-left: 220px;
	width: 500px;
} 

a {
	color: #000000;
	text-decoration: underline;}

a:hover {
	color: #838f96;
	text-decoration: none;}

acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;}

h1 {
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	margin: 20px 0px 5px 0px;}

blockquote {
	margin: 3px 0px 3px 30px !important;
}

pre {
	font-size: 1.3em;
	line-height: 1.3em;
}

/* ---- Header ---- */

.header {
	text-align: right;
	top: 0px;
	clear: both;
	width: 500px;
}


/* ---- Title ---- */

.title {
	margin-top: 120px;
	clear: both;
	width: 500px;
	font-family: Times, serif;
	color: #444444;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	
}





/* ---- Menü oben, Textmenü ---- */

.menu {
	text-align: right;
	line-height: 2em;
	font-size: 1em;
	clear: left;
	margin-top: 50px;
	padding-top: 30px;
	margin-right: -230px;
	width: 500px;
}

.menu a:link, .menu a:visited, .menu a:hover {
	line-height: 2em; 
	color: #363636;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	border-bottom: 2px solid #bb0000;
	}


/* ---- Content-Bereich, mitte, normal ---- */

.content {
	padding-top: 40px;
	line-height: 1.8em;
	font-size: 1em;
	color: #616161;
	width: 500px;
}
	
.content h1 {
	font-family: Verdana, Arial, sans-serif;
	border-bottom: 1px solid #bfbfbf;
	color: #af0000;
	font-size: 1.3em;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	font-variant: small-caps;
}
	
.content p , .content ol li {
	padding-right: 5px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #383838;
}

/* ---- Randspalte rechts ---- */

.rand {
	position: absolute;
	left: 779px;
	top: 50px;
	/* top: 359px; */
	line-height: 1.8em;
	font-size: 1em;
	color: #616161; 
	width: 200px;
}


.rand h1 {
	font-family: Verdana, Arial, sans-serif;
	border-bottom: 1px solid #bfbfbf;
	color: #af0000;
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px -24px 5px -23px;
	font-variant: small-caps;
	padding-left: 22px;
	padding-right: 22px;
}


.rand p , .rand ol li {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #616161;
}


