#stranka {
	position: relative;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
   
body {
	  BACKGROUND: url(img_intro/back.jpg) repeat-x top left;
        background-color: #4D0A09;
	font-size: 12px;
	font-family: Times New Roman;
}

p {
	padding: 0px;
	margin: 0px;
}




h2 {
	padding: 0px;
	margin: 0px;
	color: #03105D;
	font-style: italic;
        font-size: 18px;
}

h3 {
	padding: 0px;
	margin: 0px;
	color: #1C76BB;
	font-size: 16px;
}

/************* TOP *************/

#top_intro {
	BACKGROUND: url(img_intro/top.jpg) no-repeat;
	width: 1000px;
	height: 160px;
}


/************* MAIN *************/

#main_intro {
	BACKGROUND: url(img_intro/main.jpg) repeat-y top left;
	width: 760px;
        height: 570px;
        float: left;
}


/************* LEFT *************/

#left_intro {
        BACKGROUND: url(img_intro/left_main.jpg) top left;
        width: 120px;
         height: 570px;
	float:left;
}

/************* RIGHT *************/

#right_intro {
        BACKGROUND: url(img_intro/right_main.jpg) top left;
        width: 120px;
         height: 570px;
	float:left;
}



/************* CONTENT *************/

#content {
	width: 643px;
	float: right;
        padding-bottom: 60px;
}

#content h1 {
	padding: 0px;
	margin: 0px;
	color: #03105D;
	font-size: 22px;
        font-weight: bold;
}

.content_text img {
	width: 185px;
        height: 135px;
	float: right;
        padding: 8px 8px 8px 8px;
        border: 1px solid #C4D4D1;
        margin: 0px 0px 20px 30px;
}

.content_text {
	padding-left: 20px;
	padding-right: 25px;
	text-align: justify;
        color: #35407D;
}


/************* LANGUAGES *************/

#lang_intro {
        BACKGROUND: url(img_intro/lang.jpg) repeat-y top left;
        width: 1000px;
        height: 47px;
	float:left;
}

.mutace {
	padding: 0px;
	border: 0px;
}

/************* TXT *************/

#txt_intro {
        BACKGROUND: url(img_intro/txt.jpg) repeat-y top left;
        width: 1000px;
        height: 103px;
	float:left;
        font-size: 17px;
        color: #5F0C0C;
}

#txt_intro_de {
        BACKGROUND: url(img_intro/txt_DE.jpg) repeat-y top left;
        width: 1000px;
        height: 103px;
	float:left;
        font-size: 17px;
        color: #5F0C0C;
}

#txt_intro_en {
        BACKGROUND: url(img_intro/txt_EN.jpg) repeat-y top left;
        width: 1000px;
        height: 103px;
	float:left;
        font-size: 17px;
        color: #5F0C0C;
}
.prvni_pismeno {
	font-size: 21px;
	font-weight: bold;
}

/************* TEXT *************/

#text {
        padding-top: 10px;
        width: 1000px;
        text-align: center;
	float:left;
        font-weight: bold;
}


#text a {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        border: 0px;
	color: #5F0C0C;
}

#text a:hover {
        font-weight: bold;
        text-decoration: none;
        color: #5F0C0C;
}

.prvni_pismeno2 {
	font-size: 18px;
	font-weight: bold;
}

/************* FOOTER *************/

#footer_intro {
	BACKGROUND: url(img_intro/bott.jpg) no-repeat;
	width: 1000px;
	height: 120px;
	float:left;
	clear: both;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
}

.footer_text {
	padding-top: 22px;
	padding-left: 25px;
}

.footer_text a {
	color: #56AAEA;
	text-decoration: underline;
}

.footer_text a:hover {
	color: #56AAEA;
	text-decoration: none;
}


/************* PROLINANI OBRAZKU *************/


#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


#imageContainer {
	position:relative;
	margin:auto;
	width:760px;
	border:none;
}

/* styles unrelated to the application follow */
h1 {
	position:relative;
	font:1em verdana;
}


