@font-face{ 
    font-family: 'Roboto';
    src: local('Roboto Standard'),
    src: local('Roboto-Standard');
}

html, body { 
	margin: 0;
	padding: 0;
	border: none;
	font: small/1.4em 'Roboto', Arial, Helvetica, sans-serif;
	color: #444;
}

html.white-bg {
	background: #fff;
	padding: 20px;
}



/* ==== Allgemeines ==== */

img {
	border: none;
}

q {
	quotes: "\201E" "\201D"; 
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

a { 
	text-decoration: none;
	color: #039bda; 
}

a:active, a:focus, a:hover { 
	color: #f6772c;
}

b, strong {
	font-weight: 700;
}

hr {
	background: none;
	margin: 10px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #ccc;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.blue { color: #039bda; }
.orange { color: #f6772c; }

.center { text-align: center; }



/* ==== Fonts ==== */

@font-face{ 
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.svg') format('svg'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype');
}



/* ==== Structure ==== */

#main { 
	position: relative;
	margin: 0;
	padding: 10px 0;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.4em;
}

table.vma textarea,
textarea {
	min-height: 90px !important;
	resize: vertical;
}

input[type="text"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="number"],
input[type="password"],
input[type="email"],
select, textarea {
	width: 100%;
}

label.block {
	display: inline-block;
	padding: 0 0 0 20px;
	line-height: 18px !important;
	font-size: 13px;
}

table.vma input[type="radio"] + label.block:before, 
table.vma input[type="checkbox"] + label.block:before {
	float: left;
	margin: 0 0 0 -24px;
	font-size: 14px;
	line-height: 18px !important;
}

div.tabs {
	margin: 0;
	padding: 0 20px 0 0;
	background: none;
	border: none;
}

div.tabs ul.tabNav {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

div.tabs ul.tabNav li a {
	border: none;
	background: none;
	padding: 0 0 4px 0;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
}

div.tabs ul.tabNav li.active a {
	border: none;
	background: none;
}

#main {
    padding: 0px !important;
}

#main table.vma {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

#main table.vma th {
	background: none !important;
	padding: 6px 16px 6px 0 !important;
	font-size: 14px;
	line-height: 18px;
}

#main table.vma td {
	background: none !important;
	padding: 6px 16px !important;
	font-size: 14px;
	line-height: 18px;
}

/*#main table.vma tr td,*/
/*#main table.vma tr th {*/
	/*border-bottom: 1px solid #ccc !important;*/
/*}*/

#main table.vma tr:last-child td,
#main table.vma tr:last-child th {
	border-bottom: none !important;
}

.tabContent table.vma tbody tr th label,
.tabContent table.vma tbody tr td label{
	font-size: 1.3em;
	font-weight: 300;
	color: #039bda;
}



/* ==== Box ==== */

div.box {
	position: relative;
	background: #fff;
	padding: 15px 20px 60px 20px;
	margin: 0 0 20px 0;
	border: 2px solid #039bda;
	border-radius: 4px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

div.box a.button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border-radius: 0;
	text-align: right;
}

div.box h4 {
	line-height: 1.1em;
	margin: 0 0 10px 0;
}

@media only screen and (min-width: 990px) {

	div.box {
		max-width: 400px;
		min-height: 202px;
		margin: 0 10px 20px 10px;
	}

}