/*
	Theme Name: gfjk-training
	Description: Based on the theme yb-light by <a href="http://blog.seonews2.com/">Yellow Blog</a>
	Author: Daniela Hailing
	Author URI: http://www.webandoffice.at
*/

/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body { font: normal 12px Verdana; color: #333;  background: #effefd;}

ul { list-style: circle; list-style-position: inside; padding-bottom: 10px; }
ol { list-style-position: inside; padding-bottom: 10px; }

h1, h2, h3 { font: normal 24px Verdana; color: #000033; }
h1 { font-size: 20px; margin-bottom: 7px; }
h2 { font-size: 18px; margin-bottom: 7px; }
h3 { font-size: 16px; margin-bottom: 5px; }

a { text-decoration: underline; color: #549bcc; }
a:hover { color: #000033; }

h1 a { color: #549bcc; text-decoration: underline; }
h1 a:hover { color: #000033; }

p { line-height: 18px; padding-bottom: 10px; }

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }


/* Blocks ------------------- */

#container { width: 870px; background: #fff url(images/container_bg3.jpg) top left no-repeat;margin-top:20px; margin-right:auto; margin-left: auto; overflow: hidden; /*border: 1px double; #000033;*/}
#header {height: 150px; clear: both; position: relative; margin: 0px; background: url(images/header_bg.jpg) top right no-repeat; margin-top: -7px;}
#content { width: 640px; float: left; padding: 20px;min-height: 810px;}
#sidebar { width: 190px; float: left; }
#footer { clear: both; font-size: 11px; text-align: center; padding: 20px 0 10px 0; position: relative; background-color: #effefd;}
#footer a { color: #000033; text-decoration: underline; font-weight: bold; line-height: 16px; }
#navi {position: absolute; top:125px; left: 200px; height: 20px;}
#subnavi {position: relative; top:0px; left: 0px; margin-bottom: 10px;}

/* Logo ------------------- */

#logo { position: absolute; top: 50px; left: 15px; font: normal 28px Verdana; color: #549bcc; text-decoration: none; display: none; }

/* Description ------------------- */

#description { position: absolute; top: 90px; left: 15px; font: normal 18px Verdana; color: #000033; text-decoration: none; display: none; }

/* RSS ------------------- */

#rss { position: absolute; top: 5px; right: 15px; overflow: hidden;}
#rss ul li { float: left; }
#rss ul li a { color: #549bcc; text-decoration: underline; font-size: 14px; }
#rss ul li a:hover { color: #000033; }

/* Header ------------------- */

.headermitte {width: 400px; left: 200px; top:62px; position: absolute;}
.headerrechts {width: 120px; position: absolute; top: 15px; left: 740px; text-align: left;}
#header .headerrechts p {padding-bottom: 5px;}



/* Navi quer ------------------- */

#navi li {display: inline; list-style: none; padding: 4px 5px; /*background: url(images/navi_bg.png);*/  border: 1px solid #000033;}
#navi li a { color: #000033; text-decoration: none; }
#navi li a:hover { color: #000033; text-decoration: underline;  }

/*---------------------------SUBNAVIGATION-------------------------------------*/

#subnavi ul{
	margin: 0px;
}

#subnavi  li {	display: inline; list-style: none; padding: 4px 5px; border-right: 1px solid #000033;}
		}

#subnavi a {text-decoration:none;
            color:#000033;
          }

#subnavi a:visited {color:#000033;
                text-decoration:none;
        	}

#subnavi a:hover, #navi a:active {color:#000033;
                                 text-decoration: underline;        
	                          }

#navi li.current_page_item a,#navi li.current_page_item a:visited #navi li.current_page_parent a,#navi li.current_page_parent a:visited,#subnavi li.current_page_item a,#subnavi li.current_page_item a:visited        {font-weight: bold;	}  

/* Sidebar ------------------- */

#sidebar .block { background: transparent; margin-bottom: 5px; padding-right: 18px; padding-left: 18px; padding-top: 5px; }
#sidebar .block h2 { color: #000033; }
#sidebar .block li { padding: 7px 5px; /*background: url(images/navi_bg.png);*/border: 1px solid #000033; margin-bottom: 5px; }
#sidebar .block li a { color: #000033; text-decoration: none; }
#sidebar .block li a:hover { color: #000033; text-decoration: underline;  }
#sidebar ul { list-style: none; padding-bottom: 5px;}

/* Post ------------------- */

.post { /*border-bottom: 1px dashed #aaa; margin-bottom: 15px;*/ }
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post p a { text-decoration: none; color: #549bcc; border-bottom: 1px solid #333; }
.post p a:hover { color: #549bcc; border-bottom: 1px solid #549bcc; }


/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }



*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}	


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: -2px 7px 2px 7px;
    display: block;
}

post img a, img a:hover {border: 1px solid #549BCC; text-decoration: none;}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img {margin: 5px;}
/*********sonstige****************/

.map {float:right;}
.adresse {width: 300px;}
.standort {height: 280px; padding-bottom: 10px;}


