 /*------------------------------------------------------------------
[styleMe] Stylesheet: Screen

version: 1.1
last change: 30/10/08
author: Simon Schürpf <ss@feinheit.ch>
-------------------------------------------------------------------*/
 
 /*------------------------------------------------------------------
 basic 
-------------------------------------------------------------------*/

html,body {
    margin: 0;
    padding: 0;
}

html {
    overflow-y:scroll
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

.noshow {
    display: none;
}

a:hover h2 {
    text-decoration: underline;
}

a img {
    border: none;
}

form {
    padding-bottom: 50px;
}

.linking a {
    text-decoration: underline;
}

.linking a:hover {
    text-decoration: none;
}
 /*------------------------------------------------------------------
 header
-------------------------------------------------------------------*/

#container {
    width: 705px;
    margin: 0 auto;
}

#header {
    background: url(../img/design/header_bg.gif) top center no-repeat;
    height: 70px;
}


 /*------------------------------------------------------------------
 navigation
-------------------------------------------------------------------*/
 #menu {
    list-style-type: none;
    padding: 0 14px;
    margin: 0;
 }
 
 #menu li {
    float: left;
    height: 48px;
    display: inline;
    padding: 0 10px;
 }
 
 #menu li a {
    height: 0 !important;
    padding: 48px 0 0;
    float: left;
    overflow: hidden;
 }
 
 #menu li a:hover {
    background-position: 0 -49px;
 } 

 #menu li a.active {
    background-position: 0 -49px;
 } 

#home {
    width: 91px;
    background: url(../img/design/nav/home.gif) top left no-repeat;
}

#argumentation {
    width: 190px;
    background: url(../img/design/nav/argumentation.gif) top left no-repeat;
}

#komitee {
    width: 114px;
    background: url(../img/design/nav/komitee.gif) top left no-repeat;
}

#medien {
    width: 65px;
    background: url(../img/design/nav/medien.gif) top left no-repeat;
}

#aktuell {
    width: 104px;
    background: url(../img/design/nav/aktuell.gif) top left no-repeat;
}

#subnav {
    height: 48px;
}

 /*------------------------------------------------------------------
 subnav committee
-------------------------------------------------------------------*/
 
#menu-committee {
    list-style-type: none;
    margin: 0;
}
 
#menu-committee li {
    float: left;
    height: 27px;
    display: inline;
}
 
#menu-committee li a {
    float: left;
    padding: 2px 8px;
    color: #169837;
    font-size: 1.3em;
    background: url(../img/design/nav/subnav_bg.gif) top left repeat-x;
}
 
#menu-committee li a:hover {
    background-position: 0 -27px;
    color: #fff;
    text-decoration: none;
}

#menu-committee li a.active {
    background-position: 0 -27px;
    color: #fff;
    text-decoration: none;
}

 /*------------------------------------------------------------------
 subnav medias
-------------------------------------------------------------------*/
 
#menu-medias {
    list-style-type: none;
    padding: 0 14px;
    margin: 0;
}
 
#menu-medias li {
    float: left;
    height: 27px;
    display: inline;
}
 
#menu-medias li a {
    float: left;
    padding: 2px 8px;
    color: #169837;
    font-size: 1.3em;
    background: url(../img/design/nav/subnav_bg.gif) top left repeat-x;
}
 
#menu-medias li a:hover {
    background-position: 0 -27px;
    color: #fff;
    text-decoration: none;
} 

#menu-medias li a.active {
    background-position: 0 -27px;
    color: #fff;
    text-decoration: none;
} 
 /*------------------------------------------------------------------
 content
-------------------------------------------------------------------*/

#content {
    padding: 0 60px 60px 60px;
    font-family: Arial, sans-serif;
    color: #10257a;
    font-size: 0.9em;

}

#content ul {
    padding: 0 0 0 0;
    list-style-position: inside;
}

#content li {
    padding: 3px 0;
}

.home {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a {
    text-decoration: none;
    color: #10257a;
}

a:hover {
    text-decoration: underline;
}

 /*------------------------------------------------------------------
 news
-------------------------------------------------------------------*/

.news-entry-paragraph {
    padding: 0 0;
}

.news-entry-container {
    padding: 10px 0;
}

 /*------------------------------------------------------------------
 committee parties
-------------------------------------------------------------------*/

#committee-parties {
    list-style-type: none;
}

#committee-parties li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
    margin: 5px 0;
    height: 80px;
}

#committee-parties .party-image {
    width: 160px;
    text-align: center;
    vertical-align: middle;
    float: left;
    height: 60px;
    padding-right: 20px;
}

#committee-parties .party-description {
    padding-top: 10px;
}

#committee-parties h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
}

#committee-parties p {
    margin: 2px 0;
    font-size: 1.1em;
}


 /*------------------------------------------------------------------
 supporters
-------------------------------------------------------------------*/
 
#committee-supporters {
    list-style-type: none;
}

#committee-supporters h2 {
    font-size: 1.4em;
    margin-bottom: 0;
    padding-top: 0;
}

#committee-supporters li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

#committee-supporters p {
    margin: 2px 0;
}

/*------------------------------------------------------------------
 medias
-------------------------------------------------------------------*/
 
#medias {
    list-style-type: none;
}

#medias h2 {
    font-size: 1.4em;
    margin: 0;
    padding-top: 3px;
}

#medias li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 10px 175px;
    height: 130px;
    background: url(../img/design/pdf.gif) top left no-repeat;
}

#medias p {
    margin: 2px 0;
}


 /*------------------------------------------------------------------
 news
-------------------------------------------------------------------*/
 
#news {
    list-style-type: none;
}

#news h2 {
    font-size: 1.4em;
    margin-bottom: 0;
}

#news li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

#news p {
    margin: 0 0;
}

 /*------------------------------------------------------------------
 forms
-------------------------------------------------------------------*/

th {
    vertical-align: top;
    text-align: right;
}

.errorlist {
    list-style-type: none;
    color: red;
}

input, textarea {
    border: 1px solid #10257a;
    color: #10257a;
}
 /*------------------------------------------------------------------
 footer
-------------------------------------------------------------------*/

#footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    z-index: 999;
    background: url(../img/design/footer.png) bottom center no-repeat;
}

#footer-content {
    width: 700px;
    margin: 0 auto;
    padding: 0;
}

#parties a img {
    border: none;
    padding-bottom: 3px;
}

#parties {
    list-style-type: none;
    height: 30px;
    padding-top 10px;
}

#parties li {
    float: left;
    display: inline;
    padding-right: 5px;
    height: 40px;
}

/*--------------
 pngfix
 ---------------*/
div { behavior: url(/media/lib/iepngfix.htc) }

a#feinheit{
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	width:16px;
	height:54px;
	text-indent:-7777px;
	background:url(/media/img/design/feinheit.gif) no-repeat;
}

