* {
margin: 0;
padding: 0;
}

body {
	background: #f1f1f1 url('images/bg_main.jpg') repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #222;
	padding: 2% 0;
}

a ,a:visited {
color: #642;
text-decoration:none;
}
a:hover {
color: #963;
}

big {
font-size: 1.1em;
}

h1,h2,h3 {
color: #442;
padding: 8px 0 2px;
}

h1 {
font: normal 2.4em verdana;
}

h1 a {
text-decoration: none;
}

h1 a:hover {
text-decoration: underline;
}

h2 {
font: bold 1.6em verdana;
}

h3 {
font: bold 1.2em verdana;
}

blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}
strong {
font: bold 1.2em verdana;
}

form,table {margin-bottom: 1.2em;}
images {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}


#wrapper {
	background: #332 url(images/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 800px;
}
#container {
	background: #FBF9F4;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 800px;
}


.title {
	background: #2d2d2d;
height:40px;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

#small_navi {
	position:relative;
	top:-20px;
	right:10px;
	font-size:10px;
}

#small_navi a, a:visited {
	font-size:10px;
	text-decoration:none;
}




.header {
	width:800px;
	background: #DAD7C5 url(images/irie_head.jpg) no-repeat left bottom;
	height: 155px;
	text-align: center;
}


.navigation {
	background: #DED9D0 url(images/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(images/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-decoration: none;
float:left;
margin:0 auto;
}
.navigation a:hover,.navigation a.starter_active {background-position: bottom; color: #331;}


.main#two-columns {background: #FFF /*url(images/two-columns.gif) repeat*/;}


.footer {
background: url('images/balken.jpg') repeat-x;
height:39px;
width:800px;
margin:0 auto;
color: #EED;
}

.footer p {
padding-top:12px;
padding-left:10px;
color: #000;
}

.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}


.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 480px;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 295px;}
.content {float:left;padding: 50px 20px;}
.content a,a:visited {margin:0 auto;font-size:12px;}

.left {float: left;}
.right {float: right;width: 295px;}
.right .content {padding: 0;}


ul.block {
	/*border-top: 1px dashed #BCBAAC;*/
	margin: 4px 0;
	padding: 0;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

input, textarea, select, radio {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #E0E0E0;
	background-color: #FCFCFC;
	padding: 1px;
	color: #000000;
	overflow: auto;
	margin-bottom: 1px;
}