/*********************/
/*- Layout-Elements -*/
/*********************/

* {
	margin:0;
	padding:0;
}

html { height: 100% } 

body { 
	min-height: 101%;	
	font-size: 100.01%; 
	position: relative;
	font-family: Arial, sans-serif;
	font-style:normal;
	font-size:12px;
	background:white url(http://mrn.meier-online.de/w3/appl/vk3/mrn/bg.gif) 0px 65px repeat-x;
	text-align:center;
	color:#636363;
	line-height:1.4em;
} 

#OuterShell {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:left;
}

#InnerShell {
	position:relative;
	top:0;
	left:0;
	width:555px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	margin: 0;
}

#header, #search {
	border-bottom: 1px solid #D0D8E2;
}

#header{
	/*background: url(http://mrn.meier-online.de/w3/appl/vk3/mrn/logo_mrn.gif) right center no-repeat;*/
}

#search {
	margin-bottom:30px;
}

#resulthead, #results {
	margin-bottom:30px;
	background: url(http://mrn.meier-online.de/w3/appl/vk3/mrn/border.gif) bottom left repeat-x;
}

.leftSide {
	float:left;
	width:30%;
}

.rightSide {
	float:right;
	width:69%;
	border-left: 1px solid #D0D8E2;
}

.innerLeftSide {
	float:left;
	width:57%;
}

.innerRightSide {
	float:right;
	width:43%;
}

.result_item .left {
	float:left;
	width:65%;
}

.result_item .right {
	float:right;
	width:30%;
}

.result_item span {
	display:block;
}

.result_item {
	padding-bottom:12px;
	margin-bottom:12px;
}

.kategorie {
	border-top: 1px solid #D0D8E2;
}

.btop {
	background: url(http://mrn.meier-online.de/w3/appl/vk3/mrn/border.gif) top left repeat-x;
}

/*.bbot {
	background: url(http://mrn.meier-online.de/w3/appl/vk3/mrn/border.gif) bottom left repeat-x;
}*/

.innerLine {
	padding: 20px 0 20px 0px;	
}

.rightSide .innerLine {
	padding: 20px 0 20px 25px;	
}

#metanav, #metanav2 {
	clear:both;
}

/****************/
/*--- Links ----*/
/****************/

#metanav a:link, #metanav a:visited, #metanav a:hover, #metanav2 a:link, #metanav2 a:visited, #metanav2 a:hover  {
	float:right;
	background: #fff url(http://mrn.meier-online.de/w3/appl/vk3/mrn/pfeil.gif) no-repeat;
	background-position: 11px center;
	border: 1px solid #C8D0DA;
	border-top:none;
	padding: 2px 5px 2px 25px;
	font-size:12px;
	width:110px;
	color:#C8D0DA;
	margin-bottom:14px;
	text-decoration:none;
	font-weight:normal;
}

#metanav a.act:link, #metanav a.act:visited, #metanav a.act:hover, #metanav2 a.act:link, #metanav2 a.act:visited, #metanav2 a.act:hover  {
	background: #C8D0DA url(http://mrn.meier-online.de/w3/appl/vk3/mrn/pfeil_current.gif) no-repeat !important;
	background-position: 8px center !important;
	color:#fff;
}


a:link, a:visited, a:hover, a:active {
	color: #636363;
	font-weight:bold;
}

/*********************/
/* Functional Page Elements*/
/*********************/

.tlink { 
	float:right;
}

.tlink a:link, .tlink a:hover, .tlink a:visited { 
	color: #C8D0DA;
	font-size: 10px;
	text-decoration:none;
}

/*********************/
/* Content-Elements  */
/*********************/

h1 {
	font-weight:normal;
	font-size:18px;
	padding:28px 0 7px 0;
}

h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:14px;
}

h3 {
	font-weight:normal;
	font-size:15px;
	margin-bottom:5px;
}

#results h2 {
	background: #C8D0DA;
	padding: 2px 5px 2px 25px;
	width:135px;
	color:#fff;
}

img {
	border: solid 0px white !important;
}
/****************/
/* Forms */
/***************/

.date { 
	width:90px;
	margin-left:5px;
}
.checkbox { 
	margin: 0 10px 15px 0;
	float:left;
	clear:both;
}

.cats strong, .checkr {
	display:block;
}

.button {
	margin-top:5px;
	padding: 0px;
}

.sub {
	padding:0 0 20px 10px;
}


/****************/
/* Clearing */
/***************/

/* Clearen per Overflow */
.floatbox { overflow:hidden; display:block;}

