/* BFH colors */
/*
BFH-Grau
rgb(105,125,145)
BFH-Orange
rgb(250,165,0)
Orange 1
rgb(189,126,0)
z.B. Titelschrift (WCAG optimiert)oder Hover-Effekt etc.
Orange 2
rgb(255,203,62)
z.B. negative Schriften auf Dunkelgrau, bei Hover-Effekt etc.
Grauwert 1
rgb(100,120,139)
Grauwert 2
rgb(162,174,185)
Grauwert 3
rgb(193,201,209)
Grauwert 4
rgb(224,228,232)
Grauwert 5
rgb(239,241,243)
Dunkelgrau
rgb(60,60,60)
*/
/* BFH fonts */
/*

font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
font-family:"Unit Rounded Medium","Lucida Sans Demibold","Arial Black",sans-serif;
font-family:"Unit Slab Regular","Georgia",Arial,sans-serif;

*/

/* background and container */
body {
font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
background-color: rgb(224,228,232);
color: rgb(75,100,125);
font-size: 13px;
}

div#container{
background-color: #ffffff;
padding: 20px;
font-size: 13px;
}

div#menu{
background-image: url('BFH_Logo_C_de_fr_en_100_RGB.png');
background-repeat: no-repeat;
background-size:229px 77px;
padding:0px;
padding-top:85px;
font-size: 13px;
}

div.leftColumn {
float:left;
width:50%;
display:inline-block;
}
div.rightColumn{
float:right;
width:50%;
display:inline-block;
}
hr {
color:rgb(193,201,209);
background-color:rgb(193,201,209);
border-color:rgb(193,201,209);
}
div#copy{
clear:both;
background-color: #ffffff;
padding: 0px;
padding-top:10px;
font-size: 13px;
color:rgb(193,201,209);
}
/* headings */
h1{
font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
color: rgb(250,165,0);
font-size: 28px;
}
h2{
font-family:"Unit Rounded Medium","Lucida Sans Demibold","Arial Black",sans-serif;
color: rgb(75,100,125);
font-size: 18px;
}
/* links */
a:before{
content: url(pfeil.gif);
}
a:link {
font-size:13px;
color: rgb(75,100,125); 
font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
text-decoration:none;
} 
a:visited {
font-size:13px;
color: rgb(75,100,125); 
font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
text-decoration:none;
} 
a:focus {
font-size:13px;
color: rgb(75,100,125);
font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
text-decoration:none;
}
a:hover {
font-size:13px;
color : rgb(189,126,0); 
font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
text-decoration:underline;
} 
a:active {
font-size:13px;
color : rgb(189,126,0); 
font-family:"Unit Rounded Light","Lucida Sans",Arial,sans-serif;
text-decoration:none;
}
label{
width:120px;
display:inline-block;
}