/* stateblind.eu css file */
/* default tags */

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
	color:#4d4d4d;
	background-image:url(graphics/gradient_top.gif);
	background-repeat:repeat-x;
}

div {
	font-size:12px;
}

img { border:0px; }

a {
	color:#4d4d4d;
	text-decoration:none;
}

a:visited {
	color:#4d4d4d;
	text-decoration:none;
}

a:hover {
	color:#fe7641;
	text-decoration:none;
}



/* div classes */

div.center, div.header_title {
	margin-left:auto;margin-right:auto;
}

div.right_column {
	float:right;
	width:150px;
	padding:0px;
	border:0px solid blue;
	text-align:right;
}

div.menu{
	float:right;
	width:120px;
	height:85px;
	text-align:right;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #4d4d4d;
	padding-top:10px;
	clear:both;
}

div.menu_space {
	overflow:hidden;
	height:50px;
	clear:both;
}

div.header_title {
	width:350px;
	text-align:center;
	margin-top:35px;
	font-size:28px;
	letter-spacing:0.1em;
}

div.header_subtitle {
	text-transform:uppercase;
	letter-spacing:0em;
	font-size:11px;
}

div.header_intro {
	float:left;
	width:520px;
	height:96px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:0pt;
	font-weight:bold;
}

div.left_content {
	float:left;
	width:520px;
	padding:0px;
	height:300px;
	border:0px solid green;
}

div.divider, div.divider_right, div.divider_dots {
	height:1px;overflow:hidden;background:#898989;clear:both;
}

div.divider_right {
	float:right;width:120px;
}

div.divider_dots {
	background:url(graphics/divider_smalldots.gif);width:520px;
}

div.date_small {
	
}

div.headline_blue {
	margin-top:12px;
}

div.txt_read {
	margin-top:12px;
}

div.archive {
	font-family:'Times New Roman', Times, serif;
	width:150px;
	font-size:14px;
	margin-bottom:8px;
}

div.image_right {
	float:right;
	margin:0 0 10px 10px;
}

div.image_left {
	float:left;
	margin:0 10px 10px 0px;
}

div.image_top {

}

div.list_headline {
	width:450px;
	font-family:'Times New Roman', Times, serif;
	font-size:17px;
}

div.article_date {
	font-size:12px;
	text-align:right;
	margin-top:16px;
	clear:both;
}

div.preamble {
	font-size:15px;
	font-style:none;
	margin-bottom:20px;
}


/* text classes */

.txt_v_small {
	font-size:9px;
}

.txt_small {
	font-size:11px;
}

.txt_date, div.date_small {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.txt_headeline {
	font-size:16px;font-weight:bold;
}

.txt_headline_blue, div.headline_blue {
	color:#42a1e4;font-size:20px;font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.txt_read, div.txt_read {
	font-family:'Times New Roman', Times, serif;
	font-size:12px;
	line-height:1.4em;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}

.txt_menu_headline {
	font-size:14px;
	font-weight:bold;
}





/* link classes */

a.menu, a.menu_on {
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
	color:#4d4d4d;
}

a.menu:visited {
	color:#4d4d4d;
}

a.menu:hover {
	color:#fe7641;
}


a.menu_on {
	color:#fe7641;
}

a.menu_on:visited {
	color:#fe7641;
}

a.menu_on:hover {
	color:#fe7641;
}



a.archive {
	font-size:14px;
	display:block;
	color:#4d4d4d;
	margin-bottom:6px;
}

a.archive:visited {
	color:#4d4d4d;
}

a.archive:hover {
	color:#fe7641;
}



a.headline_blue {
	color:#42a1e4;
}

a.headline_blue:visited {
	color:#42a1e4;
}

a.headline_blue:hover {
	color:#fe7641;
}


