/**************** F O R M A T    T E X T U    A    O B S A H U ************************/
body {
	color:#333;
}

h1 {
	font-weight:bold;
	color:orange;
	font-size:1.6em;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
}

h3 {
	font-weight:bold;
	color:orange;
	font-size:1em;
	
}



p {
	/*text-align:justify;*/
	text-indent:20px;
	margin-bottom:15px;
	line-height:1.4em;
	font-weight:normal;
	font-size:1em;
}

ul {

}

li {

}

a {
	text-decoration:underline;
	color:#de580f;
}

#contact td {
	vertical-align:top;
	padding-bottom:4px;
	padding-right:15px;
}

#contact td.align_r {
	text-align:right;
	color:gray;
	font-weight:bold;
}

#bottom a {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	text-decoration:none;
}

#bottom a:hover{
	text-decoration:none;
	color:#ccc;
}

strong, b {

}

.signature {
	text-align:right;
	font-weight:bold;
	/*font-size:1.2em;*/
	margin-top:40px;
	font-family:tahoma;
}

.signature_small {
	font-weight:normal;
	/*font-size:0.8em;*/
}

#content-left {
	width:245px;
	float:left;
}

#content-right {
	padding-left:270px;
}

#content-right ul {
	margin-bottom:15px;
}

#content-right ul li {
	line-height:1.4em;
	padding-left:30px;
	background-image:url("../layout/list_bullet.png");
	background-repeat:no-repeat;
	background-position:15px center
}

#content-right h3 {
	margin:10px 0 10px 0;
	/*font-style:italic;*/
	/*border-bottom:1px solid orange;*/
}

#content-right h4 {
	font-weight:bold;
	color:#333;
	font-size:1em;
	margin:10px 0 10px 0;
	/*font-style:italic;*/
	/*border-bottom:1px solid orange;*/
}

table.courses {
	margin:20px 0px;
	font-size:0.95em;
}

td.table_as_list_item {
	background-image:url("../layout/list_bullet.png");
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:25px;
	width:500px;
	
}



fieldset {
	border:none;
	margin:0;
	padding:0;
}

form p {
	margin:0 0 0 0;
	padding:0 0 15px 0;
}	
	
form label {
	display:block;
	font-weight:normal;
	margin:0 0 0 -20px;
	padding:0 0 0 0;
}

form label .required {
	font-weight:normal;
	color:red;
}

form input {
	width:35%;
	padding:5px 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:1em;
	border:1px solid #999;
}

form input.button {
	background-color:orange;
	color:white;
	border:none;
}


form textarea {
	width:80%;
	padding:5px 5px;
	color:#484848;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:1em;
}

.error_message {
	color:red;
	padding-bottom:10px;
	font-size:0.9em;
	font-weight:normal;
}




