/* Start of CMSMS style sheet 'tempus' */
/* Start of CMSMS style sheet 'tempus' */
body {
	background: white url('/images/tempus-background.png') repeat-x;
	text-align: center;
	font-size: 80%;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	color: #464646;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	font-style: normal;
}

p {
	margin: .7em 0;
}

strong {
	font-weight: bold;
}

i,em {
	font-style: italic;
}

.screenhide {
	display: none;
}

h2 {
margin: 1em 0;
}

table,td {
border: 1px solid silver;
padding: 5px;
}


a {
color: gray;
}
a:hover {
color: black;
}

#canvas {
	width: 1005px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: transparent url('/images/canvas-shadow.png') repeat-y top left;
}


#innercanvas {
	width: 945px;
	left: 25px;
	float: left;
	position: relative;
	border-left: 5px white solid;
	border-right: 5px white solid;
	background-color: white;
}

#header {
	margin-top: 7px;
	height: 214px;
	position: relative;
	z-index: 80;
}

/* MAIN MENU */

#mainmenu, #mainmenu ul, #mainmenu ul li,  #mainmenu ul li span {
	height: 47px;
}


#mainmenu-container {
	position: absolute;
	top: 168px;
	width: 100%;
	z-index: 90;
	
}

ul.mainmenu {
	display: block;
	float: left;
	list-style: none;
	z-index: 90;
	position: relative;
}

ul.mainmenu li {
	display: block;
	float: left;
	text-align: rigth;	
	width: 165px;
	background-color: transparent;
	position: relative;
	z-index: 99;	
}

ul.mainmenu li a.mainmenu-link {
	text-align: right;
	float: left;
	width: 165px;
	height: 46px;
	text-transform: uppercase;
	color: white;
	background: transparent url('/images/mainmenu-shade.png') repeat-x bottom center;	
}

ul.mainmenu li a span {
	margin-top: 5px;
	position: relative;
	right: 14px;
	top: 8px;
	color: #3a4088;
}



#mainmenu-shade {
	display: none;
}

ul.mainmenu li.parent { background-color: #f7f2ff; }
ul.mainmenu li.tempus { background-image: url('/images/mainmenu-tempus-bg.png'); background-color: transparent; }
ul.mainmenu li.erasmus-mundus { background-image: url('/images/mainmenu-erasmus-mundus-bg.png'); background-color: transparent; }
ul.mainmenu li.ostali { background-image: url('/images/mainmenu-ostali-bg.png'); font-size: 90%; background-color: transparent; }
ul.mainmenu li.konkursi { background-image: url('/images/mainmenu-konkursi-bg.png'); background-color: transparent; }
ul.mainmenu li.kontakt { 
	background: transparent url('/images/mainmenu-shade.png') repeat-x bottom center;	
	width: 285px;
	background-color: white;
}

ul.mainmenu li.tempus span, ul.mainmenu li.erasmus-mundus span, ul.mainmenu li.ostali span, ul.mainmenu li.konkursi span { 
	color: white;
}
ul.mainmenu li.kontakt a { 
	width: 100px;
	position: relative;
	left: 185px;
	background: none;
}

ul.mainmenu li.home {
width: 40px;
text-indent: -2000px;
background: transparent url('/images/home.png') top center;
}

ul.mainmenu li.home a {
width: 40px;
}

ul.mainmenu li.home a span {
width: 40px;
font-size: 0px;
display:block;
line-height: 0px;
text-indent: -2000px;
overflow: hidden;
}



/* DROP DOWN MENU */

ul.dropdown-menu {
	background: transparent url('/images/dropdown-menu-shade.png') no-repeat bottom right;
	float: left;
	color: white;
	height: 100%;	
	z-index: 99;
	display: none;
	padding: 5px 0;
}

ul.dropdown-menu li {
	float: left;
	margin: 0;
	width: 155px;
	
}
ul.dropdown-menu li a {
	display: block;
	text-align: right;
	margin: 7px 0px;
	float: right;
	color: white;
	text-transform: uppercase;
}


/* LOGO AREA */

#logoarea h1 {
	display: none;
}

#logoarea {
	background: transparent url('/images/logo-bg.png');
	width: 263px;
	height: 168px;
	float: right;
	position: relative;
	z-index: 200;
}

#logoarea .logoimg {
	background: transparent url('/images/tempus.png') no-repeat;
	width: 125px;
	height: 126px;
	position: relative;
	top: 20px;
	left: 70px;
}

#page {
	width: 100%;
	float: left;
	z-index: 1;
	background: white url('/images/column-bg.png') repeat-y right top;
}

/* FOOTER */

div.hr {
	width: 100%;
	background: transparent url('/images/hr.png') no-repeat center top;
	float: left;
	height: 15px;
	border: 0;
}

#footer {
	background-color: white;
	width: 100%;
	float: left;
	padding-bottom: 50px;	
	padding-top: 10px;
font-size: 80%;
}

#footer address {
	float: left;
	margin-left: 15px;
}

#footer ul {
	float: right;
	list-style: none;
}

#footer ul strong a {
	font-weight: bold;
}

.whitespace {
	background-color: white;
	float: left;
	width: 100%;
}

/* MAIN */
#main  {
	width: 682px;
	float: left;
overflow: hidden;
}

#column {
	width: 263px;
	float: right;
	height: 100%;
/*d	background: white url('/images/column-bg.png') repeat-y left top;*/
}

/*d #main, #column {
	margin-bottom: -20000px;
	padding-bottom: 20000px;
}*/

/* RIGHT COLUMN */

.columnbox {
	float: left;
	margin-top: 15px;
	padding-left: 15px;
	width: 228px;
	position: relative;
	
}

#column h2 {
	font-size: 140%;
	font-weight: normal;
	text-align: center;
}

body.color-00ca9c #column h2 { color: #00ca9c; }


/* TEASERS */
.teaser-fullpage {
	width: 100%;
}

.teaser-halfpage {
	width: 50%;
	float: left;
}

.teaser-halfpage p {
	padding-right: 10px;
}


div.teaser h2 {
	font-family: sans-serif;
	margin-top: 1em;
	font-size: 160%;
}

p.date {
	background: transparent url('/images/date-bullet.png') left center no-repeat;
	padding-left: 15px;
	font-size: 90%;
}
span.date {
	font-size: 80%;
	font-variant: small-caps;

}

span.readmore a {
	font-variant: small-caps;
}

/* Scroll container */
div.scrollcontainer {
	background: white url('/images/scrollcontainer-bg.png') no-repeat top center;
	width: 100%;
	float: left;
	height: 205px;
	position: relative;
	margin: 20px 0 40px 0;
}

div.scroller {
	width: 580px;
	position: relative;
	height: 210px;
	top: 10px;
	overflow: hidden;
}

div.scrollinnercontainer {
	position: relative;
	left: 40px;
}

div.scrollcontainer ul {
	float: left;
	list-style: none;
	position: relative;
	height: 205px;
	width: 9999px;
}

div.scrollcontainer ul li {
	float: left;
	display: block;
	height: 205px;	
	width: 145px;
	text-align: center;
}

div.scrollcontainer div.scrollarrow-left, div.scrollcontainer div.scrollarrow-right {
	position: absolute; 
	top: 80px;
	height: 35px;
	width: 35px;
	text-indent: -9999px;
	background: transparent no-repeat center center;
	cursor: pointer;
}

div.scrollcontainer div.scrollarrow-left {
	left: -5px;
	background-image: url('/images/scroll-left-arrow.png');
}

div.scrollcontainer div.scrollarrow-right {
	right: -5px;
	background-image: url('/images/scroll-right-arrow.png');
}

div.scroller h3 {
	position: relative;
	bottom: 0;
}

.readmore {
    display: none;
}

/* MINI CALENDAR */

.mini-calendar ul {
	list-style: none;
	position: relative;
}

.mini-calendar ul li {
	position: relative;
	left: 65px;
	width: 180px;
	margin-top: 15px;
	
}

.mini-calendar ul li span.date {
	position: absolute;
	left: -65px;
	top: 5px;
	width: 48px;
	height: 48px;
	background: silver url('/images/mini-calendar-date-stencil.png') center center no-repeat;
	font-family: "Palatino", serif;
	font-variant: normal;
	text-transform: lowercase;
	text-align: center;
}

.mini-calendar ul li span.month {
	position: relative;
	top: 6px;
	font-size: 13px;	
}


.mini-calendar ul li span.day {
	position: relative;
	top: 5px;
	font-size: 16px;
	font-weight: bold;
}

.mini-calendar ul li a {
	color: silver;
}

.mini-calendar h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
}

/* HIGHLIGHT */

div.highlight {
	background: #00ca9c url('/images/highlight-stencil.png') no-repeat top right;
	width: 210px;
	height: 62px;
	float: right;
	right: -33px;
	top: 10px;
	position: relative;
}

p.highlight {
	top: 10px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	width: 210px;
	position: absolute;
	float: right;
	right: -33px;
}

p.highlight a {
	color: white;
	text-shadow: 0.5px 0.5px brown;
}

/* BANNERS */

div.banners {
	background: white url('/images/banner-shade.png') no-repeat center left;
	min-height: 270px;
	width: 259px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

div.banners ul {
	list-style: none;
	position: relative;
	left: 3px;
}

div.banners li {
	float: left;
	margin-left: 9px;
}

/* SUBMENU */

div.submenu {
	float: left;
	width: 100%;
	height: 46px;
	background: transparent url('/images/submenu-stencil.png') repeat-x;

}

div.submenu ul {
	height: 40px;
	list-style: none;
	float: left;
}

div.submenu ul li {
	float: left;
	line-height: 35px;
}

div.submenu ul li a {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	font-variant: small-caps;
	color: white;
	background: transparent url('/images/submenu-bullet.gif') no-repeat center left;
	
}

div.submenu ul li > a {
	background: transparent url('/images/submenu-bullet.png') no-repeat center left;
}


ul.dropdown-submenu {
	list-style: none;
	float: left;
	opacity: 0.96;
	background: #ffa20e url('/images/subsubmenu-stencil.png');
	width: 682px;
	position: relative;
	top: -7px;
}

ul.dropdown-submenu li {
	float: left;
	line-height: 38px;
}


ul.dropdown-submenu li a {
	padding-left: 15px;
	margin-left: 10px;
	background: transparent url('/images/submenu-circle.gif') no-repeat center left;
	color: #d98a0b;	
}

ul.dropdown-submenu li > a {
	background: transparent url('/images/submenu-circle.png') no-repeat center left;
}

ul.dropdown-submenu li a:hover {
	background-image: url('/images/submenu-circle-full.gif');
}

ul.dropdown-submenu li > a:hover {
	background-image: url('/images/submenu-circle-full.gif');
}

ul.dropdown-submenu li a.selected {
	background-image: url('/images/submenu-circle-full.gif');
}

ul.dropdown-submenu li > a.selected {
	background-image: url('/images/submenu-circle-full.png');
}


div.submenu ul li a.selected {
	background-image: url('/images/submenu-circle-full.gif');
}

div.submenu ul li > a.selected {
	background-image: url('/images/submenu-circle-full.png');
}


div.submenu ul li a.hover {
	background-image: url('/images/submenu-circle.gif');
}

div.submenu ul li > a.hover {
	background-image: url('/images/submenu-circle.png');
}


div.subsubmenu {
	float: left;
}

body.ostali .submenu li a {
font-size: .8em;
margin-right: 0;
padding-left: 10px;
}

body.konkursi .submenu li a {
font-size: .8em;
margin-right: 0;
padding-left: 10px;
}


/* HEADER IMAGES */

.header-image {
	height: 214px;
	position: absolute;
	width: 945px;
	z-index: 8;
	overflow: hidden;
}

.header-image img {
	position: absolute;
	left: 0;
	top: 0;
}

/* REGULAR CONTENT */

#main .inside {
	padding: 0 15px 10px 7px;
	line-height: 1.4em;
	float: left;
overflow:hidden;
}

#main .inside h3 {
	margin: 1em 0;
	font-weight: bold;
}


#main .inside p {
	margin: 1em 0;
}

#main .inside ul,#main .inside ol {
	margin: 1em 30px;
}
#main .inside li {
	margin: .5em 0;
}

#main .inside .text-column {
	float: left;
	width: 50%;
}

#main .inside .text-column h3 {
	border-bottom: 1px solid silver;
	width: 90%;
}


#main .inside .entrefilet {
	float: right;
	width: 250px;
	padding: 10px;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid silver;
}

/* STEPS */

#main .inside h3.step, #main .inside h4.step, #main .inside h2.step {
	display: block;
	width: 80px;
	height: 64px;
	line-height: 64px;	
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-align: center;
	font-size: 32px;
	color: #00ca9c;
	background-color: yellow;
	background: #00ca9c url('/images/step-stencil.png') no-repeat center center;
	font-weight: normal;
}

#main .inside h3.step-heading {
font-size: 24px;
font-weight: normal;
line-height: 64px;
margin: 0;

}
	
#main .inside p.step, #main .inside li.step {
	margin-left:90px;
	min-height: 64px;
	font-weight: bold;
	position: relative;
	top: 0.8em;
        font-size: 1.2em;
}

.mini-calendar h3 {
text-align: left;
}

/* BUTTON */
p.button {
	float: left;
	font-size: 1.4em;
	color: #FFAC25;


}

p.button a {
	color: #7A1BFF;
	text-shadow:1px 0.5px #FF5353;
}

p.button a:hover {
	text-shadow: none;
	position: relative;
	top: 1px;
	left: 0.5px;
}

/* PROJECTS */

.project-label {
font-style: italic;
}

.project-value {
color: black;
}

.readmore a {
color: #de0000;
}

/* MAILING LIST */

form #email {
	width: 220px;
	font-size: 1.4em;
	padding: 5px;
	color: silver;
	border: 1px solid silver;
}
form #list {
	width: 220px;
	border: 1px solid silver;
}

form .processing {
	width: 180px;
	font-size: 1.6em;
	border: 1px solid silver;
	padding: 10px 15px;
}

div.hiddenform {
	display: none;
}
/* LANGUAGE SWITCH */

div.language ul {
	float: right;
	list-style: none;
}

div.language ul li {
	float: left;
	width: 36px;
	height: 18px;
}
/* SEARCH PROJECTS */

.search-projects {

}

.search-projects input {
border: 1px solid silver;
width: 300px;
font-size: 1.3em;
padding: 5px 5px;
}

.search-projects .s input {
font-weight: normal;
padding: 4px 10px;
width: 100px;
border-color: #FFAC25;
color: #FFAC25;
}

div#main .inside img {
padding: 7px;
border: solid 1px silver;
margin-left: 5px;
}

div#main .inside div.scroller ul li img {
border: 0;
padding: 0;
}
/* End of 'tempus' */


/* End of 'tempus' */

