@import "navigation.css";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes image borders on active firefox links */
a:active, a:focus { outline : 0; }

/* layout.css */

html {
text-align : center;
}

/* Zentriert das Bodyelement */
div#site_container {
	position : relative;
	width : 860px;
	margin : 0 auto;
	text-align : left;
}

/* Inhaltscontainer für Spaltendesign */
div#inhalt {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

div#aufmacher {
	padding-top: 10px;
}

div#aufmacher_sub {
	padding-top: 10px;
}

.newcustform {
	width:252px;
	height:42px;
	float:left;
	overflow:hidden;
	padding-right: 20px;
	padding-bottom:5px;
	}
	
#newcustform_meeting {
	width:125px;
	height:42px;
	float:left;
	padding-right: 5px;
	padding-bottom:5px;
	}

#newcustform_meeting1 {
	width:125px;
	float:left;
	/*padding-right: 20px;*/
	padding-bottom:5px;
	}

.newcustform input, select {
	width:100%;
	}	

.newcustform_full {
	width:796px;
	height:200px;
	float:left;
	overflow:hidden;
	padding-right: 20px;
	padding-bottom:10px;
	}
	
.newcustform_full textarea {
	width:100%;
	height:100%;
	}	

div#col4 {
clear:both;
}

/* Site Information */

div#site_info {
	width : 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}