/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: serif;
	background-color: #fff;
	background-repeat: repeat-x;
	margin-top: 12px;
	color: #000;
	margin-left: 15px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 15px;
	letter-spacing:0.5px;
	background-image: url(http://cofo.sk/files/webback.png);
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link {
	text-decoration: none;
}
#login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 5px;
	padding-left: 0px;
}

a:active {
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

a img { border: none; }

#menu {
	width: 230px;
	overflow: auto;
	top: 0;
	bottom: 0px;
	left: 0;
	position: relative;
	height: 100%;
	background-color: #fff;
	background-image: url(http://www.11cofo_sk.cofo.sk/back.gif);
	background-repeat: repeat-x;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 230px;
}

.container {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	background-image: url(http://indexhibit.cofo.sk/);
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 {
	font-size: 12px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

