.fixed_width {
    width :  1000px; 
    margin: 0 auto;
}

/* ---- SUPER ---- */

.super {
    position: relative;
    height: 1.4em;
    padding: 0.3em 0em;
}
.super ul {
    font-family: 'dinproregular';
    font-size: 14px;
    color: #575757;
    text-align: right;
}
.super ul li {
    padding: 0px 8px;
    display: inline;
    border-right: 1px solid #575757;
}
.super ul li:last-child {
    border: none;
    padding-right: 0;
}

/* ---- HEADER ---- */

.header_logo {
    float: left;
    padding-top: 34px;
}
.header_search {
    float: right;
    text-align: right;
    padding-top: 25px;
    font-size: 14px;
}
.header_search p {
    padding-bottom: 15px;
}

.header_search ul {
    padding-top: 15px;
}
.header_search ul li {
    display: inline;
    border-right: 1px solid white;
    padding: 0 8px;
}
.header_search ul li:last-child {
    border: none;
    padding-right: 0;
}
.searchbox {
    margin-top: 1em;;
}
.header_nav, .header_nav_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 118px;
}
.header_nav ul li, .header_nav_alt ul li {
    display: inline;
    height: 118px;
    float: left;
}
.header_nav_alt ul li {
    width: 101px;
}
.header_nav ul li a {
    display: block;
    padding: 12px;
    font-size: 13px;
    line-height: 1.3em;
    height: 94px;
}

#languageediting.header_nav {
	height : 40px;
}
.header {
	height : 200px;
}

#languageediting.content_main_home {
	width : 1000px;
}
.content_main_home p {
	margin: 0.6em 0em 0.6em;
	text-align : justify;

	
}
.content_main_home h2 {margin-top:0.6em;}
.content_main_home h4 { font-family: 'dinpromedium'; font-size: 20px;font-weight: bold;line-height: 1.2em; padding-bottom: 0.7em; padding-top:0.7em;  background-color:#251F5B;color : white;}
.content_main_home h5 { font-family: 'dinproregular';font-size: 18px;font-weight: bold; line-height: 1.2em;margin-bottom:0.6em;}
.content_main_home h6 { font-family: 'dinproregular'; font-size: 12px; line-height: 1.2em; margin-bottom:0.6em; display: inline-block;}

div.box {
    width: 320px;
    height: 280px;
    padding: 0px;
    border: 2px solid;
    border-color:  black;   
    margin: 50px 75px 50px;
    display: inline-block;
    text-align : justify;
    
}

#languageediting > div > div:nth-child(1) > div.box.standar.lefthandside > h4 {
	background-color:#881548;
}
#languageediting > div > div:nth-child(1) > div.box.premium.righthandside > h4 {
	background-color:#DAA520;
}
#languageediting > div > div:nth-child(2) > div.box.formatting.lefthandside > h4 {
	background-color:#D01F7B;
}
#languageediting > div > div:nth-child(2) > div.box.preparation.righthandside > h4 {
	background-color:#006858;
}
div.box  p { 
    padding :0px 12px 0px 12px;
}
.justified {
	
    text-align:justify;
}
.lefthandside {
	float : left;
}

.righthandside {
	float : right;
}
p {
	margin : 0.5em;
}

h3 a:link, h3 a:visited {
    color: #0087CD;
}

.header {
    position: relative;
    background: url(../images/headerbg.png) top left repeat-x;
    height: 200px;
    color: white;
}

/* .errorImage img {
	width: 35px !important;
	height:25px !important;
} */