html, body
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 100%;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #626262;
    line-height: 16px;

}

img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

a
{
    color: #638ac8;
    text-decoration: underline;
    outline: hidden;
}

a:hover
{
    color: #638ac8;
    text-decoration: none;
}

h1
{
    font-size: 19px;
    line-height: 25px;
    color: #151515;
}

h2
{
    font-size: 17px;
    line-height: 21px;
    color: #151515;
}

h3
{
    font-size: 15px;
    line-height: 19px;
    color: #638bcb;
}

h4
{
    font-size: 13px;
    line-height: 17px;
    color: #638bcb;
}

h5
{
    font-size: 11px;
    line-height: 16px;
    color: #000000;
}

fieldset.fieldset
{
    border: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

input.formsubmit
{
    background-color: #626262;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #626262;
    padding: 3px 8px;
}

label.formlabel
{
    width: 90px;
    display: inline-block;
}

input.formtext
{
    font-size: 11px;
    width: 150px;
    margin-bottom: 5px;
}

select.formselect
{
    margin-bottom: 5px;
}

#page
{
    position: relative;
    margin: 0px auto;
    width: 903px;
    min-height:100%;
    height:auto !important;
    height:100%;
    text-align: left;
}

#header_top
{
    margin-left: 1px;
    margin-right: 1px;
    width: 900px;
    height: 50px;
    background-image: url(../img/header_top.jpg);
}

#header
{
    margin-left: 1px;
    margin-right: 1px;
    width: 900px;
}

#header_bottom
{
    margin-left: 1px;
    margin-right: 1px;
    width: 900px;
    height: 30px;
    background-image: url(../img/header_bottom.jpg);
    display: none;
}

#content
{
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 15px;
    width: 900px;
    margin-bottom: 20px;
}

#content ul
{
    margin: 0px;
    padding-left: 15px;
    list-style-image:url(../img/bullet_blue.gif);
}

#content_left
{
    float: left;
    width: 200px;
    padding-top: 10px;
}

#content_mid
{
    float: left;
    padding: 0px 20px;
    width: 424px;
    min-height: 300px;
}

#content_right
{
    float: left;
    width: 230px;
    padding-top: 10px;
}

#footer
{
    margin-left: 1px;
    margin-right: 1px;
    width: 890px;
    height: 69px;
    text-align: right;
    background-image: url(../img/footer_bg.jpg);
    padding-right: 10px;
    padding-top: 10px;
    color: #152b4b;
}

#footer a
{
    color: #152b4b;
}

#sidenav
{
    margin-bottom: 30px;
}

#sidenav a.active, #sidenav a.active:hover
{
    font-weight: bold;
}

#downloads
{
    margin-bottom: 30px;
}

#downloads img
{
    vertical-align: middle;
}

#downloads .downloadcount
{
    color: #FFBE00;
    font-weight: bold;
}

#suche
{
    padding-left: 10px;
    padding-right: 15px;
    margin-bottom: 30px;
}

#suche input
{
    border: 1px solid #626262;
}

#jugoonline
{
    margin-bottom: 10px;
    text-align: left;
}

#facebook
{
    margin-bottom: 30px;
	padding-left: 5px;
}

#newsletter
{
    margin-bottom: 30px;
}

#newsletter .center
{
    text-align: center;
}

#newsletter input.formtext
{
    font-size: 13px;
    width: 100%;
    margin: 5px 0px;
    border: 1px solid #626262;
}

#newsletter input.formsubmit.abmelden
{
    background-color: #FFFFFF;
    color: #626262;
    border: 0px;
    padding: 0px;
    margin-left: 10px;
}

#terminkalender
{
    padding: 0px 10px;
    text-align:center;
}

#terminkalender .cal_table
{
    width: 100%;
    line-height: 20px;
}

#terminkalender .cal_title
{
    border-bottom: solid 3px #bababa;
    color: #151515;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    padding-bottom: 2px;
    text-align: left;
}

#terminkalender .cal_day
{
    display: block;
    background-color: #EEEEEE;
    color: #638ac8;
    border: #bababa solid 1px;
}

#terminkalender .cal_day > a
{
    font-weight: bold;
}

#terminkalender .cal_day ul
{
    background-color: #EEEEEE;
    border: #bababa solid 1px;
    position: absolute;
    width: auto;
    display:none;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 20px;
    text-align: left;
	z-index: 100;
}

#terminkalender .cal_day:hover
{
    cursor: pointer;
}

#terminkalender .cal_day:hover ul
{
    display:block;
}

#terminkalender .cal_day ul li a
{
    white-space: nowrap;
}

.title
{
    border-bottom: solid 3px #bababa;
    color: #151515;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.text
{
    margin-bottom: 10px;
}

.head
{
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.date
{
    color: #151515;
    font-size: 11px;
    padding-right: 10px;
}

.weiter
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.img
{
    float: left;
    margin-right: 10px;
}

.news
{
    padding: 10px 0px;
    margin: 10px 0px;
    border-top: solid 2px #bababa;

}

.termin
{
    padding: 10px 0px;
    margin: 10px 0px;

}

.termin .head
{
    margin-bottom: 0px;
}

.news p, .termin p
{
    text-align: justify;
    margin: 0px;
}

.termin .date
{
    font-size: 11px;
    color: #626262;
    padding: 0px;
}

.termin .ort
{
    font-size: 11px;
    color: #626262;
}

.news_ahead, .termine_ahead
{
    width: 210px;
    text-align: right;
    float: left;
    height: 20px;
    font-weight: bold;
}

.news_back, termine_back
{
    width: 210px;
    height: 20px;
    text-align: left;
    float: left;
    font-weight: bold;
}

.anmeldung
{
    font-weight: bold;
}

div.ddiv
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

div.ddiv p
{
    margin: 0px;
    padding: 0px;
}

.list .head
{
    margin-bottom: 0px;
}

.picpreview
{
    float: left;
    width: 130px;
    height: 220px;
    margin-right: 6px;
    margin-top: 3px;
}

.picpreview a
{
	display: block;
	width: 130px;
	height: auto !important;
	height: 196px;
	max-height: 196px;
	overflow: hidden;
}

.pdfpreview
{
    float: left;
    width: 130px;
    height: 180px;
    margin-right: 6px;
    margin-top: 3px;
}

.pdfpreview a
{
	display: block;
	width: 130px;
	height: auto !important;
	height: 130px;
	max-height: 130px;
	overflow: hidden;
}

.Aktionen
{
    color: #dc2a33;
    list-style-image:none;
    list-style-type: disc;
}

.Kurse
{
    color: #6bc0f0;
    list-style-image:none;
    list-style-type: disc;
}

.Veranstaltungen
{
    color: #2f6717;
    list-style-image:none;
    list-style-type: disc;
}

.SKJ-Gruppen
{
    color: #FFBE00;
    list-style-image:none;
    list-style-type: disc;

}

.fotos
{
    margin-bottom: 30px;
}

.nolink
{
    color: #638ac8;
}

.pics
{
    margin-bottom: 20px;
}

.pics .pic
{
    float: left;
    margin-right: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.pics .pic a > img
{
    border: transparent solid 2px;
}

.pics .pic a:hover > img
{
    border: #6b9ad2 solid 2px;
}

.press a
{
	display: inline-block;
	margin: 5px;
}

.search
{
    width: 140px;
}

.clear
{
    clear:both;
}
