html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%;	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
cite{
	font-style: normal;
}

/* ============================ common ============================== */

body { 
	background: #fff;
	font: normal 69% Arial, sans-serif;
}

a { color: #4170be; text-decoration: none; }
a:hover { text-decoration: underline; }

img { display: block; }
a img { border: none; }
strong{ font-weight: bold; }

.clearfix:after,
.holder:after,
.welcome-box:after,
#footer:after,
#main-nav:after,
.main-box:after,
.harmonogram:after,
.post:after,
.posts-list li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix,
.holder,
.welcome-box,
#footer,
#main-nav,
.main-box,
.harmonogram,
.post,
.posts-list li{ display: inline-table; display: block; height: 1%; }




form{
	font-size: 1.1em; line-height: 1.4em;
}
p{ margin: 0 0 1em 0; }


















/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

.ddfm h1,
.ddfm h2 {
	color: #606060;
}

.ddfm legend, 
.ddfm label, 
.ddfm label.fmtextlblwide {
	color: #606060;
}

.ddfm .fmcheck p, 
.ddfm .fmradio p,
.ddfm textarea, 
.ddfm .fmfullblock, 
.ddfm .fmhalfblock, 
.ddfm .fmselect, 
.ddfm input.fmtext,
.ddfm input.fmverify,
.ddfm textarea.fmtextwide,
.ddfm .submit,
.ddfm .credits {
	color: #404040;
}

.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.ddfm h1,
.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


.ddfm h1 {
	font-size: 140%;
}

.ddfm h2 {
	font-size: 115%;
}

.ddfm legend, 
.ddfm label, 
.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

.ddfm .credits {
	font-size: 90%;
}

.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 450px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

.ddfm {
	text-align: left;
	padding: 15px;
	width: 430px; 
}

.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

.ddfm span {
	display: block; 
	float: left;  
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
	font-weight:bold;
	color: #606060;
}

.ddfm span.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

.ddfm select {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}
.ddfm .date select{
	width: auto;
}

.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

.ddfm input.fmfile,
.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

