/* global */

html{height: 100%;}

* {
    -webkit-text-size-adjust: none;
}

body
{
	font-family: verdana, arial, sans-serif;
font-size: .68em;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #57696F;
	background-image: url(back.png);
	background-repeat: repeat;
}

p
{
	line-height: 1.7em;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px

}

h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

a.link {
	color: #1798E9;
	text-decoration: none;
}


.blau
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #1798E9;
	font-style: italic;
}

.kleiner
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 9px;


}
.blau_gross
{

	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #1798E9;
	background: transparent;

  padding:  0px 0px 1px;
  font-size: 100%;
letter-spacing: .1em;	
  text-transform: uppercase;
		
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{
	width: 990px;
	background: #FFFFFF;
	color: #57696F;
	margin-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666
	float: center;
}


/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}


/* links above the logo / footer */
#links, #footer
{
	width: 970px;
	height: 24px;
	font-size: 88%;
	text-transform: uppercase;
	background: url(http://jrk-stuttgart.de/blue_80/style/blue_80/style/linkfoot.png);
	color: #57696F;
	padding-top: 12px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#links{text-align: right;}

#footer
{ text-align: center; 
  border-top: 2px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}


#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #FFFFFF;
}



/* logo */
#logo
{
	width: 990px;
	height: 125px;
	border-top: 2px solid;
	border-bottom: 5px solid;
	border-top-color: #57696F;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../../images/jrk-logo-lang-fruhling.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}

#logo h1
{ margin: 0px;
  letter-spacing: .2em;
  padding: 41px 0px 0px 19px;
  font-size: 160%;
}


#logo h2
{ background: transparent;
  color: #CCC;
}

/* navigation menu */
#menu
{
	height: 28px;
	width: 988px;
	margin-top: -28px;
	position: relative;
	background: url(../../menu38/bgOFF.gif);
	color: #57696F;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 1px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 18px;
	text-decoration: none;
	padding: 6px 19px 2px;
	background:url(http://jrk-stuttgart.de/blue_80/style/menu38/bgOFF.gif);
	color: #57696F;
	border-color: #109CEF;	
	
	
} 




#menu li a:hover, #menu li a#selected, #menu li a#selected:hover, 
#menu li.selected a, #menu li.selected a:hover
{
	background: url(../../menu38/bgON.gif);
	color: #FFFFFF;
} 



/* main content */
#content
{ width: 990px;
  overflow: hidden;
	background: #FFFFFF;
	color: #57696F;
	border-color: #57696F;
	text-align: left;   
} 



/* spalte rechts */
#spalteninhaltrechts
{
	text-align: left;
	width: 300px;
	float: left;
	margin: 0px 0px 23px;
	border: 1px solid;
	padding: 14px 8px 14px 19px;
font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  color: #57696F;	
	
	
}

.spalteninhaltrechts a:hover
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #ccc;
	font-style: italic;
}

.spalteninhaltrechts
{
	text-align: left;
	float: left;
	text-align: left;
	width: 303px;
	color: #57696F;
	height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;  
}

/* sedcard-design - page content */

.spalteninhaltrechts h1
{ margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.spalteninhaltrechts p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.spalteninhaltrechts a, .spalteninhaltrechts a:hover
{
	padding: 0px;
	text-decoration: none;
}

.sbilinks{padding: 0px}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 149px;
} 




#spalteoben
{
	width: 990px;
	float: left;
	padding: 7px;
	height: 210px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.spalteoben
{
	font-family: verdana, arial, sans-serif;
	text-align: left;
	width: 950px;
	float: left;
	padding: 5px;
	text-align: left;
	color: #57696F;
	height: 205px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;  
}
#spalteoben h1
{
	font-family: arial, sans-serif;
	font-size: 108%;
	border-bottom: 1px solid #E1E1E1;
	padding: 5px 0px;
	margin: 0px 140px 10px 3px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;

}


#spaltemitte
{
	text-align: justify;
	width: 650px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 7px;
}

#spaltemitte h1
{ font-family: verdana, arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

.spalteninhaltmitte
{
	text-align: left;
	width: 168px;
	float: left;
	margin: 0px 0px 5px;
	border: 1px solid;
	padding: 5px;
	text-align: left;
	width: 395px;
	background: #F9F9F9;
	color: #57696F;
	border-color: #E1E1E1;
	height: 330px;


}


.rechts
{
	text-align: left;
	width: 303px;
	float: left;
	text-align: left;
	color: #57696F;
	height: 350px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 0px none 0;
}





#spalterechts
{
	text-align: justify;
	float: left;
	height: 398px;
	width: 315px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 7px;
}






.meldelinhaltrechts
{
	text-align: left;
	width: 302px;
	float: left;
	text-align: left;
	width: 302px;
	color: #57696F;
	height: 388px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 3px;  
  
}







#spaltelinks
{
	width: 205px;
	margin: 5px 0px 0px;
	float: left;
	padding: 7px;
}

.spalteninhaltlinks
{
	text-align: left;
	width: 168px;
	float: left;
	margin: 0px 0px 5px;
	border: 1px solid;
	padding: 5px;
	text-align: left;
	width: 195px;
	background: #F9F9F9;
	color: #57696F;
	border-color: #E1E1E1;
	height: 500px;
  
  
}


#fotospalte
{
	text-align: justify;
	width: 970px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.fotospalteinhalt
{
	text-align: left;
	width: 970px;
	float: left;
	padding: 5px;
	text-align: left;
	color: #57696F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 550px;
}








#links, #footer
{ background: url(linkfoot.png);
  color: #57696F;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #FFFFFF;
}


#logo h2
{ background: transparent;
  color: #CCC;
}

h1
{ background: transparent;
  color: #1798E9;
  border-color: #E1E1E1;
}
 

#content, #column2, #column2 a
{
	color: #57696F;
	border-color: #57696F;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../../images/sedcardhg1.jpg);
	background-repeat: no-repeat;
}



.sbilinks li a, .spalteninhaltrechts a
{
	background: transparent no-repeat left center;
	color: #1798e9;
} 

.sbilinks li a:hover, .spalteninhaltrechts a:hover
{
	background: transparent no-repeat left center;
	color: #666;
} 

input, textarea
{ background: #FFFFFF;
  color: #57696F;
  border-color: #E1E1E1;
}

.photobox{
	background-image:url(../../images/shadow.gif); 
	background-repeat:no-repeat; 
	padding:5px; 
	border:1px solid #666666; 
	background-color:#fff;
}

.slidebox{
	padding:5px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	margin: 10px 0px 0px;


}


div.fotofade {
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0px 3px 0px 5px;
	width: 180px;
	border: none;
}
.odd	{

	line-height: 18px;
}
.even	{line-height: 18px;}

div.galeriebildklein {
	float: right;
	padding: 0px;
	margin: 3px 2px 0px 10px;
	
}

#box {
	position: absolute;
	top: 239px;
	left: 606px;
	width: 192px;
	height: 29px;

	display: block;