/* 

	#########################################################



		 Copyright (c) 2006 DoRight Internet.

				  All rights reserved.

				 http://www.doright.nl



	#########################################################

*/


/* ---------------------------- MAIN STYLES -------------------------- */

body {	
	background-color:#4E4848;
	margin:0px;
	padding:0px;
	font-family:"arial";
	color:#e8e3dc;
	font-size:12px;
	text-decoration:none;
}

a {
	font-family:"arial";
	font-size:12px;
	color:#e8e3dc;
	text-decoration:none;
}

a:hover {
	font-family:"arial";
	font-size:12px;
	color:#C07140;
	/* font-weight:bold; */
	text-decoration:none;
}

h1	{	
	font-size:14px;
	font-weight:bold;
}

h2	{	
	font-size:20px;
}


/* ---------------------------- CLASS STYLES -------------------------- */
#left{
	background-image:url(../images/left_line.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#right{
	height:650px;
}
#bottom{
	background-image:url(../images/bottom_line.jpg);
}

#search {
	font-size:16px;
	color:#c07939;
}
#searchs {
	font-size:12px;
	color:#c07939;
}

.button {
	background-color: #666666;
	font-size: 11px;
	color:#c07939;
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #CCCCCC;
}

.button:hover {
	background-color: #999999;
	color:#993300;
}

.smalltxt {
	font-size:9px;
}

.smallspaces {
	font-family:"verdana";
	font-size:8px;
}

.hiddentxt {
	font-size: xx-small;
	color: #4E4848;
}

/* ---------------------------- ID STYLES -------------------------- */
div#container {
	margin:0;
	text-align:left;
	width:720px;
	min-height:757px;
	padding-left:5px;
}

#logo {
	width:265px;
	height:83px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#logo_de {
	width:265px;
	height:83px;
	background-image:url(../images/logo_de.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#main {
	width:465px;
	min-height:440px;
	margin-top:136px;
	margin-left:30px;
	padding:0px;
}

#menu {
	font-family:"arial";
	letter-spacing:-0.8px;
	width:200px;
	height:670px;
	font-size:16px;
	padding:5px;
}
#menu a {
	font-family:"arial";
	font-size:16px;
	color:#e8e3dc;
	text-decoration:none;
}
#menu a:hover {
	font-family:"arial";
	font-size:16px;
	color:#C07140;
	text-decoration:none;
}
