/* ---------------- the basics ---------------- */body { 	background : #275a9b url(../img/bgr_main.gif) repeat-y;	text-align : left;	color : #000; 	font-size : 11px; 	font-family : verdana, arial, helvetica, sans-serif; }p { 	color : #000; 	background: none;	font-size : 11px; 	font-family : verdana, arial, helvetica, sans-serif;  }td { 	color : #000; 	font-size : 11px; 	font-family : verdana, arial, helvetica, sans-serif;  }tr { 	color : #000; 	font-size : 11px; 	font-family : verdana, arial, helvetica, sans-serif;  }/* ---------------- h ---------------- */h1, h2, h3, h4 { 	text-align : left;	color : #fff; 	background : none;	font-size : 14px; 	font-family : georgia, times, serif;	font-style : italic; 	line-height : 14px;}strong { 	text-align : left;	color : #fff;	background : none; 	font-size : 14px; 	font-family : verdana, arial, helvetica, sans-serif; 	font-style : italic; }/* ---------------- textformatierung ---------------- */.bold { 	text-align : left;	color : #000; 	font-size : 11px; 	font-weight: bold;	font-family : verdana, arial, helvetica, sans-serif; }.hdl_bold { 	color : #275a9b; 	background : none;	font-weight : bold; 	font-size : 14px; 	font-family : verdana, arial, helvetica, sans-serif;  }.hdl_weiss {	color : #fff;  	font-size : 11px;	font-weight : bold; 	font-family : verdana, arial, helvetica, sans-serif;  }.hdl_klein {	color : #fff;  	font-size : 9px;	font-weight : normal; 	font-family : verdana, arial, helvetica, sans-serif;  }.klein { 	font-size : 9px; }.titel { 	text-align : left;	color : #fff; 	background : none;	font-size : 14px; 	font-family : georgia, times, serif;	font-weight : bold; 	font-style : italic; }.titelbox { 	text-align : left;	color : #fff; 	background : none;	font-size : 16px; 	font-family : verdana, arial, helvetica, sans-serif;  	font-weight : bold; }.sub { 	font-family : verdana, arial, helvetica, sans-serif;  	font-size : 10px; 	text-decoration : none; 	color : #fff; 	background : #fff9ed;}.cardtext { 	color: #fff; 	background : none;	font-size: 14px; 	font-weight: bold;	font-family: Georgia, Times, serif;	font-style: oblique;	line-height: 18px;}.menutitle { 	color: #fff; 	background : none;	font-size: 16px; 	font-weight: bold;	font-family: Georgia, Times, serif;	font-style: oblique;	line-height: 15px;}.bild {	border: 6px solid #fff;}/* ---------------- navigation ---------------- */a { 	font-family : verdana, arial, helvetica, sans-serif;  	font-size : 11px; 	text-decoration : underline; 	color : #275a9b; 	background : none;}a :link { }a :visited { }a :hover { 	text-decoration : underline; 	color : #ff0000; 	background : none;}/* ---------------- navigation 2. ebene ---------------- */a.sub { 	font-family : verdana, arial, helvetica, sans-serif;  	font-size : 10px; 	text-decoration : none; 	color : #fff; 	background : none;}a.sub:link { }a.sub:visited { }a.sub:hover { 	text-decoration : none;	color : #e5d7b7; 	background : none;}/* ---------------- forms ---------------- */input { 	font-size : 11px; 	background-color : #fff; 	font-family : verdana, arial, helvetica, sans-serif;	color: #000;	width: 100%;	height: 20px;	border: 0px;}input.short { 	font-size : 11px; 	background-color : #fff; 	font-family : verdana, arial, helvetica, sans-serif;	color: #000;	width: 40px;	height: 20px;	border: 0px;}input.boxes { 	color : #000;	background-color : #fff; 	font-size : 11px; 	font-family : verdana, arial, helvetica, sans-serif;	font-weight: bold;	width: 15px;	height: 15px;}textarea { 	font-size : 11px; 	background-color : #fff; 	font-family : verdana, arial, helvetica, sans-serif;   	color: #000;	width: 100%;	border : 0px;} select {			color : #fff; 	background-color : #688dc1;	font-family : verdana, arial, helvetica, sans-serif; }/* ---------------- ids ---------------- */#introbox {	position : static;	left : 0px;	top : 0px;	padding : 15px;	border : 5px solid #e5d7b7;	background : #fff;	text-align : left;	color : #fff; 	font-size : 14px; 	font-family : verdana, arial, helvetica, sans-serif;  	font-weight : bold; 	letter-spacing : 3px;	margin-bottom : 20px;	margin-right: 20px;}#menurubrik { 	position: relative;	color: #fff; 	font-size: 14px; 	font-weight: bold;	font-family: Georgia, Times, serif;	padding : 7px;	border : 1px solid #fff;	background : #f5edd9;	text-align : left;	font-size : 11px; 	font-family : verdana, arial, helvetica, sans-serif;  	font-weight : bold; 	letter-spacing : 3px;	margin-bottom : 10px;	margin-right: 20px;}#content {	max-width : 600px;	position : relative;}