@charset "UTF-8";
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	height: 100%;
}
#header {
	height: 103px;
	background-image: url(../img/logo_utanflik.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#spacer {
	float: left;
	width: 270px;
}
#image_header {
	width: 858px;
	height: 225px;
	text-align: left;
	margin-left: 4px;
	padding-top: 0px;
	margin-top: 0px;
}


/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}


/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../img/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../img/radio.gif) no-repeat left bottom;
}



/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../img/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../img/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../img/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../img/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../img/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../img/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../img/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}



/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
.style_1 {
	font-size: 10px;
	line-height: 16px;
	background-position: top;
}

.readmore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	float: right;
	width: 71px;
	background-repeat: no-repeat;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
}
.readmore a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	float: right;
	width: 71px;
	background-repeat: no-repeat;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-left: 8px;
}



#left_mid {
	width: 400px;
	float: left;
	background-image: url(../img/bg_mitt.jpg);
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #1C2222;
	background-repeat: repeat-x;
	padding: 10px;
	font-weight: lighter;
}
#content {
	background-color: #FFFFFF;
	width: 826px;
	margin-left: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-left: 30px;
	height: 100%;
	padding-bottom: 20px;
}
#left {
	float: left;
	width: 535px;
	padding-right: 15px;
}
#right {
	float: right;
	width: 275px;
	text-align: right;
}
#fade {
	background-image: url(../img/fade.jpg);
	width: 856px;
	margin-left: 4px;
	height: 19px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#footer {
	width: 865px;
	height: 90px;
	background-image: url(../img/footer.jpg);
	margin-left: 1px;
	background-position: left top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align: left;
}
#left ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#left ul li {
	margin: 3px auto;
}
#right_mid {
	width: 409px;
	float: left;
	background-image: url(../img/bg_mitt.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #1C2222;
	background-repeat: repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
#clear {
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #688FC6;
	font-weight: bold;
	line-height: 20px;
	page-break-before: 10;
	margin-top: 14px;
	margin-bottom: 8px;
	text-align: left;
}
.image_right {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #688FC6;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#navigation {
	float: left;
	width: 400px;
}

#content_mid {
	width: 860px;
	background-color: #1C2222;
	background-image: url(../img/bg_mitt.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #688FC6;
	font-weight: bold;
	line-height: 34px;
	margin-top: 10px;
}
.contentheading_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #7396C8;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
}

body {
	margin-top: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

#mail {
	float: right;
	margin-top: 80px;
	width: 50px;
	text-align: left;
}
.style4 {font-size: 11px; color: #688FC6; }
.style5 {
	font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}


#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 530px;

}
#menu li {
	float: left;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #80a1c8;
	display: block;
	float: left;
	margin: 0;
	padding: 41px 15px;
	text-decoration: none;
	min-height: 21px;
}
#menu a:hover {
	background: #80a1c8 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 41px;}	
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	color: #999;
	font-style: italic;
}
blockquote, blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #999;
	font-style: italic;
	margin: 20px 5px;
}

