/* CSS Dokument fuer grafik-jancik.at */
/* KSH-Systems/A.Steiner - 09.07.2008 - 04.06.2009*/

body {
	background:url(design/background.gif) left top;
	margin: 0;
	padding: 0;
}

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

a:link    {color:#ea632d; text-decoration: underline;}
a:visited {color:#ff3300; text-decoration: none;}
a:hover   {color:#ff3300; text-decoration: underline;}
a:active  {color:#ff3300; text-decoration: none;}

h1 {
	color:#444469;
	font-size: 0.85em;
	padding: 5px 0 10px 0;
}

h2 {
	color:#ff7141; 
	font-size: 0.80em;
	font-weight:520;
	padding: 20px 0px 10px 0;
}

h3 {
	color: #666666; 
	font-size: 0.7em;
	font-weight:600;
	padding: 20px 0 5px 0;
}

h4 {
	color: #000033; 
	font-size: 0.75em;
	font-weight:500;
	padding: 10px 0 10px 0;
}

p {
	font-size: 0.7em;
	padding: 5px 0;
	line-height: 1.4em;
	color:#333333;
}

strong {
	font-weight: 600;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

img.bildintext {
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
/*	margin-top: 10px;
	padding-right: 2em; */
}

 img.bildintext {
	position:relative;
	float: right;
	margin-right: 20px;
	margin-top: -46px;
} 


ul {
/*	list-style-type:circle; */
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 5px 30px 5px 30px;
}

ol {
	color:#333333;
	list-style-type:decimal;
	font-size: 0.7em;
	line-height: 1.6em;
	margin: 5px 0 5px 30px;
}

label {
	color: #ea632d;
}

input, 
textarea, 
select {
	width: 390px;
	border: 1px solid #cecece;
	font-family:"Courier New", Courier, monospace;
	padding: 2px;
	font-size: 1em;
}
select {
	width: 396px;
}
option {
	font-family:"Courier New", Courier, monospace;
	font-size: 1em;
}
input:hover, 
textarea:hover,
select:hover {
	border: 1px solid #666666;
}
input:focus, 
textarea:focus,
select:focus {
	border: 1px solid #000000;
}

.radiocheck {
	width: 30px;
	border: none;
	background: none;
	margin: 0 0 0 20px;
}

.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ec722c;
	font-size: 1.2em;
	color:#FFFFFF;
	width: 130px;
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin: 0 10px; 
}
.button:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #cc6327;
	color:#e5e5e5;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* --------------------------------------------- Umschlag fuer die Startseite --------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#wrapperintro {
	background-color: #ffffff;	
	margin: auto;
	padding:0;
	width: 712px;
}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* --------------------------------------------- Umschlag fuer die Subseiten ---------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#wrapper {
	background:url(design/wrapper_bg.gif) right top repeat-y #FFFFFF;
	margin: auto;
	padding:0;
	width: 790px;
}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* ------------------------------------------- Kopfbereich fuer die Startseite -------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#headerintro {
	background:url(design/header_intro.gif) left top no-repeat;
	height: 188px;
}
#headerintro * {
	margin-left: -3000px;
}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* ------------------------------------------- Kopfbereich fuer die Subseiten --------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#header {
	background:url(design/header.gif) left top no-repeat;
/*	height: 188px; */
	height:192px;
}
#header * {
	margin-left: -3000px;
}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* ---------------------------------------------------- Linke Spalte ------------------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#colleft {
	float: left;
	width: 176px;
	height: 350px;
	padding: 0 0 100px 0;
}

	/* Hauptmenue */

#menue {
	margin: 45px 32px 0 32px;
	font-size: 0.9em;
}

#menue ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height:normal;
	margin: 0;
	padding: 0;
}
#menue li {
	border-bottom: 1px solid #000033;
	padding: 8px 0;
	margin: 0;
}

#menue a:link    {color: #000033; text-decoration: none;}
#menue a:visited {color: #000033; text-decoration: none;}
#menue a:hover   {color: #ff7141; text-decoration: none;}
#menue a:active  {color: #000033; text-decoration: none;}

	/* Aktuell */

#aktuell {
	margin:50px 32px 0 32px;
	padding-bottom:2px;
}

#aktuell ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
#aktuell li {
	height: 17px;	
	margin: 0;
}

.aktuellbutton {
	background-color:#c4151c;
	width: 102px;
	padding: 2px 5px;
}

.aktuellbutton a:link {color: #ffffff; text-decoration: none;}
.aktuellbutton a:visited {color: #ffffff; text-decoration: none;}
.aktuellbutton a:hover {color: #ffffff; text-decoration: none;}
.aktuellbutton a:active {color: #ffffff; text-decoration: none;}


	/* Anfragen */

#request {
	margin:10px 32px 0 32px;
}

#request ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
#request li {
	display: block;
	float:left;
	height: 17px;	
	margin: 0;
}

.requlink {
	background-color:#ec722c;
	color:#FFFFFF;
	width: 77px;
	padding: 2px 5px;
}

.requbutton {
	background-color:#000000;
	width: 25px;
	font-weight: 600;
	font-variant:small-caps;
	text-align:center;
	padding: 2px 0;
	font-size: 1.2em;
}
.requbutton:first-letter {
	font-size: 1em;
	font-weight: 600;
}

.requbutton a:link {color: #f77346; text-decoration: none;}
.requbutton a:visited {color: #f77346; text-decoration: none;}
.requbutton a:hover {color: #f77346; text-decoration: none;}
.requbutton a:active {color: #f77346; text-decoration: none;}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* --------------------------------------------------- Mittlere Spalte ---------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#colmiddle {
	float:left;
	width: 485px;
	padding: 0;
	margin: 0;
}


#colmiddle form {
	margin: 20px 0 30px 0;
}
#colmiddle form ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#colmiddle form li {
	background:url(#);
	padding: 5px 0 1px 0;
}


#colmiddle ul {
	margin: 0;
	list-style-type: none;
	color:#333333;
}

#colmiddle li {
	background:url(design/pfeil.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
}

#colmiddle li.pfeiltop {
	background-position:left 20%;
}

#colmiddle ul.pfeiltop {
	line-height:1.3em;
}

#colmiddle ul.pfeiltop li {
	background-position:left 20%;
	margin-bottom:4px;
}

	/* Vollansicht der Arbeitsproben */

#samplefull {
/*	height: 450px; 
	overflow:auto; */
	margin: 10px 0 0 0;
}
#samplefull ul {
	list-style-type: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#samplefull li {
	display: block;
	text-align:center;
/*	height: 450px; */
	padding: 0;
	margin: 0;
	background:url(#);
}
#samplefull li.text {
	text-align: left;
	margin-top: 10px;
	font-size: 0.7em;
	line-height:1.3em;
}

.samplename {
	color:#ff7141;
	font-weight: 600;
}

#sampleindex {
	text-align:right;
}
#sampleindex ul {
	list-style-type: none;
	margin: 0;
}
#sampleindex li {
	background:url(#);
	display: inline;
	padding: 0;
	margin: 0;
}

.samplelink {
	font-size:0.65em;
	padding-right:30px;
	font-weight: 600;
}

	/* Ausschnitte der Arbeitsproben */

#sampleicon {
	/*width: 375px;*/
	height: 54px;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

#sampleicon ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sampleicon li {
	list-style-type: none;
	border-top: 6px solid #cecece;
	border-left: 3px solid #cecece;
	border-right: 3px solid #cecece;
	border-bottom: 6px solid #cecece;
	display:block;
	float:left;
	height: 42px;
	width: 42px;
	padding: 0;
	margin: 0;
	background:url(#);
}

#sampleicon li img {
	height:42px;
	width: 42px;
	padding: 0;
	margin: 0;
}
#sampleicon li a {
	text-decoration: none;
}


	/* Diverse Klassen */

.redstrong {
	font-weight: 600;
	color:#ff3300;
}
.darkblue {
	color:#444469;
}

.morespaceup {
	margin-top:15px;
}

.morespaceup18 {
	margin-top:18px;
}

.morespaceup25 {
	margin-top:25px;
}

.morespaceup30 {
	margin-top:30px;
}

.morespaceup40 {
	margin-top:40px;
}
	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------- Mittlere Spalte fuer die Introseite ------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#colmiddleintro {
	float:left;
	width: 490px;
	padding: 0;
	margin: 20px 0 0 0;
}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* --------------------------------------------------- Rechte Spalte ------------------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#colright {
	margin: 54px 0 0 672px;
	padding: 0;
}

#colright h1 {
	margin: 0 10px 10px 10px;
	color:#ea632d;
	font-size: 0.7em;
	font-weight: 500;
}

#colright p {
	margin: 10px;
}

#colright ul {
	list-style-type: none;
	margin: 10px 8px 10px 8px;
	line-height:1.3em;
}

#colright a:link    {color:#000033; text-decoration: none;}
#colright a:visited {color:#000033; text-decoration: none;}
#colright a:hover   {color:#ea632d; text-decoration: none;}
#colright a:active  {color:#000033; text-decoration: none;}

	/* ------------------------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------- Fusszeile -------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	padding: 0;
	height: 40px;
}