BODY,
TABLE,
TD,
TR,
DIV,
INPUT,
TEXTAREA,
PRE {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin:0px 0px 0px 0px;
	background-color:#3A2C29;
}

.blue_border_right {
	background-image:url(../images/main/border_r.jpg);
	background-repeat:repeat-y;
}
.blue_border_left {
	background-image:url(../images/main/border_l.jpg);
	background-repeat:repeat-y;
}
.blue_border_top {
	background-image:url(../images/main/border_o.jpg);
	background-repeat:repeat-x;
}
.blue_border_bottom {
	background-image:url(../images/main/border_u.jpg);
	background-repeat:repeat-x;
}
.blue_main {
	background-color:#1D5E96;
	padding:1px 1px 1px 1px;
	color:white;
}
.blue_menue {
	background-color:#3271A8;
	height:25px;
	border-bottom:2px solid #1D5E96;
	padding-left:15px;
	vertical-align:middle;
}
.blue_menue A:link, 
.blue_menue A:active, 
.blue_menue A:visited {
	color:#ffffff;
	text-decoration:none;
}
.blue_menue A:hover {
	color:#ffffff;
	text-decoration:underline;
}
.blue_menue:hover {
	background-color:#3678B3;
}


.brown_bg {
	background-color:#554A48;
}
.brown_bg A:link, 
.brown_bg A:active, 
.brown_bg A:visited {
	color:#AA9E9B;
	text-decoration:none;
}
.brown_bg A:hover {
	color:#AA9E9B;
	text-decoration:underline;
}
.blue_menue:hover {
	background-color:#3678B3;
}
.brown_main {
	padding-top:15px;
	padding-bottom:5px;
	color:#AA9E9B;
}

.white_bg {
	background-color:white;
}
.white_main {
	background-color:white;
	padding:5px 5px 5px 5px;
	/*color:#1D5E96;*/
	color:black;
}

.white_main A:link, 
.white_main A:active, 
.white_main A:visited {
	color:#1D5E96;
	text-decoration:underline;
}
.white_main A:hover {
	color:#1D5E96;
	text-decoration:none;
}


.you_are_here {
	background-image:url(../images/main/wborder_u.jpg);
	background-repeat:repeat-x;
}
.you_are_here { color:#CDE2F5; }

.you_are_here A:link, 
.you_are_here A:active, 
.you_are_here A:visited {
	color:#efefef;
	text-decoration:none;
}
.you_are_here A:hover {
	color:#ffffff;
	text-decoration:none;
}

.headline {
	border-bottom:1px solid #1D5E96;
	font-size:18px;
}
.links_headline {
	border-bottom:1px solid #1D5E96;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	padding-right:10px;
	color:#1D5E96;
}
.links {
	line-height:20px;
}
.links A:link, 
.links A:active, 
.links A:visited {
	color:#1D5E96;
	text-decoration:underline;
}
.links A:hover {
	color:#1D5E96;
	text-decoration:none;
}
TR.link:hover {
	color:#1D5E96;
}

.blue_font {
	color:#1D5E96;
}
.mail_form {
	line-height:25px;
}
.mail_form textarea,
.mail_form input {
	width:200px;
	padding:2px 2px 2px 2px;
}
.mail_form textarea {
	height:100px;
}
.content {
	padding-right:10px; 
	padding-top:10px; 
	line-height:19px;
}
.read_hl {
	color:#1D5E96;
	font-weight:bold;
	padding-bottom:7px;
}
.read_body {
	line-height:18px;
	padding-bottom:50px;
	padding-left:7px;
}
LI,UL {
	margin-top:5px;
}
TABLE.order INPUT[type~=text] {
	width:200px;
	border:1px solid #7F9DB9;
	padding:2px;
}
TABLE.order TEXTAREA {
	width:200px;
	border:1px solid #7F9DB9;
	padding:2px;
}
