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

#container {
    width: 968px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
	position: relative;
}

#container #header_all {
	width: 968px;
	height: 60px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	top: 30px;
}
#container #header_all #header{
	font-family: Arial, Helvetica, sans-serif;
	height: 46px;
	width: 964px;
	position: absolute;
	border: 2px solid #000;
	clip: rect(auto,auto,auto,auto);
	background-color:#CCC;
	margin-left: 0px;
	
	background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A3A3A3),
        color-stop(0.75, #717171),
        color-stop(0.75, #444444),
        color-stop(1, #6E6E6E)
    );
    background-image: -moz-linear-gradient(
        center top,
        #A3A3A3 0%,
        #717171 50%,
        #444444 50%,
        #6E6E6E 100%
    );
}
#header_all #triagnle_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#container #header_all #header #firma {
	font-size: 30px;
	height: 40px;
	margin-top: -5px;
	margin-left: 30px;
	float: left;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: 0px;
}#container #header_all #header #links {
	height: 44px;
	margin-top: 3px;
	margin-right: 30px;
	float: right;
}#header_all #header #links a {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 120px;
	
}

#header_all #header #links a:hover{
	background-color: #09F;
	color: #000;
}

#header_all #header #links ul {
	padding: 0px;
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header_all #header #links ul li{
	float: left;
}

#triagnle_left{
	height: 0px;
	width: 0px;
	border-left: 20px solid transparent;
	border-right: 0px solid transparent;
	border-top: 10px solid #000;
	margin-bottom: 4px;
}
#triagnle_right{
	height: 0px;
	width: 0px;
	
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #000;
}
#container #body #end {
	height: 20px;
	width: 924px;
	font-size: 16px;
	
}

#container  #sidebar{
	width: 150px;
	position: absolute;
	top: 110px;
	border: 0px none #000;
	font-family: Arial, Helvetica, sans-serif;
}#sidebar #sidebar_element{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #000;
	height: 20px;
	background-color: #CCC;
	margin: 0px;
	
	background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A3A3A3),
        color-stop(0.75, #717171),
        color-stop(0.75, #444444),
        color-stop(1, #6E6E6E)
    );
    background-image: -moz-linear-gradient(
        center top,
        #A3A3A3 0%,
        #717171 50%,
        #444444 50%,
        #6E6E6E 100%
    );
}
#container #sidebar #sidebar_element:hover {
	background-color: #09F;
}
#header_all #triagnle_left {
	margin-top: 50px;
}

#container #body{
	width: 924px;
	margin-left: 20px;
	border: 2px solid #000;
	background-color: #FFF;
}

#container #body #main_part{
	font-family: Arial, Helvetica, sans-serif;
	width: 748px;
	margin-top: 110px;
	margin-left: 150px;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid #000;
	color: #000;
	background-color: #CCC;
}

#body #end ul {
	padding: 0px;
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#body #end a{
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 120px;
	}

#body #end ul li{
	float: left;
	}
#firma p a {
	list-style-type: none;
	text-decoration: none;
	color: #000;
}
#sidebar #sidebar_element  a{
	text-decoration: none;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
#sidebar #sidebar_element a:hover {
	color: #FFF;
}
#main_part_text {
	padding: 20px;
}
