/*
 * IH Security GmbH - Stylesheet fuer Formulare
 */

/*
 * BASIC
 */

/*
 * BASIC - CSS RESET
 * Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.com/yui/license.html
 * version: 3.2.0
 * build: 2676
 */

html {
	color: #666;
	background: transparent;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;
}

li {
	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;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	font-size: 100%;
}

legend {
	color: #000;
}


/*
 * BASIC - HTML5 RESET
 */

article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
	zoom: 1;
}


/*
 * BASIC - Main Settings
 */

* {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #999;
	}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	}
h3 {
	font-size: 14px;
	}
h4 {
	font-size: 13px;
	}
h5 {
	/* entspricht Fettschrift */
	font-size: 12px;
	}
h6 {
	font-size: 11px;
	}

a {
	color: #333;
	font-size: 14px;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a:active {
	color: #ccc;
}
a:visited {
}

/*
 * Layout
 */

#container {}

#content {
	margin: 0 auto;
	max-width: 835px;
}

/*
 * Modules
 */

#contact-form td {
	padding: 1px;
}

#contact-form legend {
	float: left;
	margin: 0 5px;
	display: block;
	width: 400px;
}

#contact-form select {
	float: left;
}

#contact-form table table tr td {
	padding-bottom: 3px;
}

#contact-form table table span {
	display: block;
	float: left;
	margin: 0 5px;
}

#contact-form label.error,
#contact-form input.submit {
	color: #900;
	font-size: 10px;
}

#application-form input {
	width: 300px;
	padding-bottom: 3px;
}

#application-form textarea {
	width: 300px;
}

#application-form .klein {
	font-size: 13px;
	padding-top: 10px;
	width: 350px;
	padding-right: 50px;
}
