/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFF;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Arial";
	font-size: 75%; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
/* Commonly used to style page titles. */
h1 {
	color: #000000;
	font-size: 1.3em;
	line-height: 1.5em;
}
/* Commonly used to style section titles. */
h2 {
	color: #000000;
	background-image: url(../images/icons/17x17re-14.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-bottom: 5px;
	font-size: 1.15em;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #5456ef;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #50516b;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #3a32c4;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #3a32c4;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #383644;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	margin: 0 auto;
	width: 780px;
}
#header {
	background-color: #FFF;
	background-image: url(../images/kopf.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	height: 98px;
	border: 1px solid #CCC;
	margin-bottom: 3px;
}
#menu2 {
	width: 100%;
	margin-bottom: 3px;
}
#rightColumn1 {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 223px;
	background-color: #F4F4F4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	float: left;
}
#rightColumn1 ul {
	list-style-image: url(../images/icons/stern-12x12-23.gif);
	list-style-position: outside;
	line-height: 1.5em;
}
#rightColumn1 li {
	line-height: 1.5em;
	margin-bottom: 5px;
}
#rightColumn1 img {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
#rightColumn1 a {
	color: #000000;
	text-decoration: underline;
}
#rightColumn1 a:hover {
	color: #000099;
	text-decoration: none;
}
#rightColumn1 a:visited {
	color: #666666;
	padding-right: 13px;
}
#rightColumn1 a:active {
	color: #FF9900;
	padding-right: 13px;
}
.mini {
	font-size: 0.75em;
}
#contentWrapper {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 780px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content {
	padding: 10px;
	width: 515px;
	height: 100%;
	margin: 0px;
	float: left;
}
#wkbild {
	height: auto;
	width: 513px;
	margin-top: 25px;
	padding-bottom: 50px;
}
#headline {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
}
#headline2 {
	background-color: #F4F4F4;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 440px;
}
#footerbox {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
	margin-bottom: 8px;
	border: 1px solid #CCC;
}
#footer {
	background-color: #FFF; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #000;
}
#footer  .alink {
	color: #333;
	background-image: url(../images/icons/rot03.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
	text-decoration: underline;
}
#footer  .alink:hover {
	color: #999;
	background-image: url(../images/icons/rot17.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
h3 {
	color: #000;
	font-weight: bold;
	padding: 10px;
	font-size: 1.15em;
	line-height: 1.7em;
}
h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.5em;
}
h5 {
	font-size: 1.6em;
	line-height: 1.8em;
}
/*#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent1 #power {
	background-color: #FFFFCC;
	background-image: url(../images/icons/schule32-008.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 50px;
	border: 2px solid #FF0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: auto;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent2 #frue {
	background-color: #FFFFCC;
	background-image: url(../images/icons/schule32-006.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 50px;
	border: 2px solid #FF0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: auto;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent3 #vor {
	background-color: #FFFFCC;
	background-image: url(../images/icons/schule32-009.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 50px;
	border: 2px solid #FF0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: auto;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent4 #sommer {
	background-color: #FFFFCC;
	background-image: url(../images/icons/schule32-007.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 50px;
	border: 2px solid #FF0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: auto;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent1 #date1 {
	background-color: #EAEAEA;
	border: 2px solid #0066FF;
	padding: 3px;
	font-weight: bold;
	width: auto;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent2 #date2 {
	background-color: #EAEAEA;
	border: 2px solid #0066FF;
	padding: 3px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 30px;
	margin-left: 1px;
	font-weight: bold;
	width: auto;
}
#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent3 #date3 {
	background-color: #EAEAEA;
	border: 2px solid #0066FF;
	padding: 3px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 30px;
	margin-left: 1px;
	font-weight: bold;
	width: auto;
}
#outerWrapper #contentWrapper #content #register #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent4 #date4 {
	background-color: #EAEAEA;
	border: 2px solid #0066FF;
	padding: 3px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 30px;
	margin-left: 1px;
	font-weight: bold;
	width: auto;
}*/
.imgkl {
	padding-right: 10px;
}
.block {
	text-align: justify;
}
.einzug {
	text-align: justify;
	display: block;
	color: #000066;
	background-color: #F6F6F6;
	background-image: url(../images/icons/schule32-006.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#formuare {
}
#rightColumn1 table {
	margin-left: 8px;
}
#rightColumn1  .alink {
	color: #FF0066;
	background-image: url(../images/icons/rot03.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
#rightColumn1  .alink:hover {
	color: #3333CC;
	background-image: url(../images/icons/rot17.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
.banner {
	margin-left: 28px;
	margin-bottom: 5px;
}
.telefon {
	background-image: url(../images/icons/ictelephone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 15px;
}
.mal {
	margin-left: 18px;
	background-image: url(../images/icons/brief.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 18px;
}
#anfahrt {
	visibility: hidden;
}
#clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#register {
	float: left;
	margin-bottom: 30px;
}
#illu {
	background-image: url(../images/icons/illustrator_cs3_48x45.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content #corel {
	background-image: url(../images/icons/corel.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content #free {
	background-image: url(../images/icons/freehand.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content #foto {
	background-image: url(../images/icons/photoshop_cs3_48x45.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content #pdf {
	background-image: url(../images/icons/acrobat_8_48x45.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content #ind {
	background-image: url(../images/icons/indesign_cs3_48x45.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content #xpr {
	background-image: url(../images/icons/xpr.gif);
	background-repeat: no-repeat;
	background-position: 25px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content #pc {
	background-image: url(../images/icons/pc.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	color: #FF0099;
}
#outerWrapper #contentWrapper #content p {
	line-height: 1.5em;
}
#outerWrapper #contentWrapper #rightColumn1 p {
	line-height: 1.5em;
}
#outerWrapper #contentWrapper #content  .alink {
	color: #FF0066;
	background-image: url(../images/icons/rot03.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
#outerWrapper #contentWrapper #content  .alink:hover {
	color: #3333CC;
	background-image: url(../images/icons/rot17.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
#outerWrapper #contentWrapper #content #tracker {
	background-image: url(../images/banner/etracker.jpeg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	line-height: 1.5em;
	border: 1px solid #3366FF;
	margin-bottom: 10px;
}
#outerWrapper #contentWrapper #content #google {
	background-image: url(../images/banner/google_sm.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	line-height: 1.5em;
	border: 1px solid #3366FF;
	margin-bottom: 10px;
}
#outerWrapper #contentWrapper #content #grafedruck {
	background-image: url(../images/banner/GDweblogo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
	border: 1px solid #3366FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
}
#outerWrapper #contentWrapper #content #master {
	background-image: url(http://www.at-look.de/at_look_images/home/at_look.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-align: justify;
	margin-bottom: 10px;
	border: 1px solid #3366FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	line-height: 1.5em;
}
#outerWrapper #contentWrapper #content #inhalte {
	line-height: 1.5em;
	background-image: url(../images/mantyping.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	text-align: justify;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	border: 1px solid #3366FF;
}
#outerWrapper #contentWrapper #content #cook {
	line-height: 1.5em;
	text-align: justify;
	padding: 10px;
	border: 1px solid #3366FF;
}
#outerWrapper #contentWrapper #content #wkbanner {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #3366FF;
}
#outerWrapper #contentWrapper #content #wkbanner img {
	border: thin solid #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #content #gd {
	border: 1px solid #cc3366;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
	background-image: url(../images/links/linkicons/gd.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 84px;
}

