

.invisible
{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}



/*Navigation Stylsheet */
#nav {
    float: left;
    line-height: 100%;
    margin-top: 20px;
	width:960px;
	/*
padding:0 0 8px;
*/
	
	display: inline-block;
}

#nav ul li {
    margin: 0 6px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
}

/* main level link */
#nav a, #nav span {
  background: #9F9F9F url("/tl_files/igk_nord/images/grafiken/button_bg.png") repeat-x; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#BBBCBF), to(#848587)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #BBBCBF,  #848587); /* for firefox 3.6+ */
  font-weight: bold;
  color: #e7e5e5;
  text-decoration: none;
  display: block;
  padding: 8px 25px;
  margin: 0;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
/* main level link hover */
#nav .active span, #nav ul li:hover > a {
  background: #AAAAAA url("/tl_files/igk_nord/images/grafiken/button_hover_bg.png") repeat-x; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

  color: #444;
  border-top: solid 1px #f8f8f8;
  border-bottom: 1px none transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul ul li:hover a, #nav li:hover li a {
  background: none;
  border: none;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#nav ul ul a:hover {
  background: #D40346 !important; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#E4451B), to(#B73816)) !important; /* for webkit browsers */
  background: -moz-linear-gradient(top, #E4451B, #B73816) !important; /* for firefox 3.6+ */

  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul ul {
  background: #ddd; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

  display: none;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  top: 35px;
  left: 0;
  border: solid 1px #b4b4b4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav ul li:hover > ul {
  display: block;
}
#nav ul ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#nav ul ul a {
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul ul {
  left: 181px;
  top: -3px;
}
/* rounded corners for first and last child */
#nav ul ul li:first-child > a {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
   border-top-right-radius: 2px;
}
#nav ul ul li:last-child > a {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
   border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
/* clearfix */
#nav ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


#nav ul {
    /*
display: block;
*/
    margin: 0;
    padding:0 0 0 10px;
	zoom: 1;
}


html[xmlns] #nav {
  display: block;
  overflow: visible;
}
* html #nav {
  height: 37px;
}

/*Haupt Stylesheet */


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/*content: none;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.invisible
{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}


html * {
    font-size: 100.01%;
}

body {
    background: url("../images/grafiken/pattern.png") repeat scroll 0 0 transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(223, 65, 28);
    font-family: 'MyriadProCondensed', Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em;
}

h1 {
    font-size: 220%;
}

h2 {
    font-size: 175%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 133.33%;
}

h5 {
    font-size: 116.67%;
}

h6 {
    font-size: 116.67%;
}

a {
    text-decoration: none;
}

a:focus {
}

a:hover {
}

a:active {
}

.left {
	float: left;
}
.right {
	float: right;
	
}
.rechts_inhalt {
padding: 0 29px;
}
.none {
	float: none;
}
#wrapper {
    background-color: #C6C7C9;
    -moz-box-shadow: 0 0 10px #555555;
    -webkit-box-shadow: 0 0 10px #555555;
}

#header {
    background: #C6C7C9 url("/tl_files/igk_nord/images/grafiken/header.png") repeat-x;
   	background: -webkit-gradient(linear, left top, left bottom, from(#E3E4E6), to(#C6C7C9)); /* for webkit browsers */
	background:-moz-linear-gradient(center top , #E3E4E6, #C6C7C9) repeat scroll 0 0 transparent;
  position: relative;
  z-index: 50;
}
#header .wrapper {
	float:left;
}
#header .logo {
	clear:left;
float:left;
}

#header img.left {
  padding:4px 0;
    margin: 0 0 0 20px;
}

#header .mod_slideshow2 {
    float: right;
    margin: 0 20px 0 0;
}

#header .meta_navi {
    width: 100%;
    float: left;
}

#header .meta_navi ul {
    margin: 5px 0 0 18px;
    padding: 0;
}

#header .meta_navi ul li {
    display: inline;
}

#header .meta_navi a, #header .meta_navi span {
    padding: 2px 5px;
    margin: 0 2px;
    background-color: #ebebeb;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
	border-radius: 0.3;
    color: #444;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
}
#header .meta_navi a:hover, #header .meta_navi span.active  {
  background-color: #C8512A;
  color: #fff;
}

#container {
 /* background-color: #fff;*/
  /*padding: 0 10px;*/
  position: relative;
 /* z-index: 10;*/
}
#left {
    background: none repeat scroll 0 0 #FFFFFF;
}

#right {
    background-color: #C6C7C9;
    /*padding: 25px 0 0;*/
	padding: 0 0 0;
	min-height:250px;
}

#right .mod_newslist {
    padding-right: 10px;
}

#main {
    
    clear: left;
}

#main .mod_article, #main .mod_newslist {
    padding: 20px;
	background-color: #FFFFFF;
	min-height:350px;
}

#right + #main .mod_article {
    padding: 20px;
}

.familienfest {
	padding: 0!important;
}

#main .ce_text {
    padding: 12px 0;
}

#main .ce_image {
    margin: 0 auto;
    padding: 12px 0;
}

#main .familienfest .ce_image {
	padding: 0;
}


#main .mittel_text {
    padding: 7px 10px 0;
    text-align: justify;
}

/*
 * Startseite Nachrichtenmodul
 */
.layout_latest {
    padding: 10px 0;
}

#right .mod_newslist > div {
    padding: 0 20px;
}

.mod_newslist p.info {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    display: block;
    font-weight: bold;
    padding-left: 2px;
    position: relative;
    top: -20px;
}

.mod_newslist p.more {
    float: right;
}
.mod_newslist h3, #right h3, .right h3, #right h1, #right h2 {
	 color: #ffffff;
    font-family: 'MyriadProCondensed', Helvetica, sans-serif;
    margin-bottom: 2px;
    text-shadow: 1px 1px 3px #000000;
}
.mod_newslist h3 {
    border-bottom: 2px solid #DF411C;
   
	/*font-weight:bold;*/
}



.mod_newslist a {
    color: #fff;
}
.mod_newslist .layout_full a {
	color: #000;
}
.ce_text ul {
	float:left;
margin:0 35px;
}
.ce_text ul+p {
	clear: left;
}
.ce_text li {
	list-style-type: circle;
}

.mod_newslist a:hover {
    color: #DF411C;
    text-shadow: 1px 1px 3px #000000;
}
#right .mod_newslist img {
	width: 90px;
}
/*
 * Nachrichten Vollansicht
 */
.layout_full {
	padding:10px 20px;
}

.layout_full h2 {
	border-bottom:2px solid;

}

.layout_full p.info {
  background:transparent;
color:#D5D5D5;
float:right;
font-family: 'MyriadProCondensed', Helvetica, sans-serif;
font-size:180%;
font-weight:normal;
margin-top:-18px;
padding:0;
}
.layout_full .ce_text {
	/*float:left;*/
}

/*
 * Blättern
 */

span.more {
  float:right;
}
.pagination {
  clear: left;
  padding-right: 12px;
  text-align: right;
  float: right;
}

.pagination p {
  margin: 1em 0;
  line-height: 1.5em;
  text-indent: 0;
}
.pagination a,.pagination span {
  margin-right: 3px;
  padding: 3px 8px;
  color: #ffffff;
  white-space: nowrap;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #d1d1d1; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#BBBCBF), to(#848587)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #BBBCBF,  #848587); /* for firefox 3.6+ */
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pagination a:hover,.pagination span {
  color: #FFFFFF;
  background: #d1d1d1; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

/*
 * Bilder
 */

#main .ce_image.left, #main .image_container.float_left {
	margin:0 0 -10px 25px;
	padding:12px;
}
#main .ce_image.right, #main .image_container.float_right {
	margin:0px 25px 0 0;
	padding:12px;
}
#main .image_container.float_left {
	margin: 0;
	padding: 0 12px 12px 0;}
#main .image_container.float_right {
	margin: 0;
	padding: 0 0 12px 12px;}
	
.right_col {
	background-color: #C6C7C9;
   	width: 36%;
	padding:25px 25px 10px;
	float: right;
}

.left_col {
	padding:25px 25px 10px;
width:53%;
float: left;
}
#right h1 {
	line-height:1.1;
 margin-bottom: 0.5em;
}


#right h2 {
	font-size: 150%;
	margin-top:0.5em;
    color: #9f9f9f;
    line-height: 1.2;
   
    text-shadow: -1px -1px 0 #737373, 1px 1px 1px #D6D6D6;
}
#forum #right h1 {
	margin-top:0.5em;
	margin-bottom: 0;

}

.pdf_link {
float:right;
margin-top:2.5em;
width:10px;
}

/*
 * Kommentare
 */
div#forum.mod_article{
	background-color:transparent;
 	padding: 0;
 }  


div#forum .left {
	padding:12px 25px 10px;
	width:510px;
	background-color: #fff;
	min-height: 500px;
}
 
div#forum div#right {
	width: 36%;
	padding:0 25px 10px;
	/*min-height:250px;*/
}
 
 
.comment_default {
	margin-bottom: 1em;
}

div#forum p.info {
	border-bottom: solid 2px #DF411C;
	margin-bottom: 15px;
}

div#forum p.info span.date {
	color: #DF411C;
}

/*
 * Footer  
 */
 
#footer {
  background: #848587 url("/tl_files/igk_nord/images/grafiken/footer.png") repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, from(#C6C7C9), to(#848587)); /* for webkit browsers */
  background:-moz-linear-gradient(center top , #C6C7C9, #848587) repeat scroll 0 0 transparent;
  padding:20px 0 10px;
	width:100%;
}
#footer .mod_newslist {
	margin:0 auto;
width:80%;
}



#footer .partner {
    float: left;
    font-size: 10px;
    margin: 0 27px;
    width: 202px;
}

#footer .partner .image_container {
	height: 80px;
}

#footer .partner .image_container img {
	
}



/*
 * meta
 */
 

