/*@import url(http://weloveiconfonts.com/api/?family=fontawesome);*/

/**********************************************************************/
/* fontawesome */
/**********************************************************************/

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/**********************************************************************/
/* Generelle Abstände und Formatierungen*/
/**********************************************************************/

*{
	padding: 0px;
	margin: 0px;
}

body, td{
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	color: #555;
	vertical-align: top;
}
td{
	padding-right: 15px;
	padding-bottom: 10px;
}
ul{
	margin-left: 20px;
}

a{
	font-weight: 500;
	color: #1370b3;
	text-decoration: none;
}
a:hover{
	color: #000;
}
#footer a:hover{
	color: #FFF;
}

nav{
	position: absolute;
	top: -2px;
	right: 0px;
	z-index: 99;
}
	nav a{
		display: inline-block;
		width: auto;
		padding: 15px;
		text-transform: uppercase;
		color: #000;
		font-size: 12pt;
	}
	nav a:hover, .activeMenuItem{
		background-color: #1370b3;
		color: #FFF;
	}

select{
	width: 85%;
	padding: 5px;
}
	#table, #plate3, #plate4, #acc1, #acc2, #price{
		float: right; 
		text-align: right;
		font-size: 120%;
	}
	
h1{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #888;
	background-color: #f4f4f4;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	font-weight: 300;
	font-size: 28pt;
	text-align: center;
}	
	
h2, h3, h4{
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 22pt;
}
h3{
	font-weight: 400;
	font-size: 18pt;
}
h4{
	font-weight: 400;
	font-size: 14pt;
}

sup{
	font-size: 6pt;
}





#headWrapper{
	margin-top: 20px;
}	

#mainContent, #headInner, #footerInner{
	width: 1000px;
	margin: auto;
	position: relative;
}

#logo{
	height: 60px;
}

#footer{
	margin-top: 20px;
	background-color: #000;
	color: #FFF;
}

#footerInner{
	font-size: 9pt;
	font-weight: 300;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#flags{
	position: absolute;
	bottom: 17px;
	right: 0px;
}
	#flags a img{
		height: 45px;
	}

.btn {
    border: 0px;
    background: #474647;
    background-image: -webkit-linear-gradient(top, #474647, #000000);
    background-image: -moz-linear-gradient(top, #474647, #000000);
    background-image: -ms-linear-gradient(top, #474647, #000000);
    background-image: -o-linear-gradient(top, #474647, #000000);
    background-image: linear-gradient(to bottom, #474647, #000000);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #DDDDDD;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
	.btn:hover {
		color: #FFF;
		background: #757575;
		background-image: -webkit-linear-gradient(top, #757575, #000000);
		background-image: -moz-linear-gradient(top, #757575, #000000);
		background-image: -ms-linear-gradient(top, #757575, #000000);
		background-image: -o-linear-gradient(top, #757575, #000000);
		background-image: linear-gradient(to bottom, #757575, #000000);
		text-decoration: none;
	}
