body {
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #6d6d6d;
}

div.frame {
	margin: auto;
	min-width: 900px;
	width: 900px;
}

div.vertical_wrapper {
	margin: auto;
	width: 100%;
	min-height: 500px;

}

div.header {
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-image: url(banner.png);
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

div.topmenu {
	background-color: #004DA6;
	background-position: 0 -20px;
	background-image: url(topmenu.png);
	background-repeat: repeat-x;
	height: 50px;
	margin: auto;
	width: 900px;
}

div.content {
	min-height: 500px;
	background-image: url(divider_bg.png);
	max-width: 620px;
	min-width: 620px;
	text-align: justify;
	background-repeat: repeat-y;
	padding-left: 265px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 13px;
	font-family: sans-serif;
	width: 620px;
	display: inline-block;
}


div.topmenubutton {
	letter-spacing: -1px;
	float: left;
	padding-top: 10px;
	height: 40px;
	color: white;
	width: 150px;
	text-align: center;
	font-size: 14px;
}

div.topmenubutton a {
	margin: auto;
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	color: white;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

div.topmenubutton:hover {
	background-color: #004DA6;
}

div.topmenubuttonBG {
	background-color: #004DA6;
	padding-top: 10px;
	height: 40px;
	float: left;
	color: white;
	width: 150px;
	text-align: center;
	font-size: 14px;
}

div.topmenubuttonBG a {	
	color: white;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

div.loginbox {
	padding-right: 5px;
	text-align: right;
	height: 50px;
	float: right;
	color: white;
	font-size: 8px;
}
div.logoutbox {
	padding-right: 5px;
	padding-top: 15px;
	text-align: right;
	height: 35px;
	float: right;
	color: white;
	font-size: 8px;
}

div.language {
	position: absolute;
	clear: left;
	float: left;
	z-index: 3;
	padding-top: 70px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 200%;
	font-size: 14px;
	text-align: left;
	width: 240px;
}

div.germany {
	margin-left: 250px;
	margin-top: 35px;
	line-height: 2.2em;
	text-align: center;
	background-image: url(flag_germany.png);
	height: 68px;
	width: 48px;
	float: left;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

div.france {
	margin-left: 80px;
	margin-top: 35px;
	text-align: center;
	line-height: 2.2em;
	background-image: url(flag_france.png);
	height: 48px;
	width: 48px;
	float: left;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

div.usa {
	margin-left: 80px;
	margin-top: 35px;
	text-align: center;
	line-height: 2.2em;
	background-image: url(flag_usa.png);
	height: 48px;
	width: 48px;
	float: left;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

div.italy {
	margin-left: 80px;
	margin-top: 35px;
	text-align: center;
	line-height: 2.2em;
	background-image: url(flag_italy.png);
	height: 48px;
	width: 48px;
	float: left;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

a.link_translate {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: white;
}

div.leftmenu {
	position: absolute;
	float: left;
	z-index: 2;
	padding-top: 100px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 200%;
	color: white;
	font-size: 14px;
	text-align: left;
	width: 240px;
	height:100%
}

div.leftmenu a {
	color: white;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


div.footer {
	padding-bottom: 10px;
	padding-top: 10px;
	z-index: 10000;
	color: #939393;
	font-size: 8px;
	text-align: center;
	width: 900px;
}

div.footer a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	z-index: 10000;
	color: #939393;
	font-size: 8px;
	text-align: center;
	width: 900px;
}

h1.pagetitle {
	font-size: 25px;
}

div.map {
	height: 400px;
	width: 550px;
	border-style: solid;
	border-color: #004DA6;
	border-width: 5px;
	margin: auto;
}

p.date {
	color: #aeaeae;
	text-align: right;
	font-size: 10px;
}

p.time {
	text-align: left;
	font-size: 12px;
}

p.location {
	text-align: left;
	font-size: 12px;
}

p.link_back a {
	text-decoration: none;
	color: #aeaeae;
	text-align: left;
	font-size: 10px;
}

p.picture {
	text-align: center;
	font-size: 13px;
}

p.alert {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 20px;
	width: 90%;
	border-width: 2px;
	padding: 5px;
	background-color: #3780ff;
	color: #214d9e;
	border-color: #214d9e;
	border-style: dashed;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

p.content {
	font-style: normal;
	font-weight: normal;
	z-index: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: justify;
	font-size: 13px;
}

p.dates {
	font-style: normal;
	font-weight: normal;
	z-index: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 12px;
}

span.dates_field {
	line-height: 100%;
	z-index: 0;
}

p.dates_title {
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	z-index: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 14px;
}

p.dates_date {
	padding-left: 20px;
	font-style: normal;
	font-weight: normal;
	z-index: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: justify;
	font-size: 12px;
}

p.author {
	text-align: right;
	font-size: 10px;
}

div.archive_entry {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-align: justify;
	font-size: 13px;
}

table.article_small_table {
	padding: 15px;
	text-align: justify;
}

td.article_small_cell_top {
	width: 50%;
	text-align: center;
	vertical-align:top;
}

td.article_small_cell_bottom {
	width: 50%;
	text-align: center;
	vertical-align:bottom;
}

p.article_small_title {
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

p.article_small_text {
	height: 152px;
	text-align: justify;
}

.article_small_picture {
	height: 200px;
	text-align: center;
}

p.article_small_date {
	color: #919191;
	font-size: xx-small;
	text-align: right;
}

p.article_small_link a {
	text-align: right;
	text-decoration: none;
	color: #224e9e;
	font-style: italic;
}

a.link_icon {
	color: white;
	text-decoration: none;
}

a.link_icon img {
	border:0px;
}

tr.backend_title {
	color:white;
	background-color:#004DA6;
}

tr.backend_row1 {
	background-color:#A1A1A1;
}

tr.backend_row2 {
	background-color:#6D6D6D;
}

.diary {
	margin: 20px;
}.diary_title {
	text-decoration: underline;
	font-size: 16px;
}

.diary_date {
	color: #aeaeae;
	text-align: right;
	font-size: 10px;}

.diary_text {
	text-align: justify;
}

.diary_author {
	text-align: right;
	font-size: 12px;
}

.attachement {
	list-style-image: url(page_attach.png);
	text-decoration: none;
}

.attachement a {
	color: black;
	text-decoration: none;
}

h1#popuptitle {
	height: 30px;
	font-weight: bold;
	font-size: large;
	color: white;
	width: 100%;
	text-align: center;
	background-color: #004DA6;
}

body#popupbody {
	list-style-type: none;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
}

a#popupclose {
	width: 100%;
	font-weight: bold;
	color: #a2a2a2;
	text-decoration: none;
}

.gallery_preview {
	overflow: hidden;
}

li.gallery_preview {
	display: inline-block;
	text-align: center;
	float: left;
	border-width: 5px;
	height: 170px;
	margin-right: 30px;
	list-style-type: none;
}

#gallery_link {
	text-align: right;
}

#gallery_link a {
	text-align: right;
	text-decoration: none;
	color: #224e9e;
	font-style: italic;
}

.gallery_pictureframe {
	text-shadow: 5px 5px 3px #004DA6;
	padding: 0px;
	border-collapse: collapse;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-color: #004DA6;
	border-style: solid;
}

#file_add {
	border-spacing: 5px 5px;
	font-size: 11px;
	width: 80%;
}

#commentbox {
	margin: auto;
	border-width: 5px;
	border-color: #004DA6;
	border-style: solid;
	width: 400px;
	text-align: center;
	border-radius: 7px;
}

.commentbox_wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 400px;
}

.commentbox_text {
	min-height: 60px;
	padding: 8px;
	background-color: #dddddd;
	width: 100%;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px; 

}

.commentbox_footer {
	text-align: right;
	color: white;
	width: 100%;
	padding: 8px;
	background-color: #004DA6;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px; 
}

#unsuscribe {

	margin-top: 300px;

	text-align: center;

	color: #7a7a7a;

	font-size: small;

}

#unsuscribe a {

	text-decoration: none;

	margin-top: 300px;

	text-align: center;

	color: #7a7a7a;

	font-size: small;

}

#backup_load {
	float: right;
	background-color: white;
	text-align: right;
	width: 100%;
	padding: 20px;
}

#backup_text {
	width: 100%;
	text-align: justify;
	padding-top: 40px;
	padding-bottom: 20px;
}

#backup_kill {
	float: right;
	text-align: right;
	width: 100%;
	background-color: white;
	padding: 20px;
}


