/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

body, html {
	height:100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#content {
	height:100%;
	width:100%;
	text-align:center;
}

#logo {
	position: relative;
	top:45%;
	margin:-119px 0 0 0;
}

#contact {
	position: relative;
	top:70%;
	margin:0 auto;
	width:75px;
}


#contact a {
	display:block;
	height:20px;
	width:75px;
	background:url(../img/contact.png) no-repeat 0 0;
	font-size:0;
	color:#fff;
}

#contact a:hover {
	background-position: 0 -19px;
}


#formular {
	padding:5px;
	color:#626262;
	font-size: 12px;
}

#success {
	font-size: 12px;
}

#formular h2{
	font-size: 15px;
}


#formular .row {
	margin:7px 0 0 0;
}

#formular .long {
	width: 250px;
	height:20px;
}

#formular textarea.long {
	width: 248px;
	height:100px;
}


#formular .middle {
	width: 172px;
	height:20px;
}

#formular .short {
	width: 70px;
	height:20px;
}

#formular .inputText {
	border:1px solid #e4e5e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mandatory {
	font-size: 11px;
	text-align: right;
	width:250px;
}

#errorContainer {
	width:250px;
	color:#c00;
	padding:5px 0 0 0;
}

.hidden {
	display:none;
}

