/**
 * CSS by Thomas Karolzyk
 * thomas@karolzyk.com
 */



















/**************************** GENERAL ***/

body {
	background: #fff url(bg/3.jpg) no-repeat;
	background-position: top center;
	margin: 0;
	color:#000;
	font-size: 14px;
	font-family: Garamond, Times, "Times New Roman,", serif;
}
* {
	margin:0;
	padding:0;
	line-height: 1.45em;
}
p {
	margin: 0 0 1em 0;
}
/**************************** LINKS ***/

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #555;
	text-decoration: none;
}
a img, img a {
	border:0
}

h2 a,
h4 a {
	text-decoration: none;
}






/**************************** LAYOUT ***/

#main {
	position: relative;
	width: 1002px;
	height: 1000px;
	margin: 0 auto;
	background: transparent url(img/bg1.png) no-repeat;
}

#header {
	position: relative;
	height: 100px;
	margin: 0 auto;
}

#content-wrap {
	position: relative;
	width:862px;
	margin: 0 auto;
}

#footer {
	position: relative;
	width:862px;
	margin: 90px auto 30px auto;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	font-size: 9px;
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	position: absolute;
	top: 14px;
	left: 74px;
}

#flag {
	position: absolute;
	top: 12px;
	right: 85px;
	display:none;
}


#start-left {
/* 	width: 370px; */
	width: 520px;
	float:left;
	margin: 20px 0 0 10px;
}

#start-right {
	width: 220px;
	float:right;
	margin: 20px 10px 0 0;
}

#content-main {
	width: 520px;
	float:left;
	margin: 0 0 0 2px;
}

#content-main ul {
	margin: 0 0 0 18px;
}

#sidebar {
	width: 220px;
	float:right;
	margin: 0 10px 0 0;
	padding: 55px 0 0 0;
}

#keyvisual {
	position: relative;
	margin: 0 0 25px 0;
/*
	height:327px;
	overflow:hidden;
*/
}

.sidebar-item {
	font-size: 11px;
}

.quote {
	font-style: italic;
	font-size: 15px;
	color: #565656;
	line-height: 1.5em;
	margin-bottom: 2px;
}

.quote-person {
	font-style: normal;
	color: #111;
	font-size: 11px;
	text-align: right;
	margin-bottom: 30px;
	padding-top:3px;
}

.container-person img {
	margin: 12px 0;
}

.back-link a {
	font-weight:bold;
}

.back-link {
	display:block;
	padding: 20px 0;
}

/**************************** FORMS ***/

input {
    font-size: 1em;
}
textarea {
    font-size: 1em;
}
select {
    font-size: 1em;
}

/**************************** HEADER ***/

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
	color: #000;
	line-height: 1.2em !important;
}

h1 {
	font-size: 40px;
	line-height: 1.1em !important;
/* 	font-style: italic; */
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 9px 0 5px 0;
}


h1.news {
	margin: 0 0 0px 0 !important;
	padding: 0;
}

h1.news a {
	font-size: 17px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

h2, h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 18px 0 18px 0;
	color: #000;
}

h3 {
	border-bottom: 1px dotted #ccc;
	padding: 6px 0 5px 0;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	color: #656565;
	margin: 0 0 5px 0;
/* 	text-transform: uppercase; */
}

h5 {
	margin: 12px 0;
}

/**************************** NAVIGATION ***/

/* LEVEL 1 */

#navigation1 {
	position: absolute;
	top: 51px;
	right: 73px;
}

#navigation1 ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#navigation1 ul li {
	display: inline;
	margin: 0 0;
	padding: 0 10px;
}

#navigation1 ul li a {
	color: #000;
	font-weight: bold;
	font-size: 17px;
/* 	text-transform: uppercase; */
	text-decoration: none;
}

#navigation1 ul li.active a {
/* 	color:#dde524; */
	text-decoration:underline;
	font-weight: bold;
}


/* LEVEL 2 */

#navigation2 {
	position: absolute;
	top: 72px;
	right: 78px;
}

#navigation2 ul {
	list-style: none;
}

#navigation2 ul li {
	display: inline;
	margin: 0 0;
	padding: 0 3px;
}

#navigation2 ul li a {
	color: #333;
	font-weight: normal;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1px 2px;
}

#navigation2 ul li.active a {
	padding: 1px 2px;
	color: #000;
	font-weight:bold;
/* 	background-color: #000; */
/* 	text-decoration: underline; */
}


/**************************** STUFF ***/

.clear {
	clear: both;
}


/**************************** TEMP ***/

.mod-news-detail-image  {
	width: 130px !important;
	float:right;
	margin: 25px 0 10px 20px;
}




/* copy+paste
#div_absolute {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}
#div_relative {
	position: relative;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}
*/

