.mod_article p,
.mod_article ul li{
	margin: 0 0 1em 0; line-height:1.5em; 
}
.mod_article{padding-bottom:10px}

#main .image_container img{
	padding:1px;
	border:1px solid #dcdcdc;
}
#main .no_border img{
padding:0px;
border:none;
}
/*
headings
*/

/* H E A D E R */
h1, h2, h3, h4{
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	color:#00285E;
}

h1{
	font-size:110%;
	background-image:url('tl_files/gfx/orange_point.gif');
	background-repeat:no-repeat;
	background-position:0px 20%;
	padding-left:20px;
	}

h2{font-size:105%;}

h3{font-size:105%;font-weight:normal}

h4{
	font-weight:bold;
	font-size:100%;	
}

#main .inside .mod_article ul{
	padding-left:35px;
}
.inside .mod_article ul li{
	margin-bottom:5px;
	list-style-type:square;
	
}
.inside .mod_article ul li ul li{
	list-style-type:circle;
}
.inside .mod_article ul li ul {
	margin-top:5px;
}
/*
Links
*/
/* L I N K S */
#right .inside a,
#main .inside a,
#left .inside a,
#right .inside a:link,
#main .inside a:link,
#left .inside a:link,
#right .inside a:visited,
#main .inside a:visited,
#left .inside a:visited,
#right .inside a:active,
#main .inside a:active,
 #left .inside a:active,
 .toggler{
	text-decoration:underline;
	color:#F2851C;
}



/* F O R M S */

input, textarea{
border:1px #ccc solid;
background: #f8f8f8;
padding: 3px;
color:#5e5e5e;
margin-bottom:5px;
font-family:Tahoma,  'Trebuchet MS', Verdana, arial, sans-serif;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus{
background: #f0f0f0;
color:#333;
border-color: #666;
}

form{
	margin:0px;
	padding:0px;
}
form p.label,
form label{
margin:0px;
font-weight:bold;
}

/* K O N T A K F O R M U L A R */
.contact_form input{width:200px;}
.contact_form textarea{width:300px;height:100px;}
.contact_form input.captcha{width:20px;}
.contact_form input.submit{width:150px;}
