@charset "utf-8";
/* CSS Document */

html {
	background: url(gfx/bg.jpg);
}

body {
	font: 11px/1.462 Tahoma, Arial, Helvetica, sans-serif;	
	color:#361c4c;
	
	padding: 0;
	margin: 0;
}


img {
	border:none;
}

div { 
	margin:0;
	padding:0;
	overflow:hidden;
}

a {color:#361c4c; text-decoration:underline;}
a:hover {color:#583e6f; text-decoration:underline;}

#web {float:left; width:980px;}

#top {height:135px;}

#content {clear:both;}

#footer {clear:both;}

.logo {float:left;}
.music_player {float:right;}

.logo_image {margin: 24px 0 0 35px;}
.player {margin-right:33px;}

.menu {float:left; text-align:right; width:120px;}
.tresc {float:right; text-align:left; width:859px;}

.menu_item {margin-bottom:12px; cursor:pointer;}

dl {margin:0;}
dt, dd {cursor: pointer;}

.cursor {cursor:pointer;}

.presentation_left {width:108px; float:left;}
.presentation_right {width:95px; float:right;}
.presentation_middle {margin: 0 95px 0 108px; width: 656px;}

.left_strzalka {margin: 201px 0 0 65px;}
.right_strzalka {margin: 201px 0 0 21px;}

.teksciwo {padding:15px 15px 8px 15px;}
.teksciwo2 {padding:15px 85px 8px 117px;}

.web_tresc {padding: 0 50px 25px 110px; min-height:460px;}

.input {width:434px;height:16px; background:url(gfx/input_bg.jpg) no-repeat; border:none; font-family:tahoma;font-size:10px; color:#361c4c; padding-left:4px; padding-top:2px; padding-right:5px;}
.textarea {width:434px;height:100px; background:url(gfx/textarea_bg.jpg) no-repeat; border:none; font-family:tahoma;font-size:10px; color:#361c4c; padding-left:4px; padding-top:2px; padding-right:5px;}

