body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	color: #919191;
}

a {
	color: #919191;
	font-weight: bold;
}


#site-container-frame {
	position: relative;
	width: 1314px;
	margin: auto;
	padding: 0;
	z-index: 4;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* das ist der grosse rahmen */
#site-container {
	position: relative;
	width: 1310px;
	margin: auto;
	padding: 2px;
	background: #fff;
	z-index: 5;
	border: solid #c8c6c7 1px;
	-webkit-border-radius: 3px;
}

/* das ist die linie unter dem menue */
#site-divider {
	border-bottom: solid #c8c6c7 1px;
	margin: 0 25px 5px 25px;
	padding-top: 5px;
	height: 1px;
}

/* das ist die groesse vom footer "@2017 elmigratione" */
#site-footer {
	clear: both;
	font-size: 10px;
	color: #919191;
}

#site-footer a {
	color: #919191;
	text-decoration: none;
}

#nav-bar {
	position: relative;
	z-index: 6;
}

/* das brauche ich wohl nicht */
#logo-small {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	position: absolute;
	top: -35px;
	left: -35px;
}
#logo-small img {
	border: none;
}

/* das menue rechstbuendig */
#menu {
	float: right;
	position: relative;
	margin-right: 10px;
}

#menu ul {
	list-style: none;
	z-index: 2;
}

#menu ul li {
	float: left;
	margin-right: 20px;
}

/* font etc. vom menue */
#menu ul li a {
	color: #919191;
	font-size: 16px;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #ff9900;
}
#menu .active_link {
	color: #ff9900;
}
#content {
	margin: 20px 20px 20px 20px;
}

#site-description {
	margin-top: 100px;
	background: #fff;
}

#site-description h1,b,strong {
	color: #ff9900;
}

#gallery-txt {
	margin-top: 10px;
	background: #fff;
}

#gallery-txt h1,b,strong {
	color: #ff9900;
}

.paging {
	padding: 3px;
}

.blog {
	padding: 50px;
	margin: 500px auto 0px 0px;
	background: #fff;
}

.blog .entry img {
	border: solid #cccccc 1px;
}

.blog .time {
	color: #999999;
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	font-size: 78%;
	text-transform: uppercase;
}

#blog-archive {
	margin-top: 25px;
}

.multimenu li {
	float: left;
	list-style: none;
}

.multimenu li a {
	color: #919191;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

.multimenu li ul {
	z-index: 1000;
	display: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	border: solid 1px #919191;
	background: #fff;
	-webkit-border-radius: 3px;
}

.multimenu li ul li {
	list-style: none;
	float: none;
	padding: 2px 5px 2px 5px;
}

#menu .multimenu li ul li {
	list-style: none;
	float: none;
}

.multimenu li ul li a {
	color: #919191;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

.multimenu li ul li a:hover {
	color: #ff9900;
}

#posts .post {
	clear: both;
	margin: 30px 0px 0px 0px;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #c8c6c7;
}

#posts .post_title {
	font-size: 20px;
	margin: 15px 0px 5px 0px;
}

#posts p.post_time {
	font-size: 14px;
	color: #aaa;
	margin: 0px 0px 10px 0px;
}

#posts .post_tail {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.notice {
	padding: 10px;
	text-align: center;
	background: #eee;
	border: solid 1px #919191;
	color: #000;
	-webkit-border-radius: 5px;
	text-shadow: 0px 1px #fff;
}
.notice b {
	color: #000;
}

ul.post_tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.post_tags li {
	display: inline;
	margin: 0 0 0 3px;
}

.clear {
	clear: both;
}

.pagingBar {
	margin: 15px 0 0 0;
	font-size: 0.8em;
}

#comment_new {
	margin: 50px;
	display: none;
}

#comment_new label {
	display: inline-block;
	width: 100px;
	text-align: right;
}

#comment_new .input {
	width: 300px;
	background: #C8C6C7;
	border: solid 1px #919191;
	padding: 5px;
}

#comment_new textarea {
	height: 100px;
}

#comment_new #comment_submit {
	margin-left: 100px;
}

#comments {
	margin: 20px;
}

#comments .comment_name {
	margin: 5px 0;
}

#comments .comment {
	margin: 0 0 25px 0;
	border-bottom: #919191 solid 1px;
}
#comments .comment_time {
	font-size: 0.8em;
	color: #aaa;
	margin: 5px 0;
}
#intro_vid {
	margin: 0 auto;
	width: 960px;
	height: 540px;
	z-index: 1;
}
.image-box-right {
	float: right;
}
.image-box-left {
	float: left;
}
.quote {
	font-style: italic;
	text-align: justify;
}
