body { 
	font-family: Tahoma;
	background-color: #343332; 
	margin: 0px auto; 
		padding: 1px 0px 1px 0px;
	text-align: center;
	font-size: 11px;
	}
	
#cele {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0px 1px 0px;
	text-align: left;
	padding-bottom: 8px; 
	background: #D4D4D4;
}

#obsah {
	margin: 4px;
	text-align: left;
	border: 1px solid #F1F1F1;
	padding-bottom: 8px; 
	background: #D4D4D4;
	padding: 5px;
	
	}



#logo {
	margin: 4px 0px 10px 0px;
	text-align: center;
	border-bottom: 1px solid #F1F1F1; 
	border-top: 1px solid #F1F1F1;
	background: url('3.jpg');
	font-size: large;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
	a.logoa:visited {
	text-decoration: none; 
	color: black;	
	}
	
	a.logoa:link {
	text-decoration: none; 
	color: black;	
	}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #7F7F7F;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #3C9A35;
	}
	
.clear {
clear: both;
}

#tabulka {
	border-top: 1px solid #C1C1C1; border-left: 1px solid #C1C1C1; border-right: 1px solid #C1C1C1; width: 100%;
}

#tabulka td {
	border-bottom: 1px solid #C1C1C1;
	padding: 2px;
}

.code {
        font-family: {T_FONTFACE3};
        font-size: {T_FONTSIZE2}px;
        color: {T_FONTCOLOR2};
        background-color: #EDEFF1;
        border-top: #FFFFFF 1px solid;
        border-left: #FFFFFF 1px solid;
        margin:0px;
        padding:5px 5px 25px 5px;
        border:1px inset;
        width:480px;
        overflow:auto;
        overflow-x:auto;
        overflow-y:visible;
}

input, select, textarea {
	border:1px solid #000000; border-collapse: collapse;
	background-color: #F0F0F0; 
	font-family: Verdana; 
	font-size: 11px
}