@CHARSET "UTF-8";

/**
* @author Dipl.-Ing. (FH) Martin Mayrhofer-Reinhartshuber
* @copyright 2010, Netzmühle Internetagentur
* @since 04.03.2010
*/

@font-face {
    font-family: 'ChaparralProRegular';
    src: url('/assets/fonts/ChaparralPro-Regular.eot');
    src: local('Chaparral Pro'), local('ChaparralPro-Regular'), url('/assets/fonts/ChaparralPro-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'ChaparralProItalic';
    src: url('/assets/fonts/ChaparralPro-Italic.eot');
    src: local('Chaparral Pro'), local('ChaparralPro-Italic'), url('/assets/fonts/ChaparralPro-Italic.ttf') format('truetype');
}

.subject_container {
    height: 380px;
}

.subject_title {
    color: #FFFFFF;
    font-family: ChaparralProRegular;
    font-size: 56px;
    height: 150px;
    width: 600px;
    position: relative !important;
    top: 60px;
    left: 50px;
    line-height: 54px;
}

.subject_subtitle {
	color: #FFFFFF;
    font-family: Georgia, "Scotch New Roman", "Times New Roman", serif;
    font-size: 18px;
    font-weight: bold;
    width: 450px;
    height: 50px;
    top: 60px;
    left: 50px;
    position: relative !important;
    background-color: transparent;
}

.subject_subtitle2 {
	font-family: ChaparralProRegular;
    font-size: 42px !important;
    font-weight: normal;
    top: 10px;
    line-height: 41px;
}


.subject_text {
	color: #FFFFFF;
    font-family: Georgia, "Scotch New Roman", "Times New Roman", serif;
    font-size: 16px;
    width: 400px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: relative !important;
}

.subject_image {
    width: 380px;
    height: 380px;
    position: relative !important;
    top: -298px;
    left: 620px;
}
  
#jobboerse_sujet {
    background-image: url(/assets/images/layout/jobboerse_sujet.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 837px;
    height: 379px;
    margin-left: 83px; 
    padding-top: 4px;
    background-position: bottom;
  }

#job_market_sujet {
    background-image: url(/assets/images/layout/job_market_sujet.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 837px;
    height: 379px;
    margin-left: 83px; 
    padding-top: 4px;
    background-position: bottom;
  }


#feedback_sujet {
    font-family: ChaparralProItalic;
    font-style: italic;    
    color: #FFFFFF;
    font-size: 56px;
    letter-spacing: 3px;
    padding-top: 150px;
    margin-left: 150px;
}
