
/* General elements -------------------------- */

p {
	padding-bottom:16px;
}

p.error {
	color:#ff0000;
	font-weight:bold;
	padding:5px;
	background-color:#ffeeee;
	border: 1px solid #ff0000;
	margin-bottom:1em;
}

p.info {
	color:#ff8800;
	font-weight:bold;
	padding:5px;
	background-color:#fffeee;
	border: 1px solid #ff8800;
	margin-bottom:1em;
}

p.success {
	color:#008800;
	font-weight:bold;
	padding:5px;
	background-color:#ddeedd;
	border: 1px solid #008800;
	margin-bottom:1em;
}

div.txt-img {
	padding-bottom:16px;
}

a {
	color:#00aadd;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

#content li {
	margin:0px 0px 8px 15px;
}

#content ol {
	margin:0px 0px 12px 12px;
}

/* Footer menu ------------------------------- */

#footer_menu li {
	display:inline;
	margin:0px 5px;
}

/* Menu -------------------------------------- */

.menu_top h2 {
	font-size:14px;
	line-height:30px;
	text-align:center;
	color:#ffffff;
	margin:0px;
}

.menu_middle ul {
	margin:0px;
	padding:0px;
}

.menu_middle li {
	padding:0px 10px;
	list-style:none;
	height:32px;
	line-height:30px;
	background:url(../img/menu_item.gif) no-repeat;
}

.menu_middle li a, .menu_middle li span  {
	padding:0px 15px;
	display:block;
}

.menu_middle li a:hover, .menu_middle li.active a {
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
}

.menu_middle li.sub a {
	padding-left:25px;
	color:#000000;
}


.menu_middle li.sub_sub a {
	padding-left:50px;
	color:#555555;
}

div.portrait {
	padding:10px;
	text-align:center;
	background:url(../img/menu_item.gif) bottom no-repeat;
}

ul.sitemap li {
	list-style:none;
}

ul.sitemap li.sub {
	padding-left:20px;
}


ul.sitemap li.sub_sub {
	padding-left:40px;
}

/* Headers ----------------------------------- */

h1 {
	text-align:left;
	font-size:18px;
	line-height:20px;
	margin-bottom:20px;
	color:#1f317f;	
}

#header_text h1 {
	color:#ffffff;
	margin-bottom:10px;
}

h2 {
	text-align:left;
	font-size:16px;
	line-height:18px;	
	margin-bottom:18px;	
	color:#1f317f;
}

#header_text h2 {
	color:#ffffff;
	margin:0px;
}

h3 {
	text-align:left;
	font-size:14px;
	line-height:16px;	
	margin-bottom:16px;	
	color:#1f317f;	
}

/* Form elements ----------------------------- */

input, select {
	width:250px;
}

input.box {
	width:25px;	
}

input.submit {
	width:150px;
}

textarea {
	width:470px;
}

