/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1em; /* line-height: 1; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Ende CSS reset ----------------------------------- */

html{width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; background: url("../img/top_bg_gras.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0); }

#service_nav{
    font-size: 0.7em;
    color: #ffffff;
    padding: 0 0 0 10px;
}
#service_nav span a{
    color: #ffffff;
    text-decoration: none;
}

h1{
    width: 100%;
    font-size: 1.5em;
    font-variant: small-caps;
    background: rgba(255,255,255,0.8);
    text-align: center;
    margin: 0 0 0 0;
    padding: 20px;
}
h2{
    width: 100%;
    font-size: 1.5em;
    font-variant: small-caps;
    text-align: center;
    margin: 0;
    padding: 30px 10px;
}
strong{
    font-weight: bold;
}

#tabs{
    margin: 50px auto;
    width: 45%;
    min-height: 319px;
}
#tabs a{
    font-variant: small-caps;
}

#tabs p{
    line-height: 1.2em;
    margin: 10px;
}

#tabs dt{
    color: #0073EA;
    font-variant: small-caps;
}
#frm_anmeldung table td{
    padding: 3px 8px;
    text-align: right;
}

.btn-bar{
    padding: 20px 0 0 0;
}

.btn-bar button{
    font-variant: small-caps;
}

.clearfix{clear:both; height:0.1px;}


/* jquery-ui overrides --------------------------------------------------------------------- */
.ui-widget {
    font-size: 0.8em;
}
