/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	background-color: white;
	width: 1000px;
	margin: auto;
	font-family: Verdana;
}
#wrapper {
	background-color: white;
}
#content {
	margin: auto;
	width: 900px;
}

#footer{
	font-family: Verdana;
    width: 100%;
    margin: 80px 0;
	text-align: center
}

.footer--links a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
	padding: 0 7px;
}

.text_textpage {
	text-align: left;
	font-size: 13px;
	width: 550px;
	line-height: 20px;
}

.text_textpage h1 {font-size: 20px;
    padding-bottom: 10px;}

.text_textpage h2 {font-size: 17px;
    padding: 10px 0;}

.text_textpage h3 {font-size: 13px;
    padding-bottom: 10px;}

.text_textpage p {
    padding-bottom: 10px;}

.text_textpage ul {
    padding: 0px;
	margin: 10px 0 !important;
}

.text_textpage li {
    display: inherit;}

/*-----------------------------------------------------*/
/*--------------------- Menü --------------------------*/
/*-----------------------------------------------------*/

#menue {
	width: 900px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 20px;
}
ul {
	margin-top: 50px;
	text-align: justify;
}
ul a {
	text-decoration: none;
	color: black;
}
#line {
	padding-left: 100%;
}
li {
	display: inline-block;
	list-style: none outside none;
}
#ruth_loibl_index, #ruth_loibl_index a {
	text-decoration: none;
	text-align: left;
	margin-top: 50px;
	font-family: Verdana;
	font-size: 20px;
	color: black;
}
#ruth_loibl, #ruth_loibl a {
	text-decoration: none;
	text-align: right;
	margin-top: 50px;
	font-family: Verdana;
	font-size: 18px;
	color: black;
}
#submenu ul {
	margin-top: 20px;
	list-style-type: none;
}
#submenu a {
	display: block;
	color: black;
	text-decoration: none;
	font-family: Verdana;
	font-size: 15px;
}
#submenu li {
	float: left;
	margin-right: 2em;
}
/*-----------------------------------------------------*/
/*--------------------- Text --------------------------*/
/*-----------------------------------------------------*/


.text {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	width: 550px;
	margin-top: 110px;
	/*padding-bottom: 80px;*/
}
#plastiken {
	margin-top: 110px;
	margin-bottom: 80px;
}
.text_plastiken {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	width: 550px;
}
.text_eingerueckt {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	margin-left: 65px;
	width: 550px;
}
#table {
	margin-top: 110px;
	/*padding-bottom: 80px;*/
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	line-height: 22px
}
.text_vita {
	padding-bottom: 20px;
}
.text_sua {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	width: 550px;
	margin-top: 110px;
}
.text_buecher {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	padding-top: 50px;
}
.text_space {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	/*padding-bottom: 80px;*/
	margin-left: 68px;
	width: 550px;
}
.termine_links a {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	color: black;
}
#kontakt {
	margin-top: 110px;
}
.text_kontakt {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	width: 550px;
	line-height: 20px;
}
.text_kontakt a {
	color: black
}
.text_impressum {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	width: 550px;
	line-height: 17px;
	/*padding-bottom: 80px;*/
}
span {
	font-family: Verdana;
	color: #999;
}
.foto_unterzeile {
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 20px;
}
/*-----------------------------------------------------*/
/*----------------------- Galerie ---------------------*/
/*-----------------------------------------------------*/

#galeriekomplett {
	width: 900px;
	margin: auto;
}
#bildergalerie {
	float: left;
	margin-top: 80px;
}
#bildergalerie2 {
	float: right;
	margin-top: 80px;
}
/*-----------------------------------------------------*/
/*----------------------- Bilder ----------------------*/
/*-----------------------------------------------------*/

#bild1 {
	margin-top: 110px;
	height: 366px;
	width: 550px;
	background-image: url(../media/ruth_loibl_setzenunddrucken1.jpg);
}
#bild2 {
	height: 366px;
	width: 550px;
	margin-bottom: 35px;
	background-image: url(../media/ruth_loibl_werkstatt2.jpg);
}
#bild3 {
	height: 366px;
	width: 550px;
	margin-bottom: 80px;
	background-image: url(../media/ruth_loibl_werkstatt3.jpg);
}
/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/


.clearfix:after, #content .columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
