/*   
  style.css contains a reset, font normalization and some base styles.
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#2f53a5; color:#000; text-decoration:none; }

mark { background-color:#2f53a5; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */





/* Schrift ersetzen */





/* 
  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/

pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body { font:13px/1.4 sans-serif; *font-size:small; }

select, input, textarea, button { font:99% sans-serif; }

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  color: #333;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } 

.ie6 legend, .ie7 legend { margin-left: -7px; } 

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.*/
::-moz-selection{ background: #2f53a5; color:#fff; text-shadow: none; }
::selection { background:#2f53a5; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #333; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }




 /* Primary Styles
    Author: 
 */
 
 
a {
	text-decoration: underline;
	color: #333;
  	font-weight: normal;
}


a:hover {
	color: #2f53a5;
}

div#container {
	width: 808px;
	position: relative;
	margin: 35px auto 0;
}

div#logo {
	width: 250px;
	height: 125px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/logo_vonroenn.gif) no-repeat 0 0;
	position: relative;
	margin: 0 auto 20px;
}

img#teaser {
	display: block;
	width: 808px;
	height: 261px;
	float: left;
}

div#main {
	width: 800px;
	margin: 35px 4px;
	float: left;
}

nav {
	width: 256px;
	margin: 0 20px 0 0;
	float: left;
}

nav ul {
	font-size: 13px;
	text-transform: uppercase;
	list-style-type: none;
	width: 225px;
	color: #bbbbbb;
	float: left;
}

nav li {
	margin: 0 0 18px;
	float: left;
}

nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 19px;
	display: block;
	width: 210px;
	border-bottom: 1px solid #fff;
	color: #bbb;
	position: relative;
	left: 10px;
	font-weight: normal;
	letter-spacing:.08em;
	text-decoration:none;
}

nav li a:hover {
	border-bottom: 1px solid #b2b2b2;
}

nav li.selected a {
	color: #2f53a5;
	border-bottom: 1px solid #b2b2b2;
	left: 0px;
}
	
section.content {
	width: 524px;
	float: right;
}

h1 {
	color: #2f53a5;
	font-size: 24px;
	margin: 0 0 10px;
}

h2 {
	color: #2f53a5;
	font-size: 16px;
	margin: 10px 0 5px;
}


p {
	margin-bottom: 10px;
}

ol {
	margin: 10px 0 20px 20px;
}

ol li {
	margin: 10px 0 10px;
}

.greybox {
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	border-width: 1px 0;	
	color: #999999;
}
.greybox h2 {
	margin: 0 0 10px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999999;
}

.greybox ul {
	margin: 0;
}

.greybox ul li{
	list-style-type: none;
	margin: 5px 0;
	line-height: 1.1em;
}

.greybox a{
	color: #999999;
}

.greybox a:hover {
	color: #2f53a5;
}

.small {
	padding: 20px 0 20px 20px;
	width: 232px;
	float: left;
}

.wide {
	padding: 20px 20px;
	width: 484px;
	display: block;
	float: left;

}

.img_left {
	float: left;
	margin: 0 10px 0 0;
	clear: left;
}

form {
	margin-bottom: 30px;
	width: 385px;
}

form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 5px; left: 5px;}
form p br {display: none;}
form p.bordered { border-top: 1px solid #b2b2b2; padding: 8px 0 0; margin-top:15px;}

form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px 5px;
	margin: 0;
	background-color: #f2f2f2;
	width: 385px;
	border: 0;
}

.send{
	width: auto;
	border: 3px double #ffffff;
	background-color: #2f53a5;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	margin: 0 10px 10px 0;
}

.file_input_textbox
{
	float: left;
	width: 220px;
}

.file_input_div
{
	position: relative; 
	width: 150px; 
	height: 30px; 
	overflow: hidden;
}

.file_input_button
{
	width: auto; 
	position: absolute; 
	top: 0;
	background-color: #2f53a5;
	color: #FFFFFF;
	border: 3px double #ffffff;
	padding: 2px 10px;
	margin: 0 0 0 10px;
}

.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

form fieldset p input:hover, form fieldset p textarea:hover, .file_input_button:hover {
 	-moz-box-shadow: 0px 0px 5px #b2b2b2; 
 	-webkit-box-shadow: 0px 0px 5px #b2b2b2; 
    box-shadow: 0px 0px 5px #b2b2b2;
}


footer {
	margin: 20px 4px;
	border-top: 1px solid #b2b2b2;
	color: #b2b2b2;
	padding: 5px;
	width: 800px;
	float: left;
	font-size: 12px;
}

footer a{
	color: #b2b2b2;
	text-decoration:none;
}




/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

