body {
	   	background-color: #D4D4FF;
	   	color: #000000;
		font-family: verdana;
	   	font-size: 10pt;
	}
#main {
	width: 99%;
	padding-top: 15px;
}

#main h1 {
	display:none;
}

#header {
		width: 97%;
		height:80px;
		background-color:#C7C7F6;
		border: 1px solid #6363AC;
/*		font-size: 32pt;*/
		color: white; 
		text-align: left;
		border-bottom: 0px;
	}
#hlavicka {
/*	position: relative;
	float: left;*/
	width: 100%;
	height: 80px;
	background: url("./images/zan.gif") left top no-repeat;
}

#testinstance {
    position: relative;
	font-family: "Comic Sans MS", "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color: #7272A3;
    right: 10px;
    top: 12px;
    text-align: right;
}

#logged {
    position: absolute;
    right: 1em;
    top: 7px;
    text-align: right;
}

#mainmenu {
	background: url("./images/bgMenu.gif") left top repeat-x;
	width: 97%;
	height: 22px;
	border-right: 1px solid;
	border-left: 1px solid;	
	border-color: black;
	text-align: left;	
}
#mainmenu a {
	font-size:15px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding:0px 6px 0px 6px;
}
#mainmenu a:hover {
	font-size:15px;
	text-decoration: none;
	color: black;
	font-weight: bold;		
}
div.menu {
/*	position: relative;
	width: 75%;
	float: left;*/
	text-align: left;
}

.menuLeft {
/*	position: relative;*/
	width: 87%;
	float: left;
	text-align: left;
}
.menuRight {
/*	position: relative;*/
	width: 10%;
	float: right;
	text-align: right;
}	


#content {
	background-color: #C7C7F6;
	border: 1px solid #6363AC;
	width: 97%; 
	border-top: 0px;
	padding:10px 0px 10px 0px;
}

#appbody {
		margin-left:10px;
		margin-right:10px;
	}

#appbodycontent {
	padding:0px 0px 0px 0px;
		}

#hlavaBig span {
	padding:0px 0px 0px 3px;
}

#hlavaBig a {
	padding:0px 5px 0px 3px;
	text-decoration:none;
	color:white;
}
	
#hlavaBig a:hover{
	color:black;
}

div.error {
   background-color: #FFF3D8;
   color: #FF3300;
   border: 1px solid #737396;
   padding-right: 10px;
}

div.error ul {
	margin: 10px 0px;
}

div.error li {
   font-weight: bold;
}

div.messages {
   background-color: #E0E0FC;
   color: #000000;
   border: 1px solid #9090B4;
   padding-right: 10px;
   margin-bottom: 5px;
}

div.messages ul {
	margin: 10px 0px;
}

#footer {
	background: url("./images/konecStranky.gif") left top repeat-x;
	border: 1px solid;
	border-color: grey;
	font-size: 9pt;
	text-align: right;
	width: 97%;
}
#footer a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color: black;
	text-decoration: none;
	font-weight: bold;
}	

#footer .llink {
	text-align: left;
	margin-left: 10px;
	margin-top: 7px;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
}
#footer .llink a {
    text-decoration: none;
	color: #7272A3;
}
#footer .llink a:hover {
/*   background-color: #393952;*/
   color: #FFFFFF;
}

div.mainmessages {
	width: 98%;
	border:none;
}

div.mainmessages .title {
		background: url("./images/hlavaBigBg.gif") top left repeat-x;
		height:20px;
		border-left: 1px solid grey;
		border-right: 1px solid grey;		
		font-size: 14px;
		color: white;
		font-weight: bold;
		padding:0px 0px 0px 0px;
}
div.mainmessages a {
	padding:0px 5px 0px 3px;
	text-decoration:none;
	color:white;
}
	
	
div.mainmessages .content {
		background: url("./images/formBg.jpg") left top repeat-x;
		border: 1px solid grey;
		border-top: 0px;
		padding:5px 0px 5px 0px;
}


div.mainmessages .tableform {
		text-align: left;
		margin-left: 19%;
}

.title {
	font-weight:bold;
}

.submit {
	background:#5555bf;
	border-left:2px solid #ffffff;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	color:#ffffff;
}

.submit:active {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	background:#343477;
}


.abutton {
	background:#5555bf;
	border-left:2px solid #ffffff;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	margin-right:5px;
}

.abutton:hover {
	color:#ffffff;
}

.abutton:active {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	background:#343477;
}


.hidden {
	display:none;
}

#mainmenu .menuLeft .hidden {
	display:inline;
}
