/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 }

h1, h2, h3, h4, h5 {
	margin: 5px 0 5px 0;
	/*text-transform: uppercase;*/
}

.latestnews {
padding-left: 0px;
list-style:none;

}

.news_picture img {
width:80px;
height:53px;
float:left;
margin-right:6px;
border:1px solid #919191;
}

.newsblock {
display:block;
height:90px;
}
.moduletable h3{
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;	
}

.latestnews li {
border-bottom:solid 1px #ececec;
margin-bottom:10px;


}

h1 { font-size: 26px; line-height: 26px; }
h2 { font-size: 24px; line-height: 24px; }
h3 { font-size: 20px; line-height: 18px; }
h4 { font-size: 18px; line-height: 16px; }
h5 { font-size: 16px; line-height: 14px; }

h2,
h5 { color: #444; }

small { color: #aaa; }

hr { border-top-color: #e2e2e2; }

pre {
	border: 1px solid #e2e2e2;
	background: #fafafa;
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}