/* - HTML, BODY, TAGS - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #f2f2f2; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	font-size: 11px;
	line-height: 18px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 100%;

}

td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

ul li {

	list-style: none;
	margin: 0px 0px 5px 0px;

}

ol li {
   
    list-style: decimal;
    margin-left: 15px;
   
}

#contentlayer #content-white ol li {
   
    list-style: decimal;
    margin-left: 20px;
   
}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

img.border {
	
	border: 5px solid #fff;
	
}

.cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: #2073a5;
	text-decoration: underline;

}

a:hover {

	color: #2073a5;
	text-decoration: none;

}

span.datum {

	color: #ababab;

}


/* - CONTAINER - */


#container {

	width: 950px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #dbdbdb;  
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;

}


/* - PAGELAYER - */


#pagelayer {

	padding-bottom: 51px;

}


/* - STOCK TICKER - */


#stockticker {

	width: 950px;
	height: 25px;
	padding: 0px;
	background: #fff;
	overflow: hidden;
	line-height: 24px;
	font-family: Tahoma;
	font-size: 10px;
	text-align: right;

}


/* - HEADER - */


#header {

	width: 930px;
	height: 100px;
	padding: 0px 10px;
	background: #10547d url(../pics/biovalley_header.jpg) no-repeat;
	overflow: hidden;
	position: relative;

}

#header img#logo {

	width: 201px;
	height: 68px;
	position: absolute;
	top: 0px;
	left: 10px;

}

#header a#newsletter, #header a:hover#newsletter {

	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	
	position: absolute;
	top: 15px;
	left: 260px;

}

#header #suche {

	position: absolute;
	top: 38px;
	left: 260px;	
	width: 380px;
	height: 50px;
	color: #fff;

}

#header #suche p {

	margin: 0px 0px 5px 0px;

}

#header #suche .formular {

	width: 280px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #10547d;
	font-size: 11px;
	font-family: "Verdana";	

}

#header #suche .button {

	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background: url(../pics/suche_header_button.gif) no-repeat;
	border: none;	

}

#header #sponsor {

	width: 260px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;	
	text-align: center;
	color: #fff;
	font-weight: bold;

}

#header #sponsor table, #header #sponsor table td {

	width: 100%;
	height: 100%;

}


/* - MENU - */

#menu {
	width: 950px;
	height: 38px;
	padding: 0px;
	background: #fbfafb url(../pics/menu.gif) repeat-x;
	overflow: hidden;
	position: relative;
}

#menu ul {
	padding: 0px;
	margin: 0px auto;
	height: 38px;
	overflow: hidden;
}

#menu ul li {
	padding: 0px 1px 0px 0px;
	margin: 0px auto;
	height: 38px;
	display: inline;
	list-style: none;
	float: left;
	background: url(../pics/menu_li.gif) right no-repeat;
}

#menu ul li.last {
	padding: 0px 1px 0px 0px;
	margin: 0px auto;
	height: 38px;
	display: inline;
	list-style: none;
	float: left;
	background: none;
}

#menu ul li a#home {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #10537d;
}

#menu ul li a:hover#home, #menu ul li a.aktiv#home {
	line-height: 34px;
	text-decoration: none;
	color: #ffffff;
	background-color:#10537d;
	border-bottom: 4px solid #10537d;
}

#menu ul li a#about {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #fdd100;
}

#menu ul li a:hover#about, #menu ul li a.aktiv#about {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#fdd100;
	border-bottom: 4px solid #fdd100;
}

#menu ul li a#countries {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #f5b006;
}

#menu ul li a:hover#countries, #menu ul li a.aktiv#countries {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#f5b006;
	border-bottom: 4px solid #f5b006;
}

#menu ul li a#guide {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #b1b121;
}

#menu ul li a:hover#guide, #menu ul li a.aktiv#guide {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#b1b121;
	border-bottom: 4px solid #b1b121;
}

#menu ul li a#news {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #56a337;
}

#menu ul li a:hover#news, #menu ul li a.aktiv#news {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#56a337;
	border-bottom: 4px solid #56a337;
}

#menu ul li a#events {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #3a98ce;
}

#menu ul li a:hover#events, #menu ul li a.aktiv#events {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#3a98ce;
	border-bottom: 4px solid #3a98ce;
}

#menu ul li a#support {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #c8d208;
}

#menu ul li a:hover#support, #menu ul li a.aktiv#support {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#c8d208;
	border-bottom: 4px solid #c8d208;
}

#menu ul li a#publications {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #93a5d3;
}

#menu ul li a:hover#publications, #menu ul li a.aktiv#publications {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#93a5d3;
	border-bottom: 4px solid #93a5d3;
}

#menu ul li a#links {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #7eb5d4;
}

#menu ul li a:hover#links, #menu ul li a.aktiv#links {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#7eb5d4;
	border-bottom: 4px solid #7eb5d4;
}

#menu ul li a#jobs {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #8fcef2;
}

#menu ul li a:hover#jobs, #menu ul li a.aktiv#jobs {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#8fcef2;
	border-bottom: 4px solid #8fcef2;
}

#menu ul li a#contact {
	padding: 11px 13px;
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	border-bottom: 4px solid #c8d208;
}

#menu ul li a:hover#contact, #menu ul li a.aktiv#contact {
	line-height: 34px;
	text-decoration: none;
	color: #292929;
	background-color:#c8d208;
	border-bottom: 4px solid #c8d208;
}


/* - SUBMENU - */


#submenu {

	width: 950px;
	height: 27px;
	padding: 0px;
	background: #edeeef;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #DBDBDB;
	overflow: hidden;
	position: relative;
	color: #000;

}

#submenu ul {

	padding: 0px;
	margin: 0px auto;
	height: 27px;
	overflow: hidden;

}

#submenu ul li {

	padding: 0px 5px;
	margin: 0px auto;
	height: 27px;
	overflow: hidden;
	display: inline;
	list-style: none;
	float: left;
	background: url(../pics/submenu_li.gif) left no-repeat;
	color: #fff;

}

#submenu ul li a {

	padding: 0px 10px;
	line-height: 27px;
	text-decoration: none;
	color: #000;
	

}

#submenu ul li a:hover {

	padding: 0px 10px;
	line-height: 27px;
	text-decoration: underline;
	color: #000;
	

}

#submenu ul li a.aktiv, #submenu ul li a.aktiv:hover {

	padding: 0px 10px;
	line-height: 27px;
	text-decoration: underline;
	font-weight:bold;
	color: #000;
	

}

#submenu .hidden {

	position: absolute;
	top: 0px;
	left: 0px;
	background: #edeeef;
	width: 3px;
	height: 27px;
	font-size: 0px;
	line-height: 0px;

}

/* - CONTENT LAYER - */


#contentlayer {

	width: 930px;
	padding: 0px 10px;
	overflow: hidden;
	position: relative;

}


/* - CONTENT - */


#content {

	width: 695px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
	float: left;

}

#content-white {
	width: 695px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
	float: left;
}
#content-white .content-white-top {
	width: 695px;
	height: 5px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	background: url(../pics/content-white-top.gif) no-repeat;
}
#content-white .content-white-middle {
	width: 665px;
	overflow: hidden;
	padding: 15px;
	background: url(../pics/content-white-middle.gif) repeat-y;
}
#content-white .content-white-bottom {
	width: 695px;
	height: 5px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	background: url(../pics/content-white-bottom.gif) no-repeat;
}
#contentlayer .statisch-bottom {
	width: 930px;
	height: 4px;
	background: url(../pics/statisch_bottom.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#content .leiste_1 {

	width: 675px;
	height: 36px;
	line-height: 35px;
	background: url(../pics/content_leiste_1.gif) no-repeat;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	position: relative;
	overflow: hidden;

}

.sponsor{

	width: 100px;
	height: 36px;
	text-align: right;
	font-weight: bold;
	color: #dfe0e1;
	position: absolute;
	top: 0px;
	right: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;

}

#content-split-startseite #text .google-adsense-1 {

	width: 554px;
	height: 96px;
	background: url(../pics/google-adsense_1.gif) no-repeat;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	
}

#content .bigbox {

	width: 695px;
	background: url(../pics/bigbox_content.gif) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	
}

#content .bigbox .main {

	width: 695px;
	height: 34px;
	line-height: 34px;
	position: relative;
	background: url(../pics/bigbox_main.gif) no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	
}

#content .bigbox .main h1 {
	
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px 0px 0px 10px;	
}

#content .bigbox .content {

	width: 675px;
	padding: 10px;
	min-height: 80px;
	line-height: 24px;
	background: url(../pics/bigbox_layer.gif) bottom no-repeat;
	margin: 0px;
	
}

#content .bigbox .content p {

	text-align: justify;
	margin: 0px 0px 15px 0px;

}

#content-white .content-white-middle h4 {
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: url(../pics/dot_h.gif) bottom repeat-x;
}
#content-white .content-white-middle ul li.icon_bloglinking {
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../pics/icon_bloglinking.gif) left no-repeat;
}
#content-white .content-white-middle ul li.icon_connotea {
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../pics/icon_connotea.gif) left no-repeat;
}
#content-white .content-white-middle ul li.icon_digg {
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../pics/icon_digg.gif) left no-repeat;
}
#content-white .content-white-middle ul li.icon_furl {
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../pics/icon_furl.gif) left no-repeat;
}
#content-white .content-white-middle ul li.icon_newsvine {
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../pics/icon_newsvine.gif) left no-repeat;
}
#content-white .content-white-middle ul li.icon_delico {
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../pics/icon_delico.gif) left no-repeat;
}
#content-white .content-white-middle #intext {
	width: 469px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#content-white .content-white-middle #intext .suche {
	width: 469px;
	height: 77px; 
	background: url(../pics/suchelayer.gif) no-repeat;
	position: relative;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#content-white .content-white-middle #intext .suche h1 {
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	position: absolute;
	top: 3px;
	left: 20px;
}
#content-white .content-white-middle #intext .suche .formulare {
	position: absolute;
	top: 40px;
	left: 20px;
}
#content-white .content-white-middle #intext .suche .formular {
	width: 150px;
	height: 16px;
	padding: 2px 0px 0px 2px;
	margin: 0px 5px 0px 0px;
	background: #fff;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	font-family: "Verdana";	
}
#content-white .content-white-middle #intext .suche .auswahl {
	width: 65px;
	height: 20px;
	padding: 2px 2px 2px 2px;
	margin: 0px 5px 0px 0px;
	background: #fff;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	font-family: "Arial";
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;	
}
#content-white .content-white-middle #intext .suche .button {
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background: url(../pics/suche_button.gif) no-repeat;
	border: none;	
}
#content-white .content-white-middle h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #10547D;
	font-family: "Arial";
}
#content-white .content-white-middle p {
	margin: 0px 0px 12px 0px;
	line-height: 18px;
}
#content-white .content-white-middle table tr td p {
	margin: 5px 0px 5px 0px;
}
#content-white .content-white-middle .comment {
	width: 469px;
	background: url(../pics/comment_middle.gif) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	
}
#content-white .content-white-middle .comment .main {
	width: 469px;
	height: 34px;
	line-height: 34px;
	position: relative;
	background: url(../pics/comment_main.gif) no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	
}
#content-white .content-white-middle .comment .main h1 {
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 10px;	
}
#content-white .content-white-middle .comment .main h2 {
	font-size: 11px;
	color: #c3c3c3; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: normal;
	font-style: italic;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 10px;	
}
#content-white .content-white-middle .comment .content {
	width: 449px;
	padding: 10px;
	background: url(../pics/comment-layer.gif) bottom no-repeat;
	margin: 0px;
	line-height: 18px;
	color: #575757;
	text-align: justify;
	
}

#contentlayer .statisch-top {
	width: 930px;
	height: 4px;
	background: url(../pics/statisch_top.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#contentlayer .statisch-middle {
	width: 910px;
	background: url(../pics/statisch_middle.gif) repeat-y;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
#contentlayer .statisch-bottom {
	width: 930px;
	height: 4px;
	background: url(../pics/statisch_bottom.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#contentlayer .statisch-middle h4 {
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: url(../pics/dot_h.gif) bottom repeat-x;
}
#contentlayer .statisch-middle h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #10547D;
	font-family: "Arial";
}
#contentlayer .statisch-middle h2 {
	font-size: 12px;
	color: #10547D; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: normal;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
}
#contentlayer .statisch-middle p {
	margin: 0px 0px 12px 0px;
	line-height: 18px;
}
#contentlayer .statisch-middle .suche {
	width: 469px;
	height: 77px; 
	background: url(../pics/suchelayer.gif) no-repeat;
	position: relative;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#contentlayer .statisch-middle .suche h1 {
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	position: absolute;
	top: 3px;
	left: 20px;
}
#contentlayer .statisch-middle .suche .formulare {
	position: absolute;
	top: 40px;
	left: 20px;
}
#contentlayer .statisch-middle .suche .formular {
	width: 150px;
	height: 16px;
	padding: 2px 0px 0px 2px;
	margin: 0px 5px 0px 0px;
	background: #fff;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	font-family: "Verdana";	
}
#contentlayer .statisch-middle .suche .auswahl {
	width: 65px;
	height: 20px;
	padding: 2px 2px 2px 2px;
	margin: 0px 5px 0px 0px;
	background: #fff;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	font-family: "Arial";
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;	
}
#contentlayer .statisch-middle .suche .button {
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background: url(../pics/suche_button.gif) no-repeat;
	border: none;	
}
#contentlayer .statisch-middle .comment {
	width: 469px;
	background: url(../pics/comment_middle.gif) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	
}
#contentlayer .statisch-middle .comment .main {
	width: 469px;
	height: 34px;
	line-height: 34px;
	position: relative;
	background: url(../pics/comment_main.gif) no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	
}
#contentlayer .statisch-middle .comment .main h1 {
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 10px;	
}
#contentlayer .statisch-middle .comment .main h2 {
	font-size: 11px;
	color: #c3c3c3; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: normal;
	font-style: italic;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 10px;	
}
#contentlayer .statisch-middle .comment .content {
	width: 449px;
	padding: 10px;
	background: url(../pics/comment-layer.gif) bottom no-repeat;
	margin: 0px;
	line-height: 18px;
	color: #575757;
	text-align: justify;
	
}

.main ul {

	padding: 0px;
	margin: 0px 0px 0px 1px;

}

.main ul li {

	display: inline;
	height: 34px;
	overflow: hidden;
	color: #292929;
	float: left;
	margin: 0px;
	padding: 0px;

}

.main ul li.tab {

	display: inline;
	height: 34px;
	background: url(../pics/box_li_t.gif) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	width: 3px;
	overflow: hidden;

}

.main ul li a.tablink {

	height: 34px;
	color: #292929;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 10px;

}

.main ul li a:hover.tablink {

	height: 34px;
	color: #292929;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px;

}

.main ul li a.tabaktiv {

	height: 34px;
	color: #2073A5;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 8px 10px 15px 10px;
	background: url(../pics/tab_aktiv.gif) repeat-x;

}

a.rss {
	color: #292929;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
	height: 14px;
}
a:hover.rss {
	color: #292929;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
	height: 14px;
}
a.rssaktiv, a:hover.rssaktiv {
	color: #2073a5;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	height: 14px;
}


/* - SIDEBAR LAYER RIGHT - */


#sidebar-right {

	width: 225px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;

}

#sidebar-right .box1-top {

	width: 225px;
	height: 4px;
	background: url(../pics/sidebar-box1-top.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	
}

#sidebar-right .box1-middle {

	width: 213px;
	background: #fff;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	padding: 5px 5px;
	text-align: center;
	margin: 0px;
	overflow: hidden;
	
}

#sidebar-right .box1-bottom {

	width: 225px;
	height: 4px;
	background: url(../pics/sidebar-box1-bottom.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	
}

#sidebar-right .box1-middle p {

	margin: 10px 0px 15px 0px;

}

#sidebar-right .box1-middle ul {

	margin-bottom: 15px;
	padding: 0px;

}

#sidebar-right .box1-middle ul li {

	list-style: none;
	margin: 5px 0px 5px 2px;
	text-align: center;

}

#sidebar-right .box1-middle ul li a {

	text-decoration: none;
	color: #000;

}

#sidebar-right .box1-middle ul li a:hover {

	text-decoration: underline;
	color: #000;

}

#sidebar-right .box1-middle a.red {

	text-decoration: none;
	color: #c00219;
	font-size: 10px;
	font-family: Tahoma;

}

#sidebar-right .box1-middle a:hover.red {

	text-decoration: underline;
	color: #c00219;
	font-size: 10px;
	font-family: Tahoma;

}

#contentlayer div.content-white-middle p img {
	
	border-right: 15px solid #fff;
	
}

#contentlayer div.content-white-middle p img.rechts {
	
	border-right: none;
	border-left: 15px solid #fff;
	
}

#sidebar-right .sidebarbox {

	width: 225px;
	background: url(../pics/sidebox_content.gif) repeat-y;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	
}

#sidebar-right .sidebarbox .main {

	width: 225px;
	height: 34px;
	line-height: 34px;
	position: relative;
	background: url(../pics/sidebox_main.gif) no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	
}

#sidebar-right .sidebarbox .main h1 {

	
	font-size: 11px;
	color: #292929; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-weight: bold;
	line-height: 34px;
	padding: 0px;
	margin: 0px 0px 0px 10px;	
}

#sidebar-right .sidebarbox .content {

	width: 205px;
	padding: 10px;
	min-height: 134px;
	background: url(../pics/sidebox_layer.gif) bottom no-repeat;
	margin: 0px;
	
}

#sidebar-right .sidebarbox .content2 {

	width: 205px;
	padding: 19px 10px 0px 10px;
	min-height: 92px;
	background: url(../pics/sidebox_layer2.gif) bottom no-repeat;
	margin: 0px;
	
}

ul li.li_mail {

	margin-left: 5px;
	padding-left: 25px;
	background: url(../pics/icon_mail.gif) left no-repeat;

}

ul li.li_book {

	margin-left: 5px;
	padding-left: 25px;
	background: url(../pics/icon_book.gif) left no-repeat;

}

ul li.li_rss {

	margin-left: 5px;
	padding-left: 25px;
	background: url(../pics/icon_rss.gif) left no-repeat;

}


/* - FOOTER - */


#footer {

	width: 930px;
	height: 51px;
	background: url(../pics/footer.gif) repeat-x;  
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 51px;

}

#footer table tr td {

	padding-top: 21px;

}

#footer a {

	color: #fff;
	text-decoration: underline;

}

#footer a:hover {

	color: #fff;
	text-decoration: none;

}

/* - nextron specials - */
.form {
	height: 14px;
	padding: 1px 5px 1px 5px;
	background: #fff;
	border: 1px solid #10547d;
	font-size: 11px;
	font-family: "Verdana";	
}
#contentlayer #intext ul {
	margin: 0px;
	padding-left: 15px;
}
#contentlayer #intext li {
	list-style: disc;
	margin: 0px 0px 5px 0px;
}
#contentlayer h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	color: #10547D;
	font-family: "Arial";
}
.newstitle {
	font-size: 12px;
	font-weight: bold;
}
ol li {
   
    list-style: decimal;
    margin-left: 15px;
   
}

div.content-white-top img {

border: 5px solid #fff;

}