html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color:#FFF;
	background-color:#2E2E2E;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	
}

.nocss {
	display:none;	
}

a:link {
	color:#FFF;
	text-decoration:underline;
}

a:visited {
	color:#9FD9D8;
	text-decoration:underline;
}

a:hover {
color:#16D6FE;
	text-decoration:underline;
}

a:active {
	color:#FFF;
	text-decoration:underline;
}

.ulwrapper {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;	
}

#maincontainer {
	width:900px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	position: relative;
}

#header {
	width: 896px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.de #logo {
	background-image: url(../images/calmelogo_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 60px;
	width: 200px;
}

.en #logo {
	background-image: url(../images/calmelogo_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 60px;
	width: 200px;
}

#toplinkbar {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 0.7em;
	color: #999;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#toplinkbar li {
	float:left;
	margin: 0 4px 0 0;
	padding: 0;
}

#toplinkbar .sharebutton {
	margin-right:1em;
}

#toplinkbar .language {
	text-decoration:none;
	color: #999;
}


#navbar {
	padding: 0px;
	list-style-type: none;
	width: 100%;
	height: 36px;
	background-image: url(../images/nb_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navbar .lali {
	float:left;
}

#navbar .rali {
	float:right;
}

#navbar a {
	display:block;
	background-position: 0px -72px;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	outline:none;
	outline-style:none;
}

#navbar a:hover {
	background-position: 0px -36px;
	outline:none;
	outline-style:none;
}


#navbar a.selected, #navbar a.norollover {
	background-position: 0px 0px;
	outline:none;
	outline-style:none;
}

#home_nl {
	background-image: url(../images/nb_home.gif);
	height: 36px;
	width: 106px;
}

#info_nl {
	background-image: url(../images/nb_info.gif);
	height: 36px;
	width: 71px;
}


#screenshots_nl {
	background-image: url(../images/nb_screenshots.gif);
	height: 36px;
	width: 150px;
	
}

#download_nl {
	background-image: url(../images/nb_download.gif);
	height: 36px;
	width: 122px;
	
}

#contact_nl {
	background-image: url(../images/nb_contact.gif);
	height: 36px;
	width: 106px;
	
}

.en #donate_nl {
	background-image: url(../images/nb_donate_en.gif);
	height: 36px;
	width: 93px;
}

.de #donate_nl {
	background-image: url(../images/nb_donate_de.gif);
	height: 36px;
	width: 93px;
}

#twitter_nl {
	background-image: url(../images/nb_twitter.gif);
	height: 36px;
	width: 143px;
}

.content-top {
	background-color: #363636;
	background-image: url(../images/content_bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 4px;
	
}

.content {
	background-color: #363636;
	background-image: url(../images/content_bg_center.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
	position: relative;
}

.content-bottom {
	background-color: #363636;
	background-image: url(../images/content_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 4px;
	clear: both;
}

#homeimage {
	background-image: url(../images/homeimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 562px;
	width: 600px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
	display: inline;
	
}

#homecontent {
	background-image: url(../images/calme_logo_a.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 60px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	width: 240px;
	display: inline;
}

#footer {
	margin-top: 5px;
	margin-bottom: 50px;
	height: 20px;
	
}

.content li {
	list-style-image: url(../images/listbox.gif);
	font-size:90%;
	margin-top:0.5em;
	
}

#homecontent ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	
}

#homecontent p {
	font-size:110%;	
	text-align:left;
	/*letter-spacing:0.05em;*/
}

#homecontent h4 {
	padding-top: 20px;
	padding-bottom: 15px;
	margin: 0px;	/*letter-spacing:0.05em;*/
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-size:110%;
	letter-spacing:1px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

.download-button {
	background-image: url(../images/downloadbutton.gif);
	background-repeat: no-repeat;
	background-position:0px -37px;
	display: block;
	padding: 0px;
	height: 37px;
	width: 188px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#homecontent .download-button {
	margin-right: auto;
	margin-left: auto;
}

a:link.download-button {
	background-position: 0px -37px;
}

a:hover.download-button {
	background-position: 0px 0px;
}

h1,h2,h3,h4,h5,h6,p,form {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.de .h2_aboutcalme {
	background-image: url(../images/text_aboutcalme_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 179px;	
}

.en .h2_aboutcalme {
	background-image: url(../images/text_aboutcalme_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 153px;
}


.de .h2_functions {
	background-image: url(../images/text_functions_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 205px;
	
}

.en .h2_functions {
	background-image: url(../images/text_functions_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 115px;
}

.de .h2_license {
	background-image: url(../images/text_license_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 73px;	
}

.en .h2_license {
	background-image: url(../images/text_license_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 88px;
}

.de .h2_sysreqs {
	background-image: url(../images/text_sysreqs_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 265px;	
}

.en .h2_sysreqs {
	background-image: url(../images/text_sysreqs_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 256px;
}

.h2_contact {
	background-image: url(../images/text_contact_en.gif);
	background-position: left top;
	height: 25px;
	width: 94px;
	background-repeat: no-repeat;
}

#infobackground {
	background-image: url(../images/infoimage.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
	height: 894px;
	width: 180px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#downloadbackground {
	background-image: url(../images/downloadimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 40px;
	padding: 0px;
	float: right;
	height: 536px;
	width: 367px;
	display: inline;
	
}

#calmeheading {
	background-image: url(../images/calme_logo_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	float: left;
	height: 34px;
	width: 214px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	
}

#downloadcontent {
	clear: left;
	margin-left: 40px;
	margin-right: 430px;
	margin-bottom: 20px;
	
}
.formheader {
	margin-top: 10px;
	margin-bottom: 2px;
}

.de #form_email {
	background-image: url(../images/text_email_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 189px;	
}

.en #form_email {
	background-image: url(../images/text_email_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 134px;
}


.de #form_subject {
	background-image: url(../images/text_subject_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 86px;
}

.en #form_subject {
	background-image: url(../images/text_subject_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 92px;
}

.de #form_message {
	background-image: url(../images/text_message_de.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 117px;	
}

.en #form_message {
	background-image: url(../images/text_message_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 113px;
}


#goto-de {
	background-image: url(../images/deutsch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 14px;
	width: 60px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

#goto-en {
	background-image: url(../images/english.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 14px;
	width: 54px;
	float: right;
}

#thumbs {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 50px;
	margin-bottom: 50px;
}

#thumbs td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#downloadcontent li {
	margin-top:0.9em;
	margin-bottom:0.9em;
}

img {
	border-style:none;
	border:none;	
}

#paypallogo {
	display:block;
	margin-left:50px;
}

