/* @override 
	http://der.csokay.wien/s/css/der.css
	http://der.csokay.mobil/s/css/der.css
	http://derff.csokay.wien/s/css/der.css?1
	http://der.csokay.wien/s/css/der.css?2
*/

body {
    font-family: "myriad-pro-1", "myriad-pro-2", "Helvetica", "Arial", sans-serif;
    min-width: 960px;
}

/* Gelb */

#primarynav {
    background-color: #fce99a;
}

#secnav {
    background-color: #fed220;
}

/* Grün */
/*
#primarynav {
	background-color: #6e9c7f;
}

#secnav {
	background-color: #95caa9;
}
*/

/* Blau */
/*
#primarynav {
	background-color: #c7c7f7;
}

#secnav {
	background-color: #d4e0ff;
}
*/

/* @group PrimaryNav */

#primarynav {
    text-align: center;
    height: 45px;
}

#primarynav ul {
    width: 950px;
    margin: 0 auto;
    list-style-type: none;
}

#primarynav ul li {

}

#primarynav ul li a {
    float: left;
    margin: 6px 15px;
    padding: 3px 12px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#primarynav ul li a:hover,
#primarynav ul li a:focus,
#primarynav ul li.aktiv a {
    background-color: #fdf3cc;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}

/* @end */

/* @group SecondaryNav */

#secnav {
    height: 26px;
    margin-bottom: 30px;
}

#secnav ul {
    text-align: left;
    width: 1000px;
    margin: 0;
    list-style-type: none;
}

#secnav ul li {

}

#secnav ul li a {
    margin: 2px 10px;
    padding: 2px 6px;
    float: left;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
}

#secnav ul li a:hover,
#secnav ul li a:focus,
#secnav ul li.aktiv a {
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;

}

/* @end */

#haupt {
    margin-top: 30px;
}

#logostart {
    margin: 40px 0;
    text-align: center;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

#aboutus {
    background-color: #cacaca;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 0;
}

#aboutus p, #aboutus h5 {
    margin: 0 10px;
}

.readmore {
    text-align: right;
}

.bilder {
    margin: 20px 0;
}

#logounter {
    float: right;
}

#newsbar {
    font-size: 10px;
    background-color: #fce99a;
    padding: 6px;
}

.newsbalken {
    background-color: #fce99a;
}

.news {
    font-size: 10px;
    margin-bottom: 3em;
    border-bottom: 1px solid #646464;
    border-top: 1px solid #646464;
    background-color: #fce99a;

}


.newslast {
    margin-bottom: 0;
}

.news p {
    margin-bottom: 0;
}

.news h4 {
    height: 4em;
}

.newsdate {
    color: #646464;
}

.newslinie {
    border-left: 1px solid #646464;
    height: 300px;
}

#newsbar h4 {
    margin-bottom: 0;
}

quote {
    font-style: italic;
}

p.speaker {
    margin-bottom: 0;
    font-weight: 700;
}

.materials {

}

td.datum {
    white-space: nowrap;
}

#scherenschnitt {
    text-align: center;
}

#organe {

    width: 400px;
}

#activities tr td {
    background-color: #FFFF9E;
}

#activities tr.participation td {
    background-color: #e5ecf9;
}

.topicinfo h3 {
    font-weight: bold;
}

#dernotice p {
    font-size: 1.5em;
}