/* CSS Document */

body {
	background-color:#fff; 
	margin:0; 
	padding:0; 
}

html, body

{ height:100%; }


.clear

{ clear: both; }


.box { 
	width:971px;
	margin:0 auto 25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px; 
	color:#333; 
	background-image:url(images/box_hg.gif); 
	background-repeat:repeat-y; 
	background-position:25px 0;
	padding-bottom:25 px;
}

.head { 
	width:971px; 
	height:334px; 
	margin:0; 
	background-image:url(images/head.gif); 
	margin-bottom:46px; 
}

.content { 
	width:624px;
	float:right; 
}

.respekt { 
	width:125px;
	height:400px;
	float:right;
}

.content p { 
	width:580px; 
}

.navi {
	width:180px; 
	height:313px; 
	margin:0; 
	background-image: url(images/navi.gif); 
	margin-bottom:46px; 
	float:left;
	
	}

.linie {
	border-bottom:#ff6600 1px solid;
	width:946px;
	margin-left:25px;
	}

p

{ margin-bottom:30px;
}

h1

{font:Verdana, Geneva, sans-serif; font-size:19px; color:#cc0000; }

.navi ul
{ margin:33px 0 0 15px;
padding:0;
list-style-type:none;
}

.content a
{ 
color:#ff6600;
text-decoration:none;
	}


.navi a
{ color:#FFF;
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:17px;
font-weight:bold;
text-transform:uppercase;
line-height:30px;
}

.navi a:hover
{
color:#ffcc33;
text-decoration:none;
}

.navi a:visited 
{
color:#ffcc33;
text-decoration:none;
}

