* {
margin:0;
padding:0;
}

a {color: #ff0000;}
a:hover  {color: #ffffff;}

img {
border:0;
}

body {
background: #000;
font-family: tahoma;
font-size: 12px;
color: #fff;
}

div#Ruler {position:absolute;	top: 0px;	left: 0px;	width: 100%;	height: 0px;}


#container {
width: 100%;	max-width: 1500px; min-width: 1000px;
// width: expression((document.getElementById('Ruler')) ? ((document.getElementById('Ruler').clientWidth > 1500) ? '1500px' : ((document.getElementById('Ruler').clientWidth < 1000) ? '1000px' : '100%')) : '100%');
}



.con1 {
background: url('../images/img_06.gif') top left repeat-y;
}

.con2 {
background: url('../images/img_01.jpg') left top no-repeat;;
}

.con5 {
position: relative;
overflow: hidden;
//height: 1%;
}

.left {
float: left;
min-height: 694px;
height: auto;
width: 337px;
//height: 694px;
}

.right {
margin-left: 339px;
padding-bottom: 50px;
background: url('../images/img_03.jpg') 50% top no-repeat;
}

.zwei {
border: 2px solid #fff;
width: 187px;
position: absolute;
top: 20px;
left: 30px;
}

.eins {
z-index: 1;
background: #fff;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
height: 300px; /*править при увеличении/уменьшении количества пунктов меню*/
width: 200px;
}

.p {
position: absolute;
z-index: 1000000;
padding-top:5px;
}

.p p {
padding: 0 0 0 15px;
text-align: left;
height: 37px;
background: url('../images/cross.gif') 5px 50% no-repeat;
line-height: 37px;
}

.p a {
color: #9A0000;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

.p a:hover {
color: #9A0000;
text-decoration: underline;
background: #fff;
}

.text {
padding-top: 125px; 
text-align: justify;
}

.text ul {
list-style-type: none;
}

.text ul li {
background: url('../images/line.gif') 35px 50% no-repeat;
padding: 4px 0 4px 43px;
}

.text p {
padding: 4px 20px;
}

.text .title {
background: url('../images/line2.gif') left bottom no-repeat;
padding: 8px 0 0 15px;
margin: 0 0 8px;
}

.line {
height: 1px;
background: #fff;
overflow: hidden;
margin: 10px 20px;
}

.copy {
position: absolute; z-index: 100;
bottom: 10px;
left: 40px;
font-size: 10px;
color: #868F87;
}

<style type="text/css">
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}
