* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

body {background: #828282;}

img {border: 0;}

/* Links */

a {
	color: #2d2d9a;
	text-decoration: none;
}

a:hover {
	color: #2d2d9a;
	text-decoration: underline;
}

a:visited {color: #2d2d9a;}

/* Links end */

#wrap {
	min-width:800px;
	max-width:800px;
	margin: 0 auto;
}

/* Top menu */

#header {height: 66px;}

#left {
	float: left;
	height: 66px;
	width: 18px;
	background: url(../img/topMenuLeft.png);
}

#middle {
	float: left;
	height: 66px;
	width: 764px;
	background: url(../img/topMenuPan.png) repeat-x;
}

#right {
	float: left;
	height: 66px;
	width: 18px;
	background: url(../img/topMenuRight.png);
}

#header ul {
	list-style: none;
	line-height: normal;
	margin: 0;
}

#header li {float: left;}

#middle .menu {height: 66px;}

#middle .menu a {
	display: block;
	height: 42px;
	padding: 24px 20px 0 20px;
	font-family: "Georgia";
	font-size: 13px;
	font-weight: bold;
}

#middle .menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #2d2d9a;
}

/* Top menu end*/

#topLogo {
	height:180px;
	background: #828282;
	position: relative;
}

#logo {
	width: 792px;
	height: 120px;
	padding: 60px 0 0 8px;
}

#randomImage {
	height: 200px;
	width: 800px;
	background: url(../img/randomImages/Image01.jpg);
}

#constReminder{
	width: 230px;
	border-right: 4px solid #b0b0b0;
	padding-right: 4px;
}

#constReminder:hover{
	/*background: #ff0096;*/
}

.__constReminder{
}

#newsFlow {
	width: 800px;
	background: url(../img/imageBottomPan.png) repeat-x top;
	border-bottom: 1px dotted #b0b0b0;
}

#flowGradient {
	width: 800px;
	border-bottom: 2px solid #fff;
	background: url(../img/1x108_newsFlowPan.gif) repeat-x bottom #f7f7f7;
}

#content {
	float: left;
	width: 540px;
	overflow: hidden;
	border-right: 1px dotted #b0b0b0;
}

#sidebar,#sidebar-2 {
	float: left;
	overflow: hidden;
}
#sidebar{width:0px;}
#sidebar-2{width: 255px;}
#content-wrap {
	background: #f7f7f7;
	width: 100%;
	margin-bottom: 120px;
}

/* Footer */

#footer {
	margin: 0 auto;
	clear:both;
	width: 800px;
}

#footerPlacement {border-top: 1px dotted #b0b0b0;}

#footerLeft {
	height: 32px;
	width: 18px;
	float: left;
	background: url(../img/footerLeft2.png) bottom no-repeat #f7f7f7;
}

#footerMiddle {
	height: 32px;
	width: 764px;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #656565;
	background: #f7f7f7;
}

#footerRight {
	height: 32px;
	width: 18px;
	float: left;
	background: url(../img/footerRight2.png) bottom no-repeat #f7f7f7;
}

/* List style */

ul, ol {
	margin-left: 25px;
	list-style-image: url(../img/7x7_pointer.gif);
}

.contentheading {
	border-left: 12px solid #2d2d9a;
	padding-left: 8px;
	font-family: "Georgia";
}

.componentheading {
	font-family: "Georgia";
	color: #555;
}

.createdate {
	border-left: 12px solid #2d2d9a;
	padding-left: 8px;
	color: #959595;
	font-family: "Georgia";
}

.contentpaneopen {
}

.article_column {
}

.blogsection {
}

.inside {padding: 10px;
}

.modifydate {
}

.readon {
}

.contenttoc{
	float: right;
	border-left: 1px dotted #b0b0b0;
	border-bottom: 1px dotted #b0b0b0;
	padding: 4px;
	margin: 3px;
	display: none;
}

.pagenavcounter{}

#newsFlow .contentpaneopen {
	width: 100%;
	height: 60px;
	border-right: 1px dotted #b0b0b0;
}

#newsFlow .contentheading{
	border: 0px;
	padding: 0px;
}

/* Font control */
#fontsize {
	height: 22px;
	right: 4px;
	bottom: 4px;
	position: absolute;
}

#fontsize div {float: left;}

#fontsize img {
	float: left;
	margin-right: 6px;
}

form, fieldset {border: 0px;}

.tool-tip {
	background: #d7d7d7;
	border: 1px dotted #333;
	font-weight: bold;
}

/* Joomla Klasser

class="readon"
class="modifydate"
class="article_separator"
class="article_column"
class="small"
class="contentpaneopen"
class="contentheading"
class="buttonheading"
class="createdate"
class="blog_more"
class="blogsection"
class="pagenav"
class="bannergroup_text"
class="bannerheader"
class="bannerfooter"
class="clr"
class="bannergroup"
class="menu"
class="inside"
class="componentheading"
class="bannerheader"

*/