body {
	margin: 0;
	padding: 0;
	background: #B4B4B4;
	color: #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 85%;
}

/* Aussenbegrenzung mit rotem Ramen*/
#innerwrapper {
	border: 1px solid #990000;
}

/* Aussenrahmen der alles hält */
#outerwrapper {
	width: 760px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}

/* fasst logobild und firmennamen */
#head {
	width: 100%;
	height: 84px;
	background: #B4B4B4;
	color: #000000;
}

#logo {
	float: left;
	width: 128px;
	height: 84px;
	text-align: left;
	background-color: transparent;
}

#name {
	width: 500px;
	height: 84px;
	float: right;
	text-align: right;
	margin-right: 10px;
	background-color: transparent;
}

#countries {
	background-color: #900000;
	text-align: left;
	font-weight: bold;
	font-size: 0.85em;
	color: #FFFFFF;
}

/* fasst Text und Navigation */
#content {
	width: 758px;
	background-color: #FFFFFF;
	color: #000033;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #900000;
}

#contentfront {
	width: 758px;
	height: 420px; /*	background-color: #FFFFFF;*/
	color: #000033;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.shinso-shiatsu.com/images/bergefront2.jpg);
	background-repeat: no-repeat;
		border-top: 1px solid #900000;
}

#text {
	width: 558px;
	padding-top: 50px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-family: Arial, Geneva, sans-serif;
	line-height: 1.5em;
}

#text img {
	padding: 4px;
}

#adresse {
	background-color: #900000;
	color: #EEEEEE;
	font-size: 0.9em;
	padding-left: 20px;
	font-family: Arial, Geneva, sans-serif;
	padding: 4px 0 4px 20px;
	position: relative;
}

#adresse a:link {
	color: #E2BCBC;
}

#adresse a:hover {
	color: black;
	text-decoration: none;
/*	background-color: #FFB6C1; */
}

#designby {
	text-align: right;
	color: #7A7A7A;
	font-size: 0.80em;
	font-family: Arial, Geneva, sans-serif;
	padding-top: 5px;
	background-color: #B4B4B4;
	background-color: #B4B4B4;
}

.sprache {
	font-size: 11px;
}

.clear {
	clear: both;
}

.graduierte {
	border-bottom: 1px dashed gray;
}

/* Start Fotogalerie */

.tableborders {
	border-bottom: 1px dashed #029CBE;
	border-top: 1px dashed #029CBE;
}

.thumbs {
 text-align:	center;
}

.border {
	 border: 1px solid silver;
}

.paddedborder {
 padding: 	5px 10px 10px 10px;
/* border: 1px solid Gray;*/
}

.breadcrumb {
 margin:            10px 0 15px 0;
 font-size:         12px;
 background-color:  transparent;
}

.paginate {
 margin:            10px 0 10px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 background-color:  transparent;
}

.title {
 margin:            3px 0 0 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight: 		bold;
 color:             #000;
}

.caption {
 margin:  			12px 0 4px 0;
 background-color:	transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color: #000;
}

.categories {
 padding:           5px 10px 5px 12px;
 background-color: transparent;  
}


.bildnavi {
 margin:            15px 0 10px 0;
 font-size:         12px;
 background-color:  transparent;
}

.bildtitel {
	font-size: 12px;
}

.imageBG {
 text-align: center;
 background-color: transparent;  
}

.caption {
}


/* Ende Fotogalerie */




/* Navigationsspalte auf Frontseite */
#frontnavigation {
	width: 160px;
	float: right;
	padding-top: 5px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 0.9em;
	background: transparent right;
	color: #696969;
	margin: 0px;
}

#navigation {
	width: 160px;
	float: right;
	padding-top: 5px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 0.9em;
	background: transparent right;
	color: #696969;
	margin: 0px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*#navigation a {
	color: #808080;
	text-decoration: none;
	background: transparent;
}*/

#navigation a.sprache {
	color: #808080;
	text-decoration: none;
	background: transparent;
}

#navigation a:hover.sprache {
	background: #FFB6C1;
	color: #990000;
}




 #navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

 #navlist ul {
	list-style: none;
	padding-left: 10px;
}

#navlist li{
	font: 12px arial, helvetica, sans-serif;
	margin: 5px 0 0 0;
	background-image: url(images/bullet_g.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.4em;
}

/* Zwischentitel in der Navi, das Bild gibt es nicht!!! muss aber so sein */
#navlist li.zwischentitel{
	margin: 5px 0 0 0;
	background-image: url(images/bullet_x.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.4em;
}

#navlist li.zwischentitelrot{
	margin: 5px 0 0 0;
		background-image: url(images/bullet_x.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.4em;
	color: #990000;
}

#navlist a {
	color: #808080;
	text-decoration: none;
	background: transparent;
}

#navlist a:hover {
	background: #FFB6C1;
	color: #990000;
}
#navlist a.active {
	color: #B22222;
	text-decoration: none;
}

#navlist li.active{
	margin: 5px 0 0 0;
	background-image: url(images/bullet_r.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.4em;
}

	
h1{
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
	background: transparent;
	padding-top: 10px;
}

h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #FF4848;
	background: transparent;
	border-bottom: 1px solid #FF4848;
}

h3{
	font-size: 1em;
	font-weight: bold;
	color: #FF4848;
	background: transparent;
	border-bottom: 1px dashed #808080;
	margin-bottom: 2px;
 margin-right: 150px;
}

/* zum Formatieren eingeladener Bilder */
.links {
	float: left;
	padding: 5px 12px 5px 0px;
}

.rechts {
	float: right;
	padding: 5px 0px 5px 12px;
}

.mitte {
	text-align: center;
	padding: 5px;
}

/* --- Bild formatieren --- */
/* Aktuell Box */
#aktuell {
	width: 140px;
	margin-left: 0px;
	margin-top: 0px;
	background: #FFE4E1;
	padding: 5px;
	font-size: 11px;
}

#aktuell p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}

.aktuelltitel {
	 width: 145px;
	margin-bottom: 0px;
	background: #D3D3D3;
	color: #990000;
	font-weight: bold;
	  padding-left: 5px;
}

 /* mehr Text-Link in Aktuell Box */
 .morelink {
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	margin-bottom: 8px;
}

p {
	margin-bottom: 4px;
	
}

input, textarea{
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
	background: #FFFFFF;
}

input.req{
	border-color: #B22222;
}

 .formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #F2F2F2;
	color: #990000;
}

.hier {
	color: #990000;
	background: #B4B4B4;
}

a:link {
	color: #005BD9;
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #4682B4;
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #FFB6C1;
}

a.foto:hover {
	color: #990000;
	text-decoration: none;
	background-color: transparent;
}

a:active {
	color: #990000;
	background: transparent none;
	text-decoration: none;
}



