/* General formatting */
body {
    margin: 20px;
    font-family: Lucida Grande, Segoe UI, Arial, Verdana, Lucida Sans Unicode, Tahoma, sans-serif;
    background: url(../images/bg.jpg) #666;
    color: #efefef;
    font-size: 0.8em;
}
a {
    color: #cdcdcd;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
.clear { clear: both; height:0; line-height:0; font-size: 0.001pt; }

/* Headlines */
h3 {
    color: #fff;
    text-align: left;
    font-size: 1.25em;
    margin-top: 2px;
}

#wrapper {
    border: 2px solid #000;
    width: 850px;
}

#pic_line {
    margin-bottom: 3px;
}

#start {
    list-style: none;
	text-align: left;
    margin: 0;
    padding: 0;
}
.item {
    clear: left;
	border: 2px solid #000;
	border-width: 2px 0;
	background-color: #393D41;
	margin: 3px 0;
	display: block;
}
.button {
    width: 516px;
    height: 90px;
	margin-right: 312px;
    display: block;
    color: #fff;
    font-weight: bold;
}
.button span, .button img {
    display: block;	
    float: left;
}
.start_text {
    margin-left: 30px;
    margin-top: 36px;
}
.button img {
    margin: 5px;
    padding: 1px;
    border: 1px solid #666;
}
.button:hover, .button:focus {
    text-decoration: none;
    background-color: #222;
}
#start .pics {
	float: right;
	position: relative;
    background-color: #000;
    width: 312px;
    /*height: 90px;*/
    display: block;
    padding-left: 22px;
}
.pics a {
	display:block;
	float:left;
}
#start .pics img {
    margin: 8px 27px;
    height: 70px;
    padding: 1px;
    border: 1px solid #666;
}
#start .slogan {
	position: absolute;
	top:0; left:0;
	width: 274px;
	height: 30px;
    padding: 30px;
	background-color: #000;
    color: #3761ab;
    font-weight: bold;
    display: none;
	text-align: center;
}
#start .slogan p {
	margin:0;
    font-size: 16px;
}
.content { 
	border-top: 2px solid #000; 
	background: url(../images/contentBg.jpg) repeat-y;
}
.text { padding: 8px; margin-right: 334px; }

/* Menu */
#menu {
    float:right;
    text-align: left;
    width: 230px;
    margin-right: 0;
    margin-top: 8px;
}
#menu h3 {
    border: none;
    font-size: 1em;
}
#menu ul {
    list-style-type: square;
    padding-left:0;
    margin-left: 20px;
}
#menu ul li {
    padding-top: 5px;
}
#menu ul li a {
    vertical-align: middle;
    padding: 0;
}
#menu ul li.active a {
    color: #0761ab;
    font-weight: bold;
}

#content {
    text-align: left;
    background-color: #424242;
    border-top: 2px solid #000;
    background-image: url(../images/bg_label.jpg);
    background-position: bottom right;
    background-repeat:no-repeat;
    margin:0;
    padding:0 0 4px 0;
}
#text {
    width: 606px;
    margin-top: 6px;
    padding: 3px;
}
#text img {
    float: left;
    margin-right: 0.5em;
    padding: 1px;
    border: 1px solid #666;
}
#text img.right {
    float: right;
    margin-left: 0.5em;
}