/* CSS Document for k.art.at -------- --------------- */
/* KSH-Systems / A.Steiner -------------------------- */
/* 16.07.08 - 21.6.2009 ----------------------------- */

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Globale Einstellungen --------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

body {
	background: url(design/background.jpg) left top fixed #131313;
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

	/* Ueberschriften */

h1 {
	clear:left;
	color: #d96e52;
	line-height: 2em;
	font-size: 1.5em;
	font-weight: 500;
	margin: 0 0 10px 0;
}

h2 {
	clear:left;
	color: #d96e52;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 500;
	margin: 20px 0 20px 0;
}

h3 {
	clear:left;
	color: #d96e52;
	line-height: 1.3em;
	font-size: 1em;
	font-weight: 600;
	margin: 10px 0 10px 0;
}

	/* Bilder */

img {
	border: 2px solid #191919;
	padding: 0;
}

	/* Links in Bildern */

a img {
	text-decoration: none !important;
}

	/* Span fuer Bild-Preis */

span {
	color: #e5e5e5;
}

	/* Links */

a:link img    {border: 2px solid #191919; text-decoration: none;}
a:visited img {border: 2px solid #FFFFFF; text-decoration: none;}
a:hover img   {border: 2px solid #d96e52; text-decoration: none;}
a:active img  {border: 2px solid #e5e5e5; text-decoration: none;}

a[href^="http"] {
	background:url(design/url.gif) right no-repeat;
	padding-right: 25px;
}
a[href^="mailto"] {
	background:url(design/mail.gif) right no-repeat;
	padding-right: 30px;
}

a:link    {color: #e5e5e5; text-decoration: underline;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover   {color: #d96e52; text-decoration: none;}
a:active  {color: #e5e5e5; text-decoration: underline; font-style: italic;}

	/* Absatz */

p {
	color: #e5e5e5;
	line-height: 1.4em;
	font-size: 0.8em;
	margin: 10px 0;
}

.preis {
	color: #949494;
}

	/* Betont stark */

strong {
	color: #d96e52;
}

	/* Listen */

ul, ol {
	color: #e5e5e5;
	line-height: 1.4em;
	font-size: 0.8em;
	margin: 10px 0 10px 30px;
}

ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}

li {
	margin: 0 0 5px 0;
}

	/* Tabelle */

table {
	border: none;
	width: 100%;
}
th {
	color: #d96e52;
	font-size: 0.9em;
	padding: 0 0 8px 0;
}
tr {
	text-align: left;
}
td {
	color: #e5e5e5;
	font-size: 0.8em;
	padding: 2px 5px;
}

	/* Formular */

form {
	margin: 20px 0;
}

form ul {
	list-style-type: none;
	margin: 0;
}

form li {
	display: block;
}

input, 
textarea, 
select {
	font-family:"Courier New", Courier, monospace;
	color: #161211;
	font-size: 0.9em;
	background-color: #e5e5e5;
	padding: 2px 3px;
	width: 300px;
	margin: 2px 0;
	border: 2px solid #191919;
}
input:hover, 
textarea:hover, 
select:hover {
	border: 2px solid #d96e52;
	background-color: #e5e5e5;
}
input:focus, 
textarea:focus, 
select:focus {
	border: 2px solid #e5e5e5;
	background-color: #ffffff;
}

label {
	display: block;
	float:left;
	width: 30%;
	color: #d96e52;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Introbereich ------------------------------------------------------------------------------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#introtitel {
	color: #140707;
	margin: 360px 0 0 53%;
	padding: 10px 0 10px 0;
}

#introtitel a {
	font-size: 6em;
	color: #140707;
	text-decoration: none;
}
#introtitel a:hover {
	color: #ba0c34;
}

#introbild01 a img,
#introbild02 a img,
#introbild03 a img,
#introbild04 a img {
	border: 2px solid #FFFFFF;
	text-decoration: none;
}
#introbild01 a:hover img,
#introbild02 a:hover img,
#introbild03 a:hover img,
#introbild04 a:hover img {
	border: 2px solid #ba0c34;
	text-decoration: none;
}

#introbild01 {
	position:absolute;
	top: 455px;
	left:82%;
}
#introbild02 {
	position:absolute;
	top: 100px;
	left: 63%;
}
#introbild03 {
	position:absolute;
	top: 277px;
	left: 73%;
}
#introbild04 {
	position:absolute;
	top: 455px;
	left: 63%;
	z-index: 1;
}
	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Umschlag ---------------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */
	
#wrapper {
	background:url(design/background_wrapper.gif) top no-repeat;
	width: 800px;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Einstellungen der unterschiedlichen Bereiche ---------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#head,
#menue,
#content,
#footer,
#pageup {
	margin-left: 100px;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Kopfbereich ------------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#head {
	height: 149px;
}
#head * {
	margin-left: -3000px;
	padding: 0;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Menue ------------------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#menue {
	height: 25px;
}
#menue ul {
	list-style-type: none;
	margin: 7px 0 0 60px;
	padding: 0;
}
#menue li {
	margin: 0;
	line-height: 0.9em;
	display: block;
	font-size: 1.2em;
	text-align:center;
	vertical-align:middle;
	float: left;
	width: 100px;
	height: 25px;
}
#menue a:link    {color: #161211; text-decoration: none; font-weight:700;}
#menue a:visited {color: #161211; text-decoration: none;}
#menue a:hover   {color: #e5e5e5; text-decoration: none; font-weight:700;}
#menue a:active  {color: #161211; text-decoration: none; font-weight:700;}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Inhalt ------------------------------------------------------------------------------------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#content {
	padding: 40px 45px 10px 45px;
	background-color: #333231;
	border-left: 1px solid #767675;
	border-right: 1px solid #767675;
}

.personalpics {
	float:right; 
	margin-left: 50px;
}

.galerie {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
.galerie li {
	display: inline;
	margin: 10px 5px 0 0;
}
.galerie a {
	text-decoration: none !important;
}

.alignright {
	text-align: right;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 10px;
	width: 100px;
	cursor: pointer;
	font-weight: 600;
	background-color:#e5e5e5;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #161211;
	border-bottom: 1px solid #161211;
}
.button:hover {
	background-color: #b3b3b3;
	border-top: 1px solid #161211;
	border-left: 1px solid #161211;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.lastlist {
	text-align:center;
	display:block;
}

.morespaceup {
	margin-top:35px;
}


	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Zum Seitenanfang -------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#pageup {
	clear:both;
	text-align:right;
	padding: 10px 45px 10px 45px;
	background-color: #333231;
	border-left: 1px solid #767675;
	border-right: 1px solid #767675;
	border-bottom: 1px solid #767675;
}

#pageup a {
	background:url(design/arrow_up.gif) left bottom no-repeat;
	padding: 0 0 1px 20px; 
	text-decoration: none;
}
#pageup a:link    {color: #e5e5e5;}
#pageup a:visited {color: #FFFFFF;}
#pageup a:hover   {color: #d96e52;}
#pageup a:active  {color: #e5e5e5;}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Fussbereich ------------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	text-align: center;
	padding: 0 50px 5px 50px;
}
#footer a {
	padding: 0;
	background: none;
}
#footer p {
	font-size: 0.6em;
}
