

@CHARSET "UTF-8";

/************ GENERAL POSITIONS & DESIGN ************/

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    font-family: Verdana, Arial, Helvetica, "MS Sans Serif";
    font-size: 78%;    
    background-color: #ddd;
    /*height: 100%;*/
}

a {
	text-decoration: none;
	color: #000000}




#exa_wrap {
    width: 960px;
    margin: 1em auto;
    background-color: #fff;
    min-height: 100%;
    height: auto;
    border: 0px solid #ffffff;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}

#exa_logo {
    float: left;
    width: 276px;
}

#exa_header {
    position: relative;
    float: left;
    width: 664px;
    padding: 10px;
    height: 130px;
}

#exa_slideshow {
    position: relative;
    float: left;
    width: 684px;
    height: 152px;
    overflow: hidden;
}

/* quote block */
#exa_quotes {
	width: 276px;
	height: 270px;
	position: absolute;
	z-index: 5;
	top: 362px;
	left: 0px;
	overflow: hidden;
}

#exa_content {
	clear: both;
	width: 684px;
    padding: 0;
    margin-left: 276px;
}

#exa_footer {
	padding: 10px 15px;
	background-color: #C39F4B;
	border-top: 1px solid #fff;
	color: #ffffff;
	position: relative;
	width: 930px;
	clear: both;
}





/*********** GENERAL CLASSES ***********/
 
a.skiplink {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.clear {
	clear: both;
}

.acenter { text-align: center; }
.aleft { text-align: left; }
.aright { text-align: right; } 


.fleft { float: left; }
.fright { float: right; }

img.fleft { margin: 0.5em 1.5em 0.5em 0.5em; }
img.fright { margin: 0.5em 0.5em 0.5em 1.5em; } 

/* clearfix for floating elements */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


.exa_antiabuse {
	position: absolute;
	left: -8000px;
}

.ec {
    /*backgrounds-position: left;
    background-repeat: no-repeat;*/
    font-weight: bold;
    line-height: 30px;
    padding: 0 1em;
    margin: 0.5em;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    border-left: 0;
    border-right: 0;
}

.ec.false {
    /*background-image: url(/_img/icons/ec_false.gif);*/
    color: red;
    border-color: red;
}

.ec.true {
    /*background-image: url(/_img/icons/ec_true.gif);*/
    color: green;
    border-color: green;
}

.ec.info {
    /*background-image: url(/_img/icons/ec_true.gif);*/
    color: navy;
    border-color: navy;
}


/*********** DETAILED DESIGN ***********/

/* header */
#exa_header {
	font-size: 0.9em;
	background-color: #C39F4B;
	background-image: url(/_img/exa_header.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #ffffff;
}



/* sub navigation */
.exa_subnav {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

.exa_subnav li {
    float: left;
    margin-right: 10px;
}

.exa_subnav a {
	color: #fff;
}
.exa_subnav a:hover {
	color: #000;
}



/* main navigation */
#exa_mainnav {  } 
#exa_mainnav li {
    float: left;
}

#exa_mainnav img {
	cursor: hand;
}



/* the slideshow */
.slideshow,
.slideshow.wide,
.slideshow.quotes {
	position: relative;
	height: 152px;
	width: 150px;
	/*border-right: 1px solid #fff;*/
	float: left;
}
.slideshow.wide {
	width: 234px;
}
.slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
}
.slideshow img {
}


/* slided quotes */
.slideshow.quotes {
    width: 276px;
    height: 270px;
}
.slideshow.quotes div {
    width: 256px;
    height: 250px;
    padding: 10px;
    background-color: #C39F4B;
    overflow: hidden;
}

.slideshow.quotes div cite {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    font-family: "Lucida Fax", Georgia, "Times New Roman";
    font-style: normal;
    padding: 10px 0;
    display: block;
    
}

.slideshow.quotes div p {
    position: absolute;
    top: 215px;
    left: 10px;
    font-size: 0.9em;
    font-weight: normal;
    width: 250px;
}

.slideshow.quotes div p em {
    color: #F3ECDA;
    font-weight: bold;
    display: block;
    font-style: normal;
    top: 25px;
    left: 0px;
    width: 250px;
    position: absolute;
}

/* meta refresh nicestyle */
#exa_metarefresh #exa_metarefresh_shade {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 98;
}
#exa_metarefresh #exa_metarefresh_hint {
	position: fixed;
	width: 190px;
	height: 90px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -75px;
	opacity: 1;
	z-index: 99;
	border: 5px solid #C39F4B;
	background-color: #F3ECDA;
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 25px;
}


/*********** CONTENT DEFINITIONS ***********/ 

#exa_content {
	border-top: 1px solid #fff;
	line-height: 1.5em;
}


#exa_content a {
	color: #000000;
	border-bottom: 1px solid #C39F4B;
}
#exa_content a:hover {
	color: #C39F4B;
	border-bottom: 1px solid #C39F4B;
}

#exa_content a.highlighted-link {
    font-family: "Lucida Fax", Georgia, "Times New Roman";
    padding: 0.5em 15px;
    margin-top: 0.5em;
    font-size: 1.7em;
    line-height: 1.25em;
    border-bottom: 0;
    font-weight: bold;
    color: #C39F4B;
}


/* content boxes */
#exa_content div.content_var {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#exa_content div.content_pretext {
	height: 260px;
	overflow: auto;
	overflow: hidden;
	padding: 5px;
	font-size: 0.9em;
	background-color: #ffffff;
}

#exa_content div.content_bright {
    background-color: #ffffff}

#exa_content div.content_dark {
    background-color: #C39F4B;
}

#exa_content div.content_half {
	width: 50%;
	float: left;
}
#exa_content div.content_half.content_pretext {
	padding: 0;
	height: 264px;
	margin: 0;
}

#exa_content div {
	background-color: #F3ECDA;
	/*margin-bottom: 2em;*/
	padding-bottom: 2em;
}
#exa_content div div {
	background-color: transparent;
	margin: 0.5em 0;
	padding: 0;
}

#exa_content div p,
#exa_content div ul,
#exa_content div ul,
#exa_content div ol,
#exa_content div dl {
	padding: 0.5em 15px;
	margin-top: 0.25em;
	margin: 0.5em 0;
	/*font-size: 0.9em;*/
}
#exa_content div ul,
#exa_content div ol,
#exa_content div dl {
	margin-left: 20px;
}

#exa_content div ul {
	list-style-type: disc;
}
#exa_content div ol {
	list-style-type: decimal;
}
#exa_content div dt {
	float: left;
	clear: left;
	font-weight: bold;
	margin-right: 1em;
	width: 12.5em;
}

#exa_content h1,
#exa_content h2,
#exa_content h3,
#exa_content h4,
#exa_content h5,
#exa_content h6 {
	font-family: "Lucida Fax", Georgia, "Times New Roman";
}

#exa_content h1 {
	background-color: #ffffff;
	color: #000000;
	padding: 0.5em 15px;
	margin-top: 0.5em;
	font-size: 1.7em;
	line-height: 1.25em;
}

#exa_content h2 {
	background-color: #C39F4B;
	color: #F3ECDA;
	padding: 0.5em 15px;
	font-size: 1.5em;
}

#exa_content h3 {
	padding-bottom: 0.25em;
	border-bottom: 1px dashed #C39F4B;
	color: #C39F4B;
	margin: 0 15px;
	font-size: 1.5em;
}
#exa_content h4 {
	color: #000000;
	margin: 0 15px;
	font-size: 1.25em;
}





/* person informations */
/* ------------------- */
#exa_content .person {
	width: 240px;
	margin-right: 1%;
	float: left;
	position: relative;
	padding-left: 90px;
	padding-bottom: 10px;
	overflow: visible;
}

#exa_content .person h3 {
	margin-top: 0;
	border: 0;
}

#exa_content .person img.portrait {
	position: absolute;
	left: 10px;
	top: 2px;
	width: 80px;
	padding: 3px;
	background-color: #ffffff;
}

#exa_content .content_bright .person img.portrait {
	background-color: #ffffff;
	border: 1px solid #F3ECDA;
}

#exa_content .person p {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 0;
	padding: 0.25em;
	padding-left: 15px;
}





/*linklist*/
#exa_content .indexlist {
	line-height: 1.45em;
}
#exa_content .indexlist.pdf {
	list-style-type: none;
	line-height: 2em;
}
#exa_content .indexlist.pdf li {
	padding-left: 1em;
	background-image: url(/_img/icons/pdf.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
}


/* a linked box in content, halfsized */
#exa_content a.linkbox,
#exa_content a.linkbar {
	width: 47%;
	border: 0;
	margin: 0 1.5%;
	float: left;
	font-size: 1.75em;
	line-height: 1.3em;
	padding: 0.5em 0;
	color: #000000}
#exa_content a.linkbar { width: 100% };
#exa_content a.linkbox:hover,
#exa_content a.linkbar:hover {
	color: #C39F4B}

big { font-size: 1.5em; font-weight: bold; }

#exa_content a.linkbox img,
#exa_content a.linkbar img {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #ccc;
}

/* a linked box in content, thirdsized */
#exa_content div.navibox {
	width: 31%;
	border: 1% solid transparent;
	float: left;
	color: #C39F4B}





/* floating box, half sized*/
#exa_content div.floatbox {
	width: 47%;
	border: 1.5% solid transparent;
	float: left;
	padding: 1em 0;
	color: #C39F4B}




/* view for codi_magazines */

#exa_content .codi_list {
	text-align: center;
}

#exa_content .codi_list img {
	height: 150px;
	border: 1px solid #ccc;
	padding: 2px;
}





/* the gallery */
#exa_content .gallery {
	margin: 0;
	padding-bottom: 100px;
}
#exa_content .gallery a {
	border: 0;
	padding: 0;
}
#exa_content .gallery ul { list-style-type: none;  margin: 0; padding: 0;}
#exa_content .gallery li { display: inline; }

#exa_content .gallery img {
	margin: 11px 11px;
	margin-right: 0;
	margin-bottom: 5px;
}

#exa_content #pic_recommend {
	margin: 0 28px;
	clear: both;
}

#exa_content #pic_recommend p {
	margin-bottom: 0.25em;
	padding-top: 0;
	padding-bottom: 0;
}

#exa_content #pic_recommend label {
	width: 150px;
	float: left;
	clear: left;
}
#exa_content #pic_recommend input,
#exa_content #pic_recommend textarea {
	font-family: "Lucida Fax",Georgia;
	font-size: 1.4em;
	border-width: 1px;
	width: 200px;
}
#exa_content #pic_recommend input.submit {
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	margin-left: 150px;
	width: 80px;
	margin-top: 10px;
}

#exa_content #pic_recommend textarea {
	height: 75px;
}

#exa_content #pic_options {
}

#exa_content #pic_options a {
	border: 0;
}


#exa_content #picture_desc {
	width: 320px;
	float: left;
}


#exa_content #pic_navigation {
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #C39F4B;
	width: 250px;
	margin-right: 28px;
}




/*********** ADMINISTRATION DESIGN ***********/
#exa_adminnavi {
	width: 14em;
	float: left;
	margin: 1em;
	border: 1px solid #ccc;
}

#exa_adminnavi a.main {
	display: block;
	border-bottom: 5px solid #ccc;
	padding: 0.5em;
	background-color: #ddd;
}

#exa_adminnavi a {
	padding: 0.25em 0.5em;
	display: block;
	background-color: #fff;
}

#exa_adminnavi a:hover {
	background-color: #eee;
}

#exa_admincontent {
	float: left;
	padding: 15px;
	margin-top: 12px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 56em;
}

/* ### Admin */

    #exa_admincontent p {
        margin: 1em 0;
        line-height: 1.3em;
    }

	#exa_admincontent h1 {
		padding: 0.5em;
		margin-bottom: 0.5em;
		border-bottom: 2px dashed #ccc;
		background-color: #ffe;
		font-size: 1.8em;
		color: #800;
	}
	#exa_admincontent h2 {
		padding: 0.5em;
		margin-top: 1em;
		font-size: 1.5em;
		clear: both;
	}	
	#exa_admincontent table {
		border-collapse: collapse;
		clear: both;
		width: 100%;
	}
	#exa_admincontent td,
	#exa_admincontent th,
	#exa_admincontent caption {
		font-family: Verdana;
		font-size: 0.8em;
		padding: 0.1em 0.25em;
		border: 1px solid #fff;
	}
	#exa_admincontent th {
		background:#000;
		color: #fff;
		vertical-align: top;
		text-align: right;
		padding-top: 0.25em;
	}
	#exa_admincontent th.subhead {
        background:#ccc;
        color: #000;
    }
	#exa_admincontent td {
        background: #eee;
	}
	#exa_admincontent caption {
		width: 100%;
		font-size: 1em;
		font-weight: bold;
		background-color: #bbb;
		color: #000;
		text-align: left;
		padding: 0.25em 0.5em;
		width: 100%;
	}
	#exa_admincontent td.info {
		background: #fff;
	}
	
	#exa_admincontent label {
		width: 20%;
		float: left;
		clear: left;
		padding: 2px 4px;
		border: 1px solid #fff;	
		margin: 3px 0;
	}
	#exa_admincontent small {
		display: block;
		margin-left: 22%;
		margin-bottom: 1%;
		font-size: 0.8em;
		color: #888;
	}
	
	#exa_admincontent input,
	#exa_admincontent select,
	#exa_admincontent textarea,
	#exa_admincontent option {
		padding: 2px 4px;
		border: 1px solid #ccc;	
		width: 75%;
		margin: 3px 0;	
	}
	
	#exa_admincontent input[type="radio"] {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	#exa_admincontent .button {
		line-height: 1.5em;
		padding: 0.25em 0.5em;
		border: 1px outset #ccc;
		background-color: #eef;
	}
	#exa_admincontent a.button {
		border: 0;
	}
	
	#exa_admincontent option {
	   width: auto;
	   border: 0;
	}
    #exa_admincontent select {
        padding: 0;
    }
    #exa_admincontent input:focus,
    #exa_admincontent select:focus,
    #exa_admincontent textarea:focus {
	   border: 1px solid #aaa;
	   background-color: #ffe;
	}
	#exa_admincontent caption a,
	#exa_admincontent caption a:link,
	#exa_admincontent caption a:visited,
	#exa_admincontent caption a:hover {
		width: 8em;
		color: #000;
		font-size: 0.7em;
		padding: 0.25em;
		margin-top: 0.5em;
		border: 1px outset #fff;
		background: #ccc;
		text-decoration: none;
		float: right;
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
	}
	#exa_admincontent caption a:hover {
		color:#fff;
		border:1px inset #fff;
		background:#ccc;
	}
	
	#exa_admincontent a.backlink {
		font-size: 0.9em;
		margin-bottom: 1em;
		display: block;
	}
	
	#exa_admincontent .highlight {
		background-color: #fee;
		color: #f00;
	}
	
	
	
	/* admin filterboxes */
	
	#exa_admincontent .filterbox {
		padding: 0.5em 1em;
		border: 1px solid #ccc;
	}
	
	#exa_admincontent .filterbox input {
		width: auto;
	}
	
	#exa_admincontent .filterbox input.checkbox {
		width: auto;
		padding: 2px;
		margin: 2px;
		vertical-align: middle;
	}
	
	
	/* category listing */
	#exa_admincontent .edit_categories caption.main_category {
		padding-top: 0.5em;
		margin-top: 0.5em;
		color: #fff;
	}
	#exa_admincontent .edit_categories caption.new_category {
		background-color: #800;
		color: #fff;
	}
	
	
	
	/* person listing */
	#exa_admincontent .edit_persons a {
		display: block;
		padding: 0.5em 1em;
		border-top: 1px solid #ccc;
		line-height: 1.25em;
	}
	
	#exa_admincontent .edit_persons a:hover {
		background-color: #eee;
	}
	
	#exa_admincontent .edit_persons .checkgroup input {
		width: auto;
		height: auto;
		vertical-align: middle;
		padding: 2px;
	}
	
	
	
	
	
	
	
	
	/* formula to add application */
	#exa_admincontent .new_application_form {
		background-color: #fee;
		padding: 1em;
	}
	
	
	/* button to browse (inputfield type="file") */
	#exa_admincontent .browse_files {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	/* quicknavigation for all entered applications*/
	#exa_admincontent .application_quicknav_list {
		display: block;
		padding: 1em 0.5em;;
		background-color: #eee;
	}
	
	#exa_admincontent .application_quicknav_list a,
	#exa_admincontent .display_options a {
		border-width: 1px;
		border-style: solid;
		border-color: #ccc;
		padding: 0.25em;
		font-size: 0.8em;
		font-weight: bold;
		float:left;
		margin-right: 5px;
        margin-top: 5px;		
		background-color: #fff;
	}
	#exa_admincontent .application_quicknav_list a.active,
	#exa_admincontent .display_options a.active {
		background-color: #800;
		color: #fff;
		border-color: #000;
	}
	
	#exa_admincontent .application_quicknav_list a sup {
		font-size: 9px;
		font-weight: normal;
	}
	
	/* list of all entered applications*/
	#exa_admincontent .application_overview {
		clear: both;
	}

    #exa_admincontent .application_overview th{
        padding: 0.25em 0.5em;
        font-size: 1em;
        text-align: left;
    }


	/* current location*/	
	#exa_admincontent .admin_request {
		float: right;
		color: #f00;
		font-size: 0.7em;
	}
	
	
	
	/* a help-text-block*/
	#exa_admincontent .info_block h3{
		padding: 0.25em 0.5em;
		border: 1px dashed #fff;
		color: #069;
		font-size: 0.9em;
		margin: 0.5em;
		margin-left: 0;
		margin-top: 0;
		cursor: hand;
	}
	#exa_admincontent .info_block p {
		padding: 0.5em;
		margin: 0.5em;
		border: 1px solid #069;
		font-size: 0.9em;
		background-color: #eee;
		line-height: 1.3em;
		margin-bottom: 2em;
		width: 75%;
	}
	#exa_admincontent .info_block.closed h3 {
		border: 1px dashed #f00;
		color: #f00;
		float: left;
	}
	#exa_admincontent .info_block.closed p { display: none; }
	

