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

@import url(reset.css);
@import url(grid15col.css);

body {
	margin: 20px 0;
	background: rgb(170,170,181) url(../images/bg_main.png) repeat-x fixed;
	font: 13px/20px Verdana, Geneva, sans;
}

div#page {
	border: 4px solid white;
}

#main_area {
	display:inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../images/bg_content.png) rgb(215,215,215) left top repeat-y;
}

.menu {
	display:inline;
	float: left;
	border: 2px solid white;
	border-width: 2px 0;
	position: relative;
	background: white;
	overflow: visible;
}

a.pagelink {
	padding: 0 4px;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
	background: transparent;
	color: black;
}

.righttopbox {
	height: 164px;
}

.rightheaderbox {
	background-color: rgb(255,204,58);
}

.rightbox {
	min-height: 164px;
}

.rightbox_1 {
	background: rgb(191,191,191);
}

.rightbox_2 {
	background: rgb(204,204,204);
}

.right {
	text-align: right;
}

.container {
	background: transparent;
}

.content {
	margin: 8px 16px;
}

.break {
	margin: 16px;
	border-top: 1px solid #FFFFFF;
	color: rgb(98,98,98);
	font-size: 10px;
	text-align: right;
}

.sub_navigation {
	
}

.footer_home {
	background: rgb(191,191,191);
	height: 75px;
}

.footer {
	height: 50px;
	border-top: 4px solid white;
	background: rgb(191,191,191);
}

.topbox {
	height: 164px;
}

.teaserbox {
	height: 256px;
}

.content img {
	display:inline;
	background: rgb(240,240,240);
	border: 1px solid rgb(98,98,98);
}

.content img.l {
	float: left;
	margin-right: 8px;
}

.content img.r {
	float: right;
	margin-left: 8px;
}
/*----- TEXTSTYLES -----*/

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: rgb(0,0,0)
}


h2 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: rgb(149,149,149);
}

h3 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: rgb(98,98,98);
}

p {
	margin: 10px 0;
}

ul {
	margin: 10px 0 10px 0.75em;
	padding-left: 0.75em;
	list-style-type: disc;
}

.sub_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_navigation ul li a,
.sub_navigation ul li span {
	display: block;
	padding: 0 4px;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background-color: rgb(255,204,58);
	border-bottom: 4px solid white;
}

a.active {
    font-weight: bold;
}

.Footer {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.Footer li {
    list-style: none;
    float: left;
    color: #FFF;
    font-size: 0.9em;
}

.Footer ul {
    margin-left: -20px;
}

.bgstart {
    background: url(../images/bg_start.png) rgb(215,215,215) no-repeat;
}

#startBox {
    padding: 0;
    background: url(../images/bg_startbox.png) rgb(215,215,215) left top repeat-y;
    width: 776px;    
	border-top: 4px solid white;
}

#startA {
	float: right;
    width: 254px;    
	padding: 0;
	text-decoration: none;
	color: #333;
}
#startB {
	float: right;
    width: 260px;    
	padding: 0 4px;
	text-decoration: none;
	color: #333;
}
#startC {
	float: right;
    width: 254px;    
	padding: 0;
	text-decoration: none;
	color: #333;
}
#startBox .content {
    width: auto;    
	padding: 0;
}



#contentBox {
    padding: 0;
    background: url(../images/bg_contentbox.png) rgb(215,215,215) left top repeat-y;
    width: 516px;    
	border-top: 4px solid white;
}

#contentA {
	float: right;
    width: 167px;    
	padding: 0;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#contentB {
	float: right;
    width: 174px;    
	padding: 0 4px;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#contentC {
	float: right;
    width: 167px;    
	padding: 0;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#contentBox .content {
    width: auto;    
	padding: 0;
}

.flag {
    height: 24px;
}


