@CHARSET "UTF-8";
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100.1%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 16px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

body {
    background: url("./../images/bg.jpg") repeat-x #fff;
    color: #424242;
    font-family: Arial, sans-serif;
    font-size: 100.1%;
    line-height: 1.5em;
    
}
a {
    color: #424242;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3 {
    font-family: Trebuchet MS, serif;
    font-size: 200%;
    padding: 1em 0 0.25em 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #424242;
}
h1 {
	border-bottom: 0;
	margin-bottom: 15px;
}
h2 {
    font-size: 150%;
}
p {
    padding-bottom: 0.5em;
}
p.center {
    text-align: center;
}
#page {
    width: 500px;    
    margin: 0 auto;
    padding: 50px 0;
}
label {
    display: block;
}
input, textarea {
    display: block;
    margin-left: 20px;
    width: 250px;
    padding: 3px;
    font-family: Trebuchet MS, serif;
    margin-bottom: 1em;
    border: 1px solid #cfcfcf;
}
.alliance a {
    background: #fff;
    padding: 15px 25px;
    display: block;
    float: left;
    margin: 5px 17px 17px 5px;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}
.alliance a img {
    vertical-align: middle;
    text-align: middle;
}
.switch {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 220px;
}
.switch a {
	width: 14px;
	height: 11px;
	display: block;	
	float: left;
	margin-right: 5px;
}
.switch a.de {
	background: url(./../images/sprite.png);	
}
.switch a.en {
	background: url(./../images/sprite.png) 0 -42px;	
}
.en .switch a.de {
	background: url(./../images/sprite.png) 0 -14px;	
}
.en .switch a.en {
	background: url(./../images/sprite.png) 0 -28px;	
}
