/** central stylesheet for glasperlen-kreativlabor.de **/
/*******************************************************/


body {
	background: #E6E1E1;
	font-size: 120%;
}

#site-wrapper {
	background: url(./images/glassperlen.gif) no-repeat 0px 0px transparent;
	width: 900px;
	height: 675px;
	margin: 20px auto 0px auto;
	padding: 0px;
	display: block;
}

#text-block {
    margin: 0px;
    padding: 275px 0px 0px 225px;
    text-align: center;
    color: #3C65C1;
    font-weight: bold;
    font: "Times New Roman", Times, sans-serif;
    line-height: 180%;
}

p {
    font-size: 140%;
    margin: 0px;
    padding: 0px;
}

p#description {
    margin: 40px 0px 30px 0px;
    padding: 0px;
}

p#address {
    font-size: 90%;
    font-weight: normal;
    line-height: 100%;
}

h1 {
    font-size: 200%;
    color: #9965C1;
    margin: 10px 0px 10px 0px;
    font-style: italic;
}

#link-external {
    font-size: 120%;
    margin: 25px 0px 0px 0px;
}

a:link {
    color: #943CC1;
    text-decoration: none;
}

a.visited {
    color: #943CC1;
    text-decoration: underline;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
}

