@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	width: 100%;
	background-color: #d8d8d7;
	background-image: url(body_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#page {
	position: relative;
	width: 928px;
	text-align: left;
	background-color:#FFF;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* HEADER */

#header {
	position: relative;
	width: 928px;
	height: 96px;
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
}
#logo {
	position: relative;
	float: left;
	top: 22px;
	left: 23px;
}
#logo img{
	border: none;
}

/* MENU */

#menu {
	position: relative;
	float: right;
	padding-right: 18px;
	padding-top: 43px;
}
#menu ul {
}
#menu li {
	float: left;
	padding-left: 16px;
	padding-right: 16px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #e5e5e5;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#menu li .rex-current {
	color: #999999;
	

}

#menu li a{
	text-decoration: none;
	color: #000;
}

#menu li a:hover{
	text-decoration: none;
	color: #333;
}

	
/* HEADER IMAGE */

#image_main {
	position: relative;
	width: 920px;
	height: 256px;
	padding-top: 1px;
	background-color: #000;
	margin-left: 4px;
	margin-right: 4px;
}
#image_sub {
	position: relative;
	width: 920px;
	height: 12px;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(imgae_sub.gif);
	background-repeat: repeat-x;
}
#image_main_info {
	position: absolute;
	z-index: 100000;
	top: 0px;
	right: 0px;
	width: 310px;
	height: 224px;
	background-image: url(raster.png);
	background-repeat: repeat;
	overflow: hidden;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 33px;
	margin-top: 1px;
}
.news_item {
	position: relative;
	float: left;
	width: 294px;
	height: 85px;
	background-color: #535353;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
	margin-bottom: 8px;
	color: #FFF;
	font-size: 11px;
}
.news_item a:link {
	color: #a8a7a5;
}
.news_item a:hover {
	color: #c2c1be;
}
.news_item a:visited {
	color: #8f8e8c;
}
.news_item img {

	border: 0px;
	float:left;
	padding-right: 8px;
}

.news_item h2 {
	
		padding-bottom: 5px;
}

.news_item h2 a:link{
	font-size: 11px;
	color: #ec8913;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration: none;
}
.news_item h2 a:visited{
	font-size: 11px;
	color: #ec8913;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration: none;
}
.news_item h2 a:hover{
	font-size: 11px;
	color: #ec8913;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration: none;
}

.news_item .left_col {
	width:100px;
	height: 85px;
	float:left;

}

.news_item .right_col {
	width:190px;
	height: 85px;
	float:left;

}


/* NEWS ITEM SIDEBAR */
.news_item_sidebar {
	position: relative;
	float: left;
	width: 294px;
	height: 85px;
    border-bottom:1px solid #e5e5e5;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
	margin-bottom: 8px;
	color: #111111;
	font-size: 11px;
}
.news_item_sidebar a:link {
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
	color: #c2c1be;
	text-decoration:none;
}
.news_item_sidebar a:hover {
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
	color: #c2c1be;
	text-decoration:none;
}

.news_item_sidebar a:visited {
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
	color: #c2c1be;
	text-decoration:none;
}

.news_item_sidebar a:visited {
	color: #8f8e8c;
}
.news_item_sidebar img {

	border: 0px;
	float:left;
	padding-right: 8px;
}
.news_item_sidebar h2 {
	font-size: 11px;
	color: #111;
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom: 5px;
}

.news_item_sidebar .left_col {
	width:100px;
	height: 85px;
	float:left;

}

.news_item_sidebar .right_col {
	width:190px;
	height: 85px;
	float:left;

}


/* NEWS ITEM MAIN CONTENT */
.news_item_maincontent {
	position: relative;
	float: left;
	width: 500px;
	height: 85px;
    border-bottom:1px solid #e5e5e5;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
	margin-bottom: 8px;
	color: #111111;
	font-size: 11px;
}
.news_item_maincontent a:link {
	color: #a8a7a5;
}
.news_item_maincontent a:hover {
	color: #c2c1be;
}
.news_item_maincontent a:visited {
	color: #8f8e8c;
}
.news_item_maincontent img {

	border: 0px;
	float:left;
	padding-right: 8px;
}
.news_item_maincontent h2 {
	font-size: 11px;
	color: #111;
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom: 5px;
}

.news_item_maincontent .left_col {
	width:100px;
	height: 85px;
	float:left;

}

.news_item_maincontent .right_col {
	width:400px;
	height: 85px;
	float:left;

}


/* CONTENT */

#content {
	position: relative;
	float: left;
	width: 928px;
	background-color: #FFF;
	background-image: url(content_bg.gif);
	background-repeat: repeat-y;
}


#main {
	position: relative;
	float: left;
	width: 512px;
	margin-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #e5e5e5;
}
a:link {
	color: #e2a500;
}
a:hover {
	color: #fcb900;
}
a:visited {
	color: #c99400;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	
	padding-bottom: 5px;
	width: 490px;
	margin-bottom: 14px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e5e5e5;
	text-transform: uppercase;
}

/*SIDEBAR */

#sidebar {
	position:relative;
	float: left;
	width: 290px;
	margin-right: 4px;
	padding-top: 48px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 20px;
}


#sidebar h1{

	font-size: 11px;
	font-weight: bold;
	color: #535353;
	width: 290px;
	float:left;
}


#sidebar ul {
	margin-left: 40px;

}

#sidebar li{
	list-style-image: url(/files/arrow.gif);
	

}

#sidebar .tinymcewysiwyg  {
width:290px;
float:left;

}

#sidebar .tinymcewysiwyg .kontakt{
	
	width: 150px;
	float:left;
	margin-left:60px;
	margin-top:5px;
	padding-left:30px;
	padding-top:8px;
	background-image: url(/files/protones_logo_small.gif);
	background-repeat: no-repeat;
}


/* FOOTER */

#footer {
	position: relative;
	float: left;
	width: 920px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	text-align: center;
	color: #d8d8d7;
	border-top: 1px solid #e5e5e5;
}


#footer a{
	color: #ccc;
	text-decoration: none;

}



/* TINY */

 .tinymcewysiwyg {
 	padding-bottom: 20px;
	
 
}

 .tinymcewysiwyg p{
 	padding: 0;
	margin:0;
 
}

 .tinymcewysiwyg h2 {
	font-size: 11px;
	color: #111;
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom: 10px;

}

.tinymcewysiwyg li {

list-style-image: url(/files/arrow.gif);
}

.tinymcewysiwyg ul {

margin-left: 15px;
}
