/* =======================
#    www.rtu.lv
#    Styles for site structure
#    © KSP, 2004
======================= */

/* --- Generic elements --- */

BODY {
	margin : 0;
	padding : 0;
	background-color : white;
}


/* --- Container elements --- */

/* Visus lapas elementus ietverošais elements */
div#root {
	width: 960px;
	margin : 0 auto;
	padding : 0;
	border-left:1px solid #C5C4C2;
	border-right:1px solid #C5C4C2;
	border-top: none;
	border-bottom:none;
}

/* Lapas augšējā tituljosla, kurā ir RTU nosaukums un logo */
div#title {
	margin : 0;
	padding : 0;
	background-color:#F4F4F2;
	float:left;
	height:88px;
	width:100%;
}
div#top-left {
	float:left;
	height:78px;
	width:560px;
	margin: 10px 0 0 10px;
}
div#top-right {
	float:right;
	height:88px;
	width:390px;
	text-align:right;
}
div#top-right form {
	float:right;
	width:360px;
	padding:0 10px;
	text-align:right;
}
div#top-right form#language-select {
	float:right;
	width:130px;
	padding:0;
	margin-right:10px;
}
div#top-right form img {
	position:relative;
	bottom:-4px;
}
#link-home a,
#link-home a:link,
#link-home a:active,
#link-home a:hover,
#link-home a:visited {
	font-weight:bold;
	font-size:14px;
	color:#003663;
	text-decoration:none;
}


#left_middle_right {
	width:100%;
	float:left;
	min-height:540px;
	margin-top:26px;
	margin-bottom:6px;
	background:transparent url(../images/RTU_lauva_right.png) no-repeat scroll left bottom;
}

#left_middle {
	float:left;
	min-height:540px;
	padding-left:2px;
	width:731px;
}
#left {
	float:left;
	min-height:540px;
	padding:0 1px;
	width:175px;
}
#middle {
	border-color:#E2BFBF #CBCAC8 #CBCAC8;
	border-style:solid;
	border-width:1px;
	float:right;
	line-height:18px;
	padding:6px 12px;
	text-align:justify;
	width:528px;	
}
#right {
	float:right;
	margin-left:3px;
	width:209px;
	padding: 8px 6px 0 0;	
}

/* Reklāmas laukuma specifikācija.
Tas var atrasties lapas kreisajā pusē 3. līmeņa navigācijas bloka vietā */
div#reklama {
	padding: 0;
	margin: 0;
	border: 1px solid #007ED5;
	background-color: #036;
	text-align: center;
}
div#frontpage-links {
	width:528px;
	height:20px;
	margin-top:18px;
	padding:0;
	font-size:10px;
	background:#FFFFFF url(../images/src-btn.png) repeat-x scroll left bottom;
}
div#frontpage-links p {
	margin:0;
	padding:0;
} 
div#frontpage-links a, 
div#frontpage-links a:link, 
div#frontpage-links a:active, 
div#frontpage-links a:visited {
	color:black;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	padding: 0 15px 0 5px;
}
div#frontpage-links a:hover {
	color:#9D1F1F;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	padding: 0 15px 0 5px;
}
div#banner {
	width:528px;
}
	
/* Bloks, kurā ir saites uz lapas karti un izdrukas versiju */
div#print_map {
	padding: 0;
	margin: 2px 0 0 40px;
}

/* Pamatteksta ietverošais bloks, kurš sākas zem lapas virsraksta un izplešas visā lapas platumā. */
div#main {
	padding: 0;
	margin: 0;
}

/* Satura bloks, kurš teksta sleju atbīda no kreisās malas */
div#content {
	margin: 0;
}

/* Paša teksta bloks. Nosaka teksta slejas platumu.
Nepieciešams, lai nodrošinātu korektu platuma attēlojumu
visās pārlūkprogrammās */
div#teksts {
	margin:0;
	padding:0;
}

/* Lapas apakšdaļa, kurā ir RTU adrese un e-pasts */
div#footer {
	clear: both;
	width:100%;	
	margin-top:5px;
	height:30px;
	background:transparent url(../images/bottom-bg.png) repeat-x scroll 0 0;
	line-height:24px;
	padding:0;
}
div#footer-left {
	border-top:3px solid #8D0000;
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 3px;
}
div#footer-right {
	border-top:3px solid #8D0000;
	float:right;
	margin:0 10px 0 0;
	padding:0 3px 0 0;
}
/* --- Graphic elements --- */

/* Fonā iestrādātā RTU ģērboņa attēls */
img#gerbonis {
	margin : 0;
	padding : 0;
	position : absolute;
	top : 0px;
	left : 0px;
	z-index: 1;
	height: 98px;
}

/* Lapas ilustrācijas attēla pozicionējums.
Ilustrācija ir mazais attēls, kurš atrodas labajā malā pie 
navigācijas */
img#foto {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -20px;
	right: 8%;
	border : 1px solid #09F;
}
