body {
	font-size: 11px;
	margin:	0;
	background: #666;
	color: black;
}

a { color: #3C3AB1; }
a:hover { color: #CC3300; }

h2 { font-size:1.2em; color: #709500; }

/* opravuje chybu neznameho puvodu, pri niz se nezobrazuje border-left u 
elementu h3 */
#caption { border-left: 1px solid #fff;}

h3 { 
	font-size:1.1em; 
	border-left: 7px solid #9c0;
	padding-left: .5em;
}

#mainbox {
	background: white;
	width: 760px;
	margin: 15px auto;
	border: 5px solid #404040;
}

#header {
	height: 90px;
	height: 78px;
	width: 749px;
	position: relative;
	margin: 2px 5px 5px 5px;
/*	border-top: 7px solid #171A59;*/
	border-bottom: 4px solid #9c0;
	background: #fff;
}

#title {
	width: 202px;
	height: 78px;
	margin: 0;
	padding-top: 0px;
	font-size: 1.7em;
}

#title a { text-decoration:none; }

#konsorcium {
	position: absolute;
	top: 5px;
	right: 178px;
/*	background: white url("../../images/layout/kno.png") no-repeat;*/
	text-align: right;
	font-size:1.2em
}

#konsorcium a {
	color: #666;
}

.switch {
	width: 177px;
	height: 78px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
/*	background: #ddd;*/
}

#switch_portal,#switch_forint {
	display: block;
	width: 90px;
	height: 30px;
}

#switch_portal a,#switch_forint a  {
	text-decoration: none;	
	display: block;
	height: 28px;
}

#switch_portal {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #9c0 url("../../images/layout/menu_portal.png") no-repeat 50% 60%;
}

#switch_forint {
	background: #f60;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f60 url("../../images/layout/menu_forum.png") no-repeat 50% 60%;
	width: 86px;
	border-left: 4px solid #E15A00;
}

/* obrazek forum pro integraci / portal socialni exkluze */
#titleinfo {
	background: white url("../../images/layout/titul.jpg") no-repeat;
	margin: 0;
	border: 0;
}

#document {
	position: relative;
	margin: 0 5px 5px 5px;
	background: white url("../../images/layout/background.png") repeat-y;
	min-height: 700px;
}

* html #document {
	height: 750px;	
}

#rightcol {
	width: 174px;
	float: right;
}

.rightcol_info {
	padding: 130px 7px 7px 7px;
}

#infomenu { background: white; }


#infomenu_inner a {
	display: block;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	line-height: 200%;
	color: black;
	padding-left: 2px;
	border-left: 7px solid white;
}

#infomenu_inner a:hover, #infomenu_inner a.selected {
	color: #3C3AB1;
	border-left: 7px solid #9c0;
}

#infomenu_inner a.submenu {
	font-size: 12px;
	font-variant: normal;
	line-height: 140%;
	height: auto;
/*	margin-left: 10px;*/
	font-weight: normal;
}

#infomenu_inner a.submenu .selected {
	font-weight: bold;
	color: #3C3AB1;
}

#leftcol {
	position: absolute;
	background: transparent url("../../images/layout/znacka.jpg") no-repeat;
	top: 0;
	width: 153px;
	height: 500px;
	padding: 1em;
}

#eu {
	margin: 1em 0;
	padding: 1em 0;
/*	border-top: 6px solid #ddd;*/
	text-align: center;
	color: #777;
}

.gray { 
	background: #ddd; 
	background: transparent; 
}

#content {
	padding: 0 178px;
}

* html #content {
	padding: 0 177px 0 178px;
}

.article_date, .article_author {
	color: #999;
	margin-left: 1em;
}
.article_author {
	font-weight: bold;
}

.article_content {
/*	border-bottom: 1px solid #999;*/
	padding-bottom: 1em;
	margin-left: 1em;
}

.article_more {
	margin: 5px 0;
	font-weight: bold;
}

/* SEARCHBOX */

#searchbox {
	width:125px;
	font-weight:bold;
	margin-top: 400px;
}

#searchinput { width:100%; }

#searchbutton {
	border: 1px outset gray;
	font-weight: bold;
}

dt { font-weight: bold; }
dd { margin-bottom: .5em; }
.inline { display: inline;}
dd.inline { margin-left: 16px; }

#gotoindex {
	display: block;
	background: transparent;
	width: 180px;
	height: 80px;
	position: absolute;
	top: -90px;
	left: 0;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 3px 7px;
/*	margin: 0 6px 7px 6px;
	border-bottom: 8px solid #999;
*/
}

#footer_address {
	float: left;
}

#footer_e4you {
	text-align: right;
	font-size: .8em;
}

