


/*------------------------------------------------------------------------------------*/
/* XHTML */
/*------------------------------------------------------------------------------------*/

fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}


/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	color: #333333;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 12px;
	line-height: 150%;
	
	background-color: #bdb3aa;
	
}

input, textarea, table, td, select{

	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}


/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/



a {
	font-weight: bold;
	color: #2C639B;
}


h1, h1.avtext{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4em;
	color: #091B41;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	
}


h2, h2.avtext{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: black;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}


h3, h3.avtext{
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: black;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

h4, h4.avtext{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: black;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

ul.avtext{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

li.avtext{
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}

#page{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#header{
	position: relative;
	border: 0px solid red;
}

/*------------------------------------------------------------------------------------*/
/* HEADER */
/*------------------------------------------------------------------------------------*/


#header_1{
	position: relative;
	
	border: 0px solid red;
	
	margin-bottom: 5px;
}

#header_1 .left{
	float: left;
	background-color: #ed008c;
	
	background-image: url(../../resources/images/corner_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#header_1 .right{
	position: relative;
	float: right;
	
	background-color: #091b41;
	text-align: right;
	
	background-image: url(../../resources/images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
}


#header_1, #header_1 .left, #header_1 .right{
	height:90px;
}

#header_2{
	height: 210px;
	
	
	
}

#header_2 .left{
	float: left;
	height: 210px;
	background-color: #233354;
	
	background-image: url(../../resources/images/bg_header2_left.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	
	
	
}

#header_2 .left .corner_container{
	background-image: url(../../resources/images/corner_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
	float: left;
}


#header_2 .right{
		
	float: right;
	
	height: 210px;
	background-color: #233354;
	text-align: left;
	
	background-image: url(../../resources/images/bg_header2_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	
	
}

#header_2, #header_2 .left, #header_2 .right{
	height:100px;
}


#header_2 .right .corner_container{
	background-image: url(../../resources/images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
	position: relative;
}


#logo{
	 margin: 10px 10px 0px 0px;	
}


.left{
	
	width: 225px;
}

.right, #bread-crumb, #bread-crumb-bg{
	
	width: 720px;
}


#bread-crumb-bg{
	height: 25px; 
	background-color: #556676; 
	opacity: 0.5;
	/*
	filter: alpha(opacity=50);
	*/
	
	position: absolute;
	bottom: 0px;
}


#bread-crumb{
	
	height: 20px; 
	
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	
	background-image: url(../../resources/images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#bread-crumb ul{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	
	background-image: url(../../resources/images/icon_home.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
}

#bread-crumb a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.bread-crumb-start {

	margin-left: 0px;
}


#search{
	background-image: url(../../resources/images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 8px 0px 0px 10px;
	
}

#search input{
	background-color: transparent;
	border: none;
	color: white;
	margin: 5px;
	padding: 0px 0px 0px 30px;
	width: 120px;
	
}



/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#main-menu{
	border: 0px solid red;
}

#main-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#main-menu li{
 	margin: 0px;
	padding: 0px;
}

#main-menu a{
	color: #2c639b;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted;
	
	background-image: url(../../resources/images/icon_main_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	
	width: 90%;
}

#main-menu a:hover, #main-menu a.active{
color: #861a13;
}
/*------------------------------------------------------------------------------------*/
/* SUB MENU */
/*------------------------------------------------------------------------------------*/

#sub-menu{
	border: 0px solid red;
	/*padding-bottom: 10px;*/
}

#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#sub-menu li{
	/*display: inline;*/
}

#sub-menu a{
	background-image: url();
	font-weight: normal;
}


/*------------------------------------------------------------------------------------*/
/* SERV NAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	position: absolute;
	bottom: 1px;
	left: 0px;
	border: 0px solid red;
	background-color: #cccfd8;
	width: 100%;
	height: 20px;
}

#serv-nav ul{
	list-style-type: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;	
	
}

#serv-nav li{
	margin: 0px 10px 0px 0px;
	display: inline;
}

#serv-nav a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;

}
/*------------------------------------------------------------------------------------*/
/* FOOTER*/
/*------------------------------------------------------------------------------------*/


#page-footer{
	margin: 5px 0px 20px 0px;
}





#footer {
	border: 0px solid green;
	color: #d7d9d4;
	text-align: right;
	padding-right: 15px;
	
}




/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	margin-top: 5px;
	border-top: 1px solid #bdb3aa;
	
	background-image: url(../../resources/images/bg_page_content.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	
}


#page-content .left{
	float: left;
	border: 0px solid red;
	/*background-color: #d7d9d4;*/
	
	background-image: url(../../resources/images/corner_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	height: 100%;
}

.page-content-bl{
	background-image: url(../../resources/images/corner_bl.gif);
	background-image: url(../../resources/images/red.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: 0px solid green;
	
	

}

#page-content .right{
	float: right;
	border: 0px solid red;
	/*background-color: #fafaf9;*/
	
	background-image: url(../../resources/images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
	
}

.page-content-bl{
	background-image: url(../../resources/images/corner_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	

}

.page-content-br{
	background-image: url(../../resources/images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	

}

/*------------------------------------------------------------------------------------*/
/* CONTENT AREA */
/*------------------------------------------------------------------------------------*/


#content-left{
	border: 0px solid red;
	padding: 10px 10px 20px 10px;
	width: 470px;
	float: left;
}

#content-right{
	border: 0px solid red;
	padding: 10px 10px 10px 10px;
	width: 200px;
	float: right;

}

.content-main-headline{
	border-bottom: 1px dotted black;
	margin-bottom: 10px;
}

.content-main-headline h1{
	font-family: "Trebuchet MS";
	padding: 0px;
	margin: 5px 0px 10px 10px;
	color: #091B41;
	font-size: 1.4em;
	line-height: 1.2em;
}


.content-main-container{

	margin: 10px;
}



/*------------------------------------------------------------------------------------*/
/* LINK BOX */
/*------------------------------------------------------------------------------------*/

.link_box_red, .link_box_blue{
	
	margin: 10px 10px 20px 10px;
}

.link_box_blue{
	
	margin: 0px 0px 20px 0px;
}

.link_box_red .header, .link_box_blue .header{
	background-image: url(../../resources/images/bg_link_box_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	border: 0px solid red;
	padding: 5px 0px 0px 10px;
	
}
.link_box_red .header h1, .link_box_blue h1{
	color: #861a13;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	
	background-image: url(../../resources/images/icon_link_box_red.gif);
	background-repeat: no-repeat;
	background-position: center left;
	

}

.link_box_blue h1{
	background-image: url(../../resources/images/icon_link_box_blue.gif);
	color: #2C639B;
}

.link_box_red .content, .link_box_blue .content {
	
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	
}

.link_box_blue .content{
	background-color: #eaebe8;
	padding: 5px 10px 10px 10px;
}


.link_box_red .content ul, .link_box_blue .content ul{

	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	
}

.link_box_red .content li, .link_box_blue .content li{

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	
}


/*------------------------------------------------------------------------------------*/
/* HEADER LEFT BOX */
/*------------------------------------------------------------------------------------*/


#header_left_box{
	
	padding: 5px;
	color: #FFF;
	font-size: 9px;
	line-height: 11px;
}

#header_left_box h2{
	letter-spacing: 1px;
	font-size: 16px;
	color: #FFF;
	padding: 5px 0px 15px 30px;
	margin: 0px;
	
	
	/*
	background-image: url(../../resources/images/icon_teaser.gif);
	background-repeat: no-repeat;
	background-position: top left;
	*/
	
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	letter-spacing: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
}



/*------------------------------------------------------------------------------------*/
/* MEMBER LOGIN */
/*------------------------------------------------------------------------------------*/

#member_login{

	padding: 0px;
	margin: 0px;

}

#member_login input{
	border: 1px solid #2C639B;
	margin-bottom: 5px;	
	width: 175px;
	
}

#member_login input[type="checkbox"]{
	margin: 0px;
	border: none;
	width: auto;

}

#member_login input[type="submit"]{
	margin: 10px 0px 15px 0px;
	background-color: white;
	width: auto;

}


textarea {
	height: 100px;
}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/


div.voting {
	border-bottom: dotted 1px #AAA;
}

div.appblock {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #AAA;
}

div.appblock p{
 padding: 0px; margin: 0px;
}

div.infoblock {
	border-bottom: dotted 1px #AAA;
	padding: 5px 0px 5px 0px;
}


/*div.voting p {
	padding: 0px; margin: 0px; margin-bottom: 25px;
}*/

.myegos_voting {
	background-color: #d7d9d4;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.myegos_voting ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

.myegos_voting li{
	padding-bottom: 5px;
}

.myegos_voting h2{
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #caccc6;
	color: #861a13;
	
}

.myegos_voting a{
}

/*------------------------------------------------------------------------------------*/
/* MULTI FORM */
/*------------------------------------------------------------------------------------*/


/* .multi-formular-field-container{
	height: auto;
	border: 0px solid red;
}


div.multi-formular-one-row-container input, form input, form textarea{

	border: 1px solid #2C639B;
	margin-bottom: 5px;	
	width: 175px;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;

}

form textarea{

height: 100px;

} */


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

#carea select {width: 300px;}
#carea textarea {width: 300px; height: 100px;}
#carea td {padding-bottom: 5px; padding-top: 5px; border-bottom: dashed 1px #CCC;}



/*------------------------------------------------------------------------------------*/
/* INFO BOX info-box  */
/*------------------------------------------------------------------------------------*/


.info-box{
	border: 1px solid #999;
	padding: 10px;
	background-color: #DDDDDD;
}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

#pinkbox {color: white;}
#pinkbox h1, #pinkbox h2, #pinkbox h3, #pinkbox p {color: white;}
#pinkbox a {color: #000;}



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

 h2.xhead {margin-top: 20px; background-color: #CCC; padding: 5px;}


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/





/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/





/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/












