/**************
 General style settings
***************/
body {
    background-color : #000000;
    color : #444444;
    font-family : Verdana;
    font-size : 11px;
  }

h1, h2, h3, h4 {
    color : #7C7CFC;
    text-align : left;
  }

li {
    color : #444444;
    text-align : left;
    margin-bottom: 5px;
  }

p {
    text-align : justify;
    margin-top: 0px;
}

img {
    border-style : none;
}

em {
    color : #CCCCCC;
    font-weight : bold; 
    font-style: normal;
  }

a {
    color : #999999;
    text-decoration: none;
/*	font-weight: bold; */
  }

a.default {
    color : #999999;
  }

a.mouseover {
	color: #7C7CFC;
}

a.selected {
	color: #FFFFFF;
}

/* remove dotted border on focus */
a:FOCUS {
	outline-style: none;
}	

/**************
 div page
***************/

div#body {
	width: 940px;
	margin-left: auto;
	margin-right: auto;	
	border: #000000 solid 1px;
}

div#page {
	width:940px;
	min-height:500px;
	height:auto !important;
	height:500px;
	
}
	
div#subpage {
	margin-top : 20px;
	float: left;
	width:780px;
	display: inline;
	margin-left: auto;
	margin-right: auto;		
}

div.pagecontent {
	margin-left: auto;
	margin-right: auto;
}

div#bottom {
	float: left;
	width: 100%;
	text-align: left;		
	margin : 50px;
	
}

/**************
 div menu
***************/

div#menu {
	background-image: url("../images/button.png");
	height: 32px;
}

div#submenu {
	float: left;
	width:150px;
}

ul.menu {
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
}

li.menu {
	list-style: none;
	margin: 10px;
	border-style: none;
}

div#start_menu {
	float: left;
	display: inline;
	background-image: url("../images/start_button.png");
    width: 4px; 
	height: 32px;
	border-style: none;
}

div.menu_button {
	float: left;
	display: inline;
	text-align: center;
    width: 150px; 	
	height: 32px;
	border-style: none;
}

div.inner_menu_button {
	border-style: none;
	margin-top: 6px;
}

div#end_menu {
	float: right;
	display: inline;
	background-image: url("../images/end_button.png");
	width: 4px; 
	height: 32px;
	border-style: none;
}

div#flags {
	display: inline;
	width: 25px;
	height: 32px;
	float: right;
	border-style: none;
}

/**************
 div vertical image page
***************/

div.vsubtext {
	float: left;
	display: inline;
	width: 470px;
	margin-left: auto;
	margin-right: auto;	
}

div.vgallery {
	float: right;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;		
}

/**************
 div horizontal image page
***************/

div.hsubtext {
	float: left;
	display: inline;
	margin-top: 20px;
	padding-left: 50px;
	padding-right: 50px;	
}

div.vsubtext {
	float: left;
	margin-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

div.hgallery {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}

/**************
 div gallery
***************/

div#gallerypage {
	display: inline;
	float: left;
	width: 100%;	
}

div#gallery {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;	
/*	border : #444444 solid 1px; */
}

div.galleryattachcontainer {
	float: left;
	width: 100%;
}

div.galleryattach {
	text-align: left;
	margin: 5px;
}

div.galleryattachsep {
	width: 100%;
	height: 1px;
	background-image: url("../images/galleryattachsep.png");
	background-repeat: no-repeat;
}

/**************
 contact page
***************/

select {
    background : #444444;
    color : #FFFFFF;    
  }

th {
    padding-right: 30px;
    text-align: left;
    font-weight: normal;
}

input {
    background : #111111;
    color : #FFFFFF;     
    border : #444444 solid 1px;
    width: 320px;    
    height: 14px;    
    font-family: Verdana;
    font-size : 11px;
}

input.phoneNumber {
    width: 100px;    
}

textarea {
    background : #111111;
    color : #FFFFFF;
    border : #444444 solid 1px;
    width: 320px;     
    height: 100px;  
    font-family: Verdana;
    font-size : 11px;
}

textarea.postalAddress {
    height: 30px
}

input.button {
    cursor : pointer;
    width: 80px;    
    height: 20px;
}

/**************
 div news
***************/

div#articles {
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
	border: black solid 1px;
}
	
div.article-short {
    cursor : pointer;
    height: 16px;
	background-color: #111111;
	color : #444444;
	border: black solid 1px;
    border-top: black solid 3px;
	padding-left: 10px;
}

div.article-short-selected {
	background-color: #111111;
    color : #FFFFFF;
}

div.article-long {
	border: black solid 1px;
	height: auto;	
}

div.article-img {
	float: left;
	display: inline;
	vertical-align: top;
	border: black solid 1px;
}

div.article-text {
	width: 80%;
	float: left;
	display: inline;
	vertical-align: top;
	padding: 10px;
	border: black solid 1px;
	text-align: justify;
	height: auto;	
	
}

/**************
 div press
***************/

div.press {
	height: 16px;
	background-color: #111111;
	color : #44444;
	border: black solid 2px;	
	padding-left: 10px;
}

a.press {
	float: right;
	display: inline;
}