@CHARSET "UTF-8";

img{
	border: 0;	
}

/* links */
a{
	color: #646464;
}

a:link {

} 
a:visited{

} 
a:hover{
	
} 
a:active{

}

#minimenu a{
	font-size: 13px;
	color: #d7283a;
	text-decoration: none;
	padding: 0 1px;
}
#minimenu a:hover{
	text-decoration: underline;
}

#footer a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#blockright h1 a{
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #646464;
}

/* headings */

#blockright h1{
	font-size: 30px;
	font-weight: normal;
}

#textbox h1{
	font-size: 14px;
}

/* body */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body{
	height: 100%;
	width: 100%;
	background-color: #990b1a;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header{
	width: 100%;
	height: 120px;
	background-image: url(images/shade_top.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#headerinner{
	width: 960px;
	height: 90px;
	margin: 0 auto;	
	padding-top: 30px;
}

#middle{
	width: 100%;
	min-height:550px;
	background-color: #FFFFFF;
}
#middleinner{
	width: 960px;
	margin: 0 auto;	
}

#middletop{
	height: 83px;
}

#minimenu{
	padding-top: 15px;
	color: #646464;
	font-size: 14px;
	padding-left:255px;
}

#leftbox{
	width: 226px;
	margin-right: 29px;
	float: left;
}

#textbox{
	width: 485px;
	padding-right: 220px;
	float: right;
	margin-bottom: 20px;
	line-height: 1.5em;
}

#portfoliobox{
	width: 685px;
	padding-right: 20px;
	float: right;
	margin-bottom: 20px;
	line-height: 1.5em;
}

#imgbox{
	float: left;
	width: 485px;
	margin-right: 20px;
}

.imagesrotator{
	width: 352px;
	height: 252px;
	padding-top: 20px;
}

.imagesrotator img{
	border: 1px solid #646464;
	display: block;
	position: absolute;
}


#itembox{
	width: 180px;
	float: right;
}

#bigmenu{
	width: 373px;
	height: 384px;
	padding: 83px 0;
	float: left;
}
#photo{
	height: 550px;
	width: 362px;
	float: left;	
}
#blockright{
	width: 225px;	
	padding-top: 83px;
	float: right;
	color: #646464;
}
.rightheader{
	border-bottom: 1px solid #d7283a;
	height: 29px;
}
.righttext{
	font-size: 14px;
	line-height: 22px;
	padding-top: 6px;
}
#footer{
	width: 100%;
	height: 40px;
	background-image: url(images/shade_bottom.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#footerinner{
	width: 960px;
	height: 21px;
	margin: 0 auto;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 4px;
}
#adres{
	float: left;
}
#disclaimer{
	float: right;
}

.clear{
	clear: both;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;	
}

.textinput{
	width: 300px;
	margin-bottom: 5px;
}
.textarea{
	width: 300px;
	height: 65px;
	margin-bottom: 5px;
}
.special{
	display: none;
}

li{list-style-type:square}
