/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}



body {
	background: #000000;
	background-attachment:fixed;
	font-size: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	color: #ccc;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 200%;
	margin-bottom: .6em;
	letter-spacing: -.025em;
	color: #eeeeee;
	font-weight: bold;
	text-shadow: 0 3px 6px #111111;
}
h1 a {
	color: inherit;
	text-decoration: none;
}
h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: -.06em;
	margin-bottom: .5em;	
}
h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: -.06em;
	margin-bottom: .5em;	
}	

.inside {
	margin: 0 20px;
}

.languages {
	text-align: center; 
	font-family: Arial, sans-serif;
	float: right;
	font-size: 80%;
	margin-left: 20px;
	margin-top: 50px;
}
#header {
	clear: both;
	overflow: hidden;
	height: 300px;
}
#bigwrap {
	clear: both;
}
#mainwrap {
	clear: both;
}


#footer {
	clear: both;
	background: #020202;
}

.clearfix {
	clear: both;
}

.legal {
	font-size: 75%;
	color: #666;
}

.small {
	font-size: 80%;
	line-height: 1.2em;
}

.imagedescription {
	font-family: Arial, sans-serif;
	font-size: 70%;
	line-height: 1.2em;
	border-top: 3px solid black;
}

.postinfo {
	font-family: Arial, sans-serif;
	font-size: 70%;
	line-height: 1.2em;
	display: none;
}


.center {
	text-align:center;
}
.floatright {
	float:right;
	margin-left: 1.5em;
}

.topmargin {
	margin-top: 20px;
}

p , address {
	line-height: 1.5em;
}

abbr {
	border-bottom: 1px dotted black;
}

ol.bullet, ul.bullet {
	list-style: disc;
	margin-left: 2em;
	font-size: 85%;
}


#logo {
	background: url("images/logo-mobil.gif") no-repeat;
	width: 690px;
	height: 111px;
}

/* SOLID BACKGROUNDS */


.hr, hr {
	border:0;
	height: 4px;
	background: url("images/hrbg.jpg") repeat-x;
	box-shadow: 0 3px 5px #111111;
}
