@media print {
/**
 * Default / Standert
 */
    * {
        margin: 0px;
        padding: 0px;
        font-family: Verndana, Arial;
        font-size: 12pt;
    }
    .war_submit {
    	display: none;
    }
    .artikel_text {
    	width: 30px;
    }
    
    .war_delete {
    	display:none;
    }
    .print {
    	width: 50px;
    }
    
    .print2 {
    	width: 150px;
    }
    .print3 {
    	width: 550px;
    }
    
    #Container {
        width: 970px;
        height: 100%;
    }
    
    .print55 {
	    font-size: 15pt; 
    }
    
    #Menu {
        display: none;
    }
    
    #header {
        display: none;
    }

/**
 * Menu Elemente...
 */
    .menuitem,
    .menuitem:hover,
    .menuitem_select {
    	display: none;
    }

/**
 * Menulink
 *
 */
    .menulink,
    .menulink:hover,
    .menulink_select {
    	display: none;
    }
}

@media screen {
/**
 * Default / Standert
 */
     .print55 {
	    font-size: 10pt; 
    }

    * {
        margin: 0px;
        padding: 0px;
        font-family: Verndana, Arial;
    }
    
    a {
        text-decoration: none;
        color: #000;
        font-size: 10pt;
    }
    .print3 {
    margin-left: auto; margin-right: auto; width: 625px;
    }
    
    a:hover {
        color: #990000;
    }
    
    html, body {
        font-size: 8pt;
        height: 100%;
        margin-bottom: -1px;
        margin-top: -1px;
    }
    
    #Container {
        width: 970px;
        height: 100%;
    }
    
    #Menu {
        background-image: url(../gfx_layout/menu_background.jpg);
        background-repeat: no-repeat;
        width: 229px;
        float: left;
        height: 100%;
        padding-top: 110px;
        margin-right: 20px;
    }
    #content {
        position: relative;
        width: 741px;
        margin-left: 226px;
    }
    
    #header {
        position: relative;
        background-image: url(../gfx_layout/header.jpg);
        width: 741px;
        height: 184px;
    }
    
    .rand_links {
        margin-top: 376px;
        float: left;
        width: 4px;
        height: 800px;
        background-image: url(../gfx_layout/rand_links.jpg);
        background-repeat: repeat-y;
    }
    .rand_rechts {
        margin-top: 376px;
        float: left;
        width: 4px;
        height: 800px;
        background-image: url(../gfx_layout/rand_rechts.jpg);
        background-repeat: repeat-y;
    }
    .middle {
        float: left;
        padding: 5px;
        width: 211px;
    }


/**
 * Level der Baumstrukturen
 */
    .level0 {
        margin-left: 3px;
    }
    .level1 {
        margin-left: 15px;
    }
    .level2 {
        margin-left: 15px;
    }
    .level3 {
        margin-left: 15px;
    }
    .level4 {
        margin-left: 15px;
    }

/**
 * Menu Elemente...
 */
    .menuitem {
    	margin-left: 10px;
    	list-style-image: url(../gfx_layout/arrow.gif);
    }
    .menuitem:hover {
    	list-style-image: url(../gfx_layout/arrow_hover.gif);
    }
    .menuitem_select {
        font-weight: bold;
    }

/**
 * Menulink
 *
 */
    .menulink {
        font-size: 10pt;
        color: #000;
        text-decoration: none;
        font-weight: normal;
    }
    .menulink:hover {
        color:#990000;
    }
    .menulink_select {
        font-size: 10pt;
        color: #000;
        text-decoration: none;
    }

/**
 * Buttons
 */
    .artikel_text {
        text-align: right;
        width: 20px;
        padding: 1px;
        border: 1px solid #000;
    }
    .artikel_button {
        color: #000;
        font-size: 10pt;
        font-weight: bold;
        cursor: pointer;
    }
    .search_text {
        text-align: left;
        width: 150px;
        border: 1px solid #000;
    }
    .search_button {
        color: #000;
        font-size: 9pt;
        font-weight: bold;
        cursor: pointer;
    }
    .login_text {
        text-align: left;
        width: 150px;
        border: 1px solid #000;
    }
    .login_button {
        color: #000;
        font-size: 10pt;
        font-weight: bold;
        cursor: pointer;
    }
/**
 * Allgemein...
 */
    .fix_float {
        clear: both;
        line-height: 0em;
    }

table {
    text-align: left;
}

/**
 * Aussendienst Seite
 */
	.aussendienst_ul {
		list-style: none;
		margin-bottom: 20px;
		border-top: 2px dotted #000;
		margin-left: 20px;
		padding: 10px;
	}
	
	.aussendienst_li {
		margin-left: 15px;
	}

	.unternehmen_ul {
		margin-left: 25px;
	}
	
	.unternehmen_li {
		margin-left: 25px;
		padding-left: 10px;
	}
	
#details li {
	margin-left: 40px;
}

.button {
	display: block;
	padding: 2px;
	background: #d4d0c8;
	border-bottom: 1px solid #040404;
	border-right: 1px solid #040404;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
}