@import url(typo3.css);

html {
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	min-height: 100%;
	font-size: 0.8em;
	color: #646464;
	background-color: #fff;
	background-image: url(../../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}


/*
L A Y O U T
*/

div#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	min-height: 100%;
	width: 990px;
	background-image: url(../../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
div#container_inner {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-image: url(../../images/bg_container_inner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#header {
	margin: 0px 35px 0px 35px;
  	padding: 0px;
	height: 225px;
	background-color: #fff;
	background-image: url(../../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
	div#top {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		height: 40px;
	}
		div#address {
			margin: 0px;
			padding: 15px 0px 0px 0px;
			float: left;
			display: inline;
			width: 710px;
			font-size: 10px;
			line-height: 20px;
			text-align: right;
		}
		div#searchcontainer {
			margin: 0px;
			padding: 15px 0px 0px 0px;
			float: right;
			display: inline;
			width: 210px;
		}
	div#headercontent {
		margin: 0px;
		padding: 0px;
		height: 150px;
	}
		div#logo {
			margin: 0px;
			padding: 0px;
			float: left;
			display: inline;
			width: 210px;
		}
		div#headerimage {
			margin: 0px;
			padding: 0px;
			float: right;
			display: inline;
			height: 150px;
			width: 700px;
			overflow: hidden;
		}
		div#headerimage ul, div#headerimage li{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
	div#topnavi {
		margin: 0px;
		padding: 0px;
		height: 35px;
		clear: both;
		background-color: #fff;
		background-image: url(../../images/bg_topnavi.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
div#main {
	clear: both;
	height: 1%;
	margin: 0px 35px 0px 35px;
  	padding: 0px;
	background-color: #fff;
	background-image: url(../../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 20px solid #fff;
}
	
div#leftcol {
	margin: 0px;
  	padding: 20px 0px 0px 0px;
	float: left;

	width: 220px;
}

div#maincol {
	margin: 0px 0px 0px 0px;
  	padding: 0px;
	float: left;

	width: 490px;
	overflow: hidden;
}

	div#position-navi {
		margin: 0px 15px 0px 15px;
		padding: 0px;
		height: 20px;
		font-size: 11px;
	}
	div#content {
		margin: 0px 15px 0px 15px;
	  	padding: 0px;
	
	}

div#rightcol {
	margin: 0px 0px 0px 0px;
  	padding: 20px 0px 0px 0px;
	width: 210px;
	float: right;

	overflow: hidden;
}

	div#rightcontent {
		margin: 0px 15px 0px 15px;
		padding: 0px;
	}

div#footer {
	margin: 0px;
  	padding: 0px;
	height: 92px;
	background-color: #fff;
	background-image: url(../../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	
.author {
	display: none;
}

/*
############# MENU ##############
*/

#topnavi ul {
	margin: 0px;
  	padding: 0px 0px 0px 15px;
	list-style: none;
}
#topnavi li {
	margin: 0px 15px 0px 0px;
  	padding: 0px 15px 0px 0px;
	list-style: none;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-family: Georgia,"Times New Roman",serif;
	background-image: url(../../images/bg_topnavi_item.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu {
	margin: 0px 15px 0px 15px;
  	padding: 0px;
}
.menu ul {
	margin: 0px;
  	padding: 0px;
	list-style: none;
}
.menu li {
	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 5px;
	list-style: none;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #969696;
}
.menu li.act {
	font-weight: bold;
}
.menu li.level2 {
	margin: 0px;
  	padding: 0px 0px 0px 27px;
	list-style: none;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 0px;
	background-color: transparent;
	background-image: url(../../images/bg_menuitem_level2.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 3px;
}
.menu li.act2 {
	color: #000;
}
.menu li:hover {
	background-color: #e6e9eb;
}


/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #669933;
}
a:hover {
	text-decoration: underline;
}

#leftcol a:link, #leftcol a:visited, #leftcol a:active, #leftcol a:hover {
	color: #646464;
	text-decoration: none;
}
#leftcol .menu li.act2 a:link, #leftcol .menu li.act2 a:visited, #leftcol .menu li.act2 a:active, #leftcol .menu li.act2 a:hover {
	color: #000;
}
#leftcol .menu li:hover a:link, #leftcol .menu li:hover a:visited, #leftcol .menu li:hover a:active, #leftcol .menu li:hover a:hover {
	color: #669933;
}

#topnavi a:link, #topnavi a:visited, #topnavi a:active, #topnavi a:hover {
	color: #646464;
	text-decoration: none;
}
#topnavi li:hover a:link, #topnavi li:hover a:visited, #topnavi li:hover a:active, #topnavi li:hover a:hover {
	color: #669933;
}
#topnavi li.act a:link, #topnavi li.act a:visited, #topnavi li.act a:active, #topnavi li.act a:hover {
	color: #000;
}

.news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color: #006b6e;
}
.news-list-item h3 a:hover{
	color: #669933;
}

.tx-indexedsearch .tx-indexedsearch-res h3 a:link, .tx-indexedsearch .tx-indexedsearch-res h3 a:visited, .tx-indexedsearch .tx-indexedsearch-res h3 a:active, .tx-indexedsearch .tx-indexedsearch-res h3 a:hover{
	
}

a:link.download, a:visited.download, a:active.download, a:hover.download {
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	background-image: url(../../images/icon_download.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* FORMAT */
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 100%;
}

h1 {
	margin-bottom: 20px;
	font-size: 190%;
	font-weight: normal;
	color:#006b6e;
}

h2 {
	font-size: 125%;
	letter-spacing:1.0px;
	color: #669933;
}

h3 {
	font-size: 125%;
	color: #006b6e;
}

h4, h5, h6 {
	font-size: 110%;
	color: #669933;
}
/*
#rightcontent h1, #rightcontent h2, #rightcontent h3 {
	padding-left: 10px;
	width: 175px;
	height: 30px;
	line-height: 30px;
	font-family: Arial;
	font-size: 14px;
	color: #646464;
	background-image: url(../../images/bg_header_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
}
*/
#rightcontent h1, #rightcontent h2, #rightcontent h3 {
	padding: 5px 10px 5px 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	color: #646464;
	background-image: url(../../images/bg_header_right2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;

}


.bodytext, p {
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#content .bodytext, p {

}

#rightcontent p {
	font-size: 0.9em;
}

div#content td {
	font-size: 12px;
}
.contenttable td {
	margin: 0px;
	padding: 3px;
}
.contenttable p {
	margin: 0px;
	padding: 0px;
}


/* FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset { margin: 0px; padding: 0px; border: 0px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; }
legend { padding: 0 .8em 0 .8em; }
legend+* { margin-top: 1em; }
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em; }
form div { margin-bottom: .8em; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }

#mailform textarea {
	width: 400px;
}
#mailformdata[tt_board][NEW][subject] {
	width: 400px;
}


/*
input {
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
select {
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
.submitbutton {
	background-color:#999;
	color: #fff;
	font-weight: bold;
	border: 1px solid #f29980;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
	border-color: #888888;
	outline-color: #dddddd;
	outline-style: solid;
	outline-width: 2px;
}
textarea, input[type="text"], input[type="password"] {
	padding-top: 0.1em;
	padding-right: 0pt;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover {
	border-color: #aaaaaa;
}
*/


div#searchbox input {
	font-size: 11px;
}

/* ##################################### */

img {
	margin: 0px;
	border: 0px;
	background: none;
}

div#content ul {
	line-height: 1.5em;
}

div#content li {
	margin-bottom: 5px;
}

.important {
	color: #e5322c;
}

.csc-frame-rulerAfter {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	border: 0px solid #c5ccda;
	border-top-width: 1px;
}



/* ##################################### */

ul.sitemaplist {
	margin: 0px;
	padding: 0px;
}

li.sitemaplevel1 {
	list-style: none;
	margin: 0px;
	padding: 3px;
	margin-bottom: 15px;
	background-color: #FDF5DA;
	font-size: 1em;
	color: #002255;
	background-color: #eff0f5;
	border: 0px solid #ccd3dd;
	border-bottom-width: 1px;
}
li.sitemaplevel2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	padding-left: 25px;
}
li.sitemaplevel3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	font-size: 0.9em;
}
li.sitemaplevel4 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	font-size: 0.9em;
}




/* searchbox */

div#search {
	margin: 0px 0px 0px 80px;
	width: 120px;
	height: 18px;
	padding: 0px;
	background: url(../../images/bg_search.png) 0 0 no-repeat;
}
div#search input {
	width: 93px;
	height: 14px;
	padding: 2px 2px 2px 7px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 75%;
}
div#search:hover  {
	background: url(../../images/bg_search.png) 0 -18px no-repeat;
}
div#search:hover input, div#search input:focus {
	color: #000000;
}
div#search div.searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(../../images/bg_searchbox.png) 0 0 no-repeat;
}
div#search div.searchbox:hover  {
	background: url(../../images/bg_searchbox.png) 0 -18px no-repeat;
}
div#search div.searchbox:hover input, div#search div.searchbox input:focus {
	color: #000000;
}
div#search div.searchbox input {
	width: 84px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	display: inline;
	color: #646464;
	font-size: 11px;
}
div#search div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	display: inline;
	cursor: pointer;
	line-height: 0px;
	background: url(../../images/search_button.png) 0 0 no-repeat;
}


/* loginbox */

form#loginbox span {
	display: block;
	margin: auto;
	overflow: visible;
}

form#loginbox span.username {
	padding-bottom: 10px;
}

form#loginbox span.submitbutton button {
	margin-left: 5px;
	height: 20px;
	width: 21px;
	padding: 0px;
	border: none;
	background: url(../../images/bg_login_button.png) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}
form#loginbox span.submitbutton button:hover {
	background: url(../../images/bg_login_button.png) 0 -20px no-repeat;
}

form#loginbox span.username input {
	width: 105px;
	height: 16px;
	padding: 4px 0px 0px 30px;
	border: none;
	outline: none;
	color: #646464;
	font-size: 75%;
	background: url(../../images/bg_username.png) 0 0 no-repeat;
}
form#loginbox span.username input:hover, form#loginbox span.username input:focus {
	background: url(../../images/bg_username.png) 0 -20px no-repeat;
	color: #000;
}

form#loginbox span.password input {
	width: 105px;
	height: 16px;
	padding: 4px 0px 0px 30px;
	border: none;
	outline: none;
	color: #646464;
	font-size: 75%;
	background: url(../../images/bg_password.png) 0 0 no-repeat;
}
form#loginbox span.password input:hover, form#loginbox span.password input:focus {
	background: url(../../images/bg_password.png) 0 -20px no-repeat;
	color: #000;
}


.tx-balticacademy-pi1-listrow th, .tx-balticacademy-pi1-listrow td {
	padding:5px;
}


.indent {
	margin-left: 25px;
}

#rightcontent .csc-textpic-clear {
	margin-bottom: 10px;
}
